summaryrefslogtreecommitdiff
path: root/cogl/cogl-debug.h
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2010-04-19 11:24:24 +0100
committerNeil Roberts <neil@linux.intel.com>2010-06-29 20:37:13 +0100
commit244a795f43cf2d448b2f41143e57f80ecff7a75a (patch)
tree0fba16c12a19723f5ecc97a0379e10a47716f7fa /cogl/cogl-debug.h
parentfecaaea132ca2cfe449bd765035a8217c061caa8 (diff)
downloadcogl-244a795f43cf2d448b2f41143e57f80ecff7a75a.tar.gz
cogl-debug: Remove the force-scanline-paths option
The scanline path rasterizer has been removed because the paths can be drawn with the tesselator instead. The option therefore no longer does anything.
Diffstat (limited to 'cogl/cogl-debug.h')
-rw-r--r--cogl/cogl-debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cogl/cogl-debug.h b/cogl/cogl-debug.h
index 52bbbac6..d7cad2bd 100644
--- a/cogl/cogl-debug.h
+++ b/cogl/cogl-debug.h
@@ -42,7 +42,6 @@ typedef enum {
COGL_DEBUG_BATCHING = 1 << 11,
COGL_DEBUG_DISABLE_SOFTWARE_TRANSFORM = 1 << 12,
COGL_DEBUG_MATRICES = 1 << 13,
- COGL_DEBUG_FORCE_SCANLINE_PATHS = 1 << 14,
COGL_DEBUG_ATLAS = 1 << 15,
COGL_DEBUG_DUMP_ATLAS_IMAGE = 1 << 16,
COGL_DEBUG_DISABLE_ATLAS = 1 << 17,