r300g: Remove unused debug flag.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Thu, 22 Oct 2009 05:54:52 +0000 (22:54 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Thu, 22 Oct 2009 05:54:52 +0000 (22:54 -0700)
src/gallium/drivers/r300/r300_context.h
src/gallium/drivers/r300/r300_debug.c

index 61a57df35e91bf59b107e9fba81e7555d708062f..4e2c0ec34e32234f7836401cb6e220ec72a32f71 100644 (file)
@@ -317,9 +317,8 @@ void r300_init_surface_functions(struct r300_context* r300);
 #define DBG_VP      0x0000004
 #define DBG_CS      0x0000008
 #define DBG_DRAW    0x0000010
-#define DBG_SURF    0x0000020
-#define DBG_TEX     0x0000040
-#define DBG_FALL    0x0000080
+#define DBG_TEX     0x0000020
+#define DBG_FALL    0x0000040
 /*@}*/
 
 static INLINE boolean DBG_ON(struct r300_context * ctx, unsigned flags)
index bfd4ab018a569239c3f3e36f87abe0a406bc8f3d..421253ca722f9b67ae431a8bbde139a2c939f2fa 100644 (file)
@@ -37,7 +37,6 @@ static struct debug_option debug_options[] = {
     { "vp", DBG_VP, "Vertex program handling" },
     { "cs", DBG_CS, "Command submissions" },
     { "draw", DBG_DRAW, "Draw and emit" },
-    { "surf", DBG_SURF, "Surface drawing" },
     { "tex", DBG_TEX, "Textures" },
     { "fall", DBG_FALL, "Fallbacks" },