summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_debug.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2012-11-28 20:14:17 +0000
committerJosé Fonseca <jfonseca@vmware.com>2012-11-29 14:08:43 +0000
commit75da95c50aedaa4b1abf51ec1dcaf2fe8ddd4f3b (patch)
tree618541040ca4bef1d6366c435df66c45f0d82c11 /src/gallium/drivers/llvmpipe/lp_debug.h
parent6916387e5396a891f2ffbc68866802d03f6a0939 (diff)
downloadexternal_mesa3d-75da95c50aedaa4b1abf51ec1dcaf2fe8ddd4f3b.zip
external_mesa3d-75da95c50aedaa4b1abf51ec1dcaf2fe8ddd4f3b.tar.gz
external_mesa3d-75da95c50aedaa4b1abf51ec1dcaf2fe8ddd4f3b.tar.bz2
llvmpipe: Eliminate color buffer swizzling.
Now dead code. Also had to remove the show_tiles/show_subtiles because now the color buffers are always stored in their native format, so there is no longer an easy way to paint the tile sizes. Depth-stencil buffers are still swizzled. Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_debug.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_debug.h b/src/gallium/drivers/llvmpipe/lp_debug.h
index 15dca52..d9633d7 100644
--- a/src/gallium/drivers/llvmpipe/lp_debug.h
+++ b/src/gallium/drivers/llvmpipe/lp_debug.h
@@ -43,8 +43,6 @@ st_print_current(void);
#define DEBUG_RAST 0x20
#define DEBUG_QUERY 0x40
#define DEBUG_SCREEN 0x80
-#define DEBUG_SHOW_TILES 0x200
-#define DEBUG_SHOW_SUBTILES 0x400
#define DEBUG_COUNTERS 0x800
#define DEBUG_SCENE 0x1000
#define DEBUG_FENCE 0x2000