aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrUserConfig.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/GrUserConfig.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/GrUserConfig.h')
-rw-r--r--include/gpu/GrUserConfig.h6
1 files changed, 0 insertions, 6 deletions
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.
*/