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

Issue 23137022: Replace uses of GR_DEBUG by SK_DEBUG. (Closed)

Created:
7 years, 4 months ago by tfarina
Modified:
7 years, 3 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : src/gpu #

Patch Set 3 : GrConfig.h #

Patch Set 4 : common.gypi #

Total comments: 3

Patch Set 5 : changes to CrConfig.h #

Patch Set 6 : benchmain.cpp and gmmain.cpp #

Patch Set 7 : changes to GrConfig.h #

Patch Set 8 : src/gpu #

Patch Set 9 : include/gpu/ #

Total comments: 8

Patch Set 10 : brian review #

Total comments: 2

Patch Set 11 : one more fix #

Patch Set 12 : not GR_RELEASE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -127 lines) Patch
M bench/benchmain.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -3 lines 0 comments Download
M gm/gmmain.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -2 lines 0 comments Download
M gyp/common.gypi View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M include/gpu/GrConfig.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +10 lines, -22 lines 0 comments Download
M include/gpu/GrEffect.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrResource.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrTBackendEffectFactory.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrTexture.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrTextureAccess.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrTypes.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrUserConfig.h View 1 2 3 4 5 6 7 8 9 3 chunks +0 lines, -9 lines 0 comments Download
M include/gpu/SkGr.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/gpu/gl/GrGLConfig.h View 1 2 3 4 5 6 7 8 9 3 chunks +11 lines, -3 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrAllocPool.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrAllocPool.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/GrAtlas.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrBinHashKey.h View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrBufferAllocPool.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrBufferAllocPool.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrDrawState.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrDrawState.cpp View 1 2 3 4 5 6 7 4 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 5 6 7 7 chunks +8 lines, -8 lines 0 comments Download
M src/gpu/GrGpu.cpp View 1 2 3 4 5 6 7 5 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrGpuFactory.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 2 3 4 5 6 7 4 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrMemoryPool.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrMemoryPool.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrRedBlackTree.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrResourceCache.h View 1 2 3 4 5 6 7 4 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrResourceCache.cpp View 1 2 3 4 5 6 7 6 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/GrTHashCache.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrTextStrike.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrTextStrike.cpp View 1 2 3 4 5 6 7 4 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrTextureAccess.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLBufferImpl.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLProgramDesc.h View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gr_unittests.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M tests/HashCacheTest.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tests/LListTest.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
tfarina
please, check if it is alright.
7 years, 4 months ago (2013-08-23 02:07:18 UTC) #1
bsalomon
Am I wrong that we need to either: a) Make SK_DEBUG be defined to 0 ...
7 years, 4 months ago (2013-08-23 12:54:23 UTC) #2
tfarina
https://codereview.chromium.org/23137022/diff/9001/bench/benchmain.cpp File bench/benchmain.cpp (right): https://codereview.chromium.org/23137022/diff/9001/bench/benchmain.cpp#newcode259 bench/benchmain.cpp:259: { SkBitmap::kARGB_8888_Config, "Debug", 0, kGPU_Backend, GrContextFactory::kDebug_GLContextType, SK_DEBUG }, On ...
7 years, 4 months ago (2013-08-23 23:26:17 UTC) #3
tfarina
skia code is too dammit big/dense!!! that is another thing I learned today just looking ...
7 years, 4 months ago (2013-08-24 00:16:48 UTC) #4
bsalomon
Hey Thiago, Thanks for doing this. I've noted a few more places where we need ...
7 years, 4 months ago (2013-08-24 02:28:35 UTC) #5
tfarina
Brian, ptal. https://codereview.chromium.org/23137022/diff/25001/include/gpu/GrUserConfig.h File include/gpu/GrUserConfig.h (right): https://codereview.chromium.org/23137022/diff/25001/include/gpu/GrUserConfig.h#newcode17 include/gpu/GrUserConfig.h:17: #if 0 On 2013/08/24 02:28:36, bsalomon wrote: ...
7 years, 4 months ago (2013-08-24 23:25:49 UTC) #6
tfarina
Brian, Robert, ping??
7 years, 3 months ago (2013-08-27 11:12:26 UTC) #7
bsalomon
https://codereview.chromium.org/23137022/diff/32001/include/gpu/GrConfig.h File include/gpu/GrConfig.h (right): https://codereview.chromium.org/23137022/diff/32001/include/gpu/GrConfig.h#newcode94 include/gpu/GrConfig.h:94: #if defined(SK_DEBUG) && defined(GR_RELEASE) I think this needs to ...
7 years, 3 months ago (2013-08-27 17:55:54 UTC) #8
tfarina
https://codereview.chromium.org/23137022/diff/32001/include/gpu/GrConfig.h File include/gpu/GrConfig.h (right): https://codereview.chromium.org/23137022/diff/32001/include/gpu/GrConfig.h#newcode94 include/gpu/GrConfig.h:94: #if defined(SK_DEBUG) && defined(GR_RELEASE) On 2013/08/27 17:55:54, bsalomon wrote: ...
7 years, 3 months ago (2013-08-28 03:27:46 UTC) #9
bsalomon
On 2013/08/28 03:27:46, tfarina wrote: > https://codereview.chromium.org/23137022/diff/32001/include/gpu/GrConfig.h > File include/gpu/GrConfig.h (right): > > https://codereview.chromium.org/23137022/diff/32001/include/gpu/GrConfig.h#newcode94 > ...
7 years, 3 months ago (2013-08-28 12:59:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/tfarina@chromium.org/23137022/60001
7 years, 3 months ago (2013-08-28 12:59:56 UTC) #11
commit-bot: I haz the power
7 years, 3 months ago (2013-08-28 14:17:51 UTC) #12
Message was sent while issue was closed.
Change committed as 10978

Powered by Google App Engine
This is Rietveld 408576698