aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrConfig.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 20:21:39 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 20:21:39 +0000
commit5b25a8d72d129cdfd8fe001635941cf725bcf2bd (patch)
tree12b4f59feb5256a8879e4717545e9bd123bb43a8 /include/gpu/GrConfig.h
parent9b63c50d72cc65c75f7dfe3147a489536ae019f9 (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/gpu/GrConfig.h')
-rw-r--r--include/gpu/GrConfig.h4
1 files changed, 0 insertions, 4 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.