From 8f13e2bda1337c1093d3fa99338eed2c93755d7e Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 12 Jun 2010 23:22:48 +0200 Subject: r300g: drop DBG_CS I'd like the CS macros to be as lightweight as possible for performance reasons. --- src/gallium/drivers/r300/r300_debug.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/r300/r300_debug.c') diff --git a/src/gallium/drivers/r300/r300_debug.c b/src/gallium/drivers/r300/r300_debug.c index 297791f3ff..abf3296699 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -29,7 +29,6 @@ static const struct debug_named_value debug_options[] = { { "fp", DBG_FP, "Fragment program handling (for debugging)" }, { "vp", DBG_VP, "Vertex program handling (for debugging)" }, - { "cs", DBG_CS, "Command submissions (for debugging)" }, { "draw", DBG_DRAW, "Draw and emit (for debugging)" }, { "tex", DBG_TEX, "Textures (for debugging)" }, { "texalloc", DBG_TEXALLOC, "Texture allocation (for debugging)" }, -- cgit v1.2.3