Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1862)

Issue 7267043: Add overdraw visualization to the debugger (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by robertphillips
Modified:
11 years, 4 months ago
Reviewers:
DerekS
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Add overdraw visualization to the debugger

Patch Set 1 #

Patch Set 2 : Updated color ramp #

Patch Set 3 : Moved overdrawViz flag into DebugCanvas #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -2 lines) Patch
M debugger/QT/SkDebuggerGUI.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M debugger/QT/SkDebuggerGUI.cpp View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M debugger/QT/SkRasterWidget.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M debugger/QT/SkSettingsWidget.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M debugger/QT/SkSettingsWidget.cpp View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M debugger/SkDebugCanvas.h View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M debugger/SkDebugCanvas.cpp View 1 2 5 chunks +72 lines, -1 line 2 comments Download
M debugger/SkDebugger.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5
robertphillips
11 years, 5 months ago (2013-02-01 18:31:20 UTC) #1
DerekS
On 2013/02/01 18:31:20, robertphillips wrote: Any luck with have the shader be a no-op on ...
11 years, 4 months ago (2013-02-05 20:37:26 UTC) #2
robertphillips
PTAL at this simplified form
11 years, 4 months ago (2013-02-05 20:57:35 UTC) #3
DerekS
lgtm with one style nit. https://codereview.appspot.com/7267043/diff/9001/debugger/SkDebugCanvas.cpp File debugger/SkDebugCanvas.cpp (right): https://codereview.appspot.com/7267043/diff/9001/debugger/SkDebugCanvas.cpp#newcode97 debugger/SkDebugCanvas.cpp:97: static const SkPMColor table[] ...
11 years, 4 months ago (2013-02-05 21:07:42 UTC) #4
robertphillips
11 years, 4 months ago (2013-02-06 20:14:11 UTC) #5
Message was sent while issue was closed.
committed as r7627

https://codereview.appspot.com/7267043/diff/9001/debugger/SkDebugCanvas.cpp
File debugger/SkDebugCanvas.cpp (right):

https://codereview.appspot.com/7267043/diff/9001/debugger/SkDebugCanvas.cpp#n...
debugger/SkDebugCanvas.cpp:97: static const SkPMColor table[] = {
On 2013/02/05 21:07:42, DerekS wrote:
> can we move this into the proc so that we don't have the variable in scope for
> other functions in this file? or at least call it gTable.

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b