From 244a795f43cf2d448b2f41143e57f80ecff7a75a Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 19 Apr 2010 11:24:24 +0100 Subject: 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. --- cogl/cogl-debug.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cogl/cogl-debug.h') 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, -- cgit v1.2.1