aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrUserConfig.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-11-08 15:52:21 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-11-08 15:52:21 +0000
commit36645d22f81529d957e529cc0526fbde0bf15b93 (patch)
tree4e4d5ad1058d3556b1809f76f294670c7ccc04f4 /include/gpu/GrUserConfig.h
parent2072db89016c4e53a648f4d4cec08b1d6be8558c (diff)
Remove old and GL-specific defines from GrUserConfig.h comments
git-svn-id: http://skia.googlecode.com/svn/trunk@2626 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/GrUserConfig.h')
-rw-r--r--include/gpu/GrUserConfig.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/gpu/GrUserConfig.h b/include/gpu/GrUserConfig.h
index 9f616388cf..657f74f028 100644
--- a/include/gpu/GrUserConfig.h
+++ b/include/gpu/GrUserConfig.h
@@ -22,27 +22,12 @@
#endif
/*
- * The default 32bit pixel config for texture upload is GL_RGBA on all
- * platforms except on Windows where it is GL_BGRA. If your bitmaps map to a
- * different GL enum, specify that with this define. For portability use
- * GR_BGRA rather than GL_BGRA for platforms where this format is an
- * extension.
- */
-//#define GR_GL_32BPP_COLOR_FORMAT GL_RGBA
-
-/*
* 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
/*
- * To log all GL calls define this. Can be turned on and off at runtime by
- * gPrintGL global variable.
- */
-//#define GR_GL_LOG_CALLS 1
-
-/*
* When drawing rects this causes Ganesh to use a vertex buffer containing
* a unit square that is positioned by a matrix. Enable on systems where
* emitting per-rect-draw verts is more expensive than constant/matrix
@@ -64,11 +49,6 @@
//#define GR_GEOM_BUFFER_LOCK_THRESHOLD (1<<15)
///////////////////////////////////////////////////////////////////////////////
-/*
- * temporary flags (may go away soon)
- */
-
-///////////////////////////////////////////////////////////////////////////////
// Decide Ganesh types
#define GR_SCALAR_IS_FIXED 0