Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Issue 25736002: Add support to dump font cache texture for debug purposes (Closed)

Created:
7 years, 2 months ago by jvanverth1
Modified:
7 years, 2 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Add support to dump font cache texture for debug purposes Committed: http://code.google.com/p/skia/source/detail?r=11579

Patch Set 1 #

Total comments: 10

Patch Set 2 : Cleaned up for nits. Hid dump commands behind SK_DEVELOPER #

Total comments: 1

Patch Set 3 : Add stencil flag #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -1 line) Patch
M include/gpu/GrContext.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/GrAtlas.cpp View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/GrTextContext.cpp View 1 2 chunks +10 lines, -0 lines 0 comments Download
M src/gpu/GrTextStrike.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/GrTextStrike.cpp View 1 2 chunks +18 lines, -0 lines 0 comments Download
M tools/render_pictures_main.cpp View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
jvanverth1
7 years, 2 months ago (2013-10-02 14:54:41 UTC) #1
robertphillips
lgtm + questions, suggestions & nits https://codereview.chromium.org/25736002/diff/1/include/gpu/GrContext.h File include/gpu/GrContext.h (right): https://codereview.chromium.org/25736002/diff/1/include/gpu/GrContext.h#newcode630 include/gpu/GrContext.h:630: #ifdef SK_DEBUG? DEV? ...
7 years, 2 months ago (2013-10-02 15:07:28 UTC) #2
jvanverth1
https://codereview.chromium.org/25736002/diff/1/include/gpu/GrContext.h File include/gpu/GrContext.h (right): https://codereview.chromium.org/25736002/diff/1/include/gpu/GrContext.h#newcode630 include/gpu/GrContext.h:630: On 2013/10/02 15:07:28, robertphillips wrote: > #ifdef SK_DEBUG? DEV? ...
7 years, 2 months ago (2013-10-02 15:12:08 UTC) #3
jvanverth1
Adding Brian since this changes a public GPU interface.
7 years, 2 months ago (2013-10-02 15:39:00 UTC) #4
robertphillips
lgtm
7 years, 2 months ago (2013-10-02 15:50:18 UTC) #5
bsalomon
lgtm w/ one suggestion. https://codereview.chromium.org/25736002/diff/10001/src/gpu/GrAtlas.cpp File src/gpu/GrAtlas.cpp (right): https://codereview.chromium.org/25736002/diff/10001/src/gpu/GrAtlas.cpp#newcode184 src/gpu/GrAtlas.cpp:184: desc.fFlags = kDynamicUpdate_GrTextureFlagBit|kRenderTarget_GrTextureFlagBit; |kNoStencil_GrTextureFlagBit
7 years, 2 months ago (2013-10-02 16:09:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jvanverth@google.com/25736002/24001
7 years, 2 months ago (2013-10-02 17:50:54 UTC) #7
commit-bot: I haz the power
7 years, 2 months ago (2013-10-02 18:19:19 UTC) #8
Message was sent while issue was closed.
Change committed as 11579

Powered by Google App Engine
This is Rietveld 408576698