diff options
author | Marek Olšák <[email protected]> | 2010-06-12 23:22:48 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-06-13 17:43:38 +0200 |
commit | 8f13e2bda1337c1093d3fa99338eed2c93755d7e (patch) | |
tree | d4436be5d55c5db41f213277e3fe8189941cbc71 /src/gallium/drivers/r300/r300_debug.c | |
parent | 7005feabcd199e498a7c557ebdb2e47194f70d2c (diff) |
r300g: drop DBG_CS
I'd like the CS macros to be as lightweight as possible for performance
reasons.
Diffstat (limited to 'src/gallium/drivers/r300/r300_debug.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_debug.c b/src/gallium/drivers/r300/r300_debug.c index 297791f3ffe..abf3296699d 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)" }, |