summaryrefslogtreecommitdiff
path: root/cogl/cogl-debug.h
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2011-03-30 16:39:38 +0100
committerRobert Bragg <robert@linux.intel.com>2011-05-05 17:32:31 +0100
commit14ed963b050c93c2cad8668290dfb6014cea06e8 (patch)
tree4414d92ee9adaf01b0fa78832c35ad2bfe4a9be7 /cogl/cogl-debug.h
parent184527580e38c0227db87011fb38a1b830719fb4 (diff)
cogl-debug: Add an option to disable atlasing sharing
If COGL_DEBUG contains disable-shared-atlas Cogl will not try to share the atlas between glyphs and images.
Diffstat (limited to 'cogl/cogl-debug.h')
-rw-r--r--cogl/cogl-debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cogl/cogl-debug.h b/cogl/cogl-debug.h
index 15de706f..294de846 100644
--- a/cogl/cogl-debug.h
+++ b/cogl/cogl-debug.h
@@ -49,6 +49,7 @@ typedef enum {
COGL_DEBUG_ATLAS,
COGL_DEBUG_DUMP_ATLAS_IMAGE,
COGL_DEBUG_DISABLE_ATLAS,
+ COGL_DEBUG_DISABLE_SHARED_ATLAS,
COGL_DEBUG_OPENGL,
COGL_DEBUG_DISABLE_TEXTURING,
COGL_DEBUG_DISABLE_ARBFP,