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_screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/r300/r300_screen.h') diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index 29492024fe..16888eadc7 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -65,7 +65,7 @@ static INLINE struct r300_screen* r300_screen(struct pipe_screen* screen) { /* Logging. */ #define DBG_FP (1 << 1) #define DBG_VP (1 << 2) -#define DBG_CS (1 << 3) +/* The bit (1 << 3) is unused. */ #define DBG_DRAW (1 << 4) #define DBG_TEX (1 << 5) #define DBG_TEXALLOC (1 << 6) -- cgit v1.2.3