diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-07 20:21:39 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-07 20:21:39 +0000 |
commit | 5b25a8d72d129cdfd8fe001635941cf725bcf2bd (patch) | |
tree | 12b4f59feb5256a8879e4717545e9bd123bb43a8 /include | |
parent | 9b63c50d72cc65c75f7dfe3147a489536ae019f9 (diff) |
Remove GR_DUMP_TEXTURE_UPLOADS
R=robertphillips@google.com
Review URL: https://codereview.appspot.com/7300062
git-svn-id: http://skia.googlecode.com/svn/trunk@7652 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrConfig.h | 4 | ||||
-rw-r--r-- | include/gpu/GrUserConfig.h | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h index 0a187a0fb8..14ce5c75ab 100644 --- a/include/gpu/GrConfig.h +++ b/include/gpu/GrConfig.h @@ -325,10 +325,6 @@ inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); } #define GR_TEXT_SCALAR_TYPE_IS_FIXED 0 #endif -#ifndef GR_DUMP_TEXTURE_UPLOAD - #define GR_DUMP_TEXTURE_UPLOAD 0 -#endif - /** * GR_DISABLE_DRAW_BUFFERING prevents GrContext from queueing draws in a * GrInOrderDrawBuffer. diff --git a/include/gpu/GrUserConfig.h b/include/gpu/GrUserConfig.h index d314910c61..18939c99a9 100644 --- a/include/gpu/GrUserConfig.h +++ b/include/gpu/GrUserConfig.h @@ -22,12 +22,6 @@ #endif /* - * To diagnose texture cache performance, define this to 1 if you want to see - * a log statement everytime we upload an image to create a texture. - */ -//#define GR_DUMP_TEXTURE_UPLOAD 1 - -/* * This causes the GrContext to execute all draws immediately in the 3D API * rather than internally queuing draws. */ |