diff options
author | Marek Olšák <[email protected]> | 2010-04-29 06:55:58 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-29 06:57:08 +0200 |
commit | 04c1536bf7abe253e0e900c311ff9474ff4d1813 (patch) | |
tree | 1f9c63a6c5b8721b3731e8ff4578b62cc2331769 /src/gallium/drivers/r300/r300_screen.h | |
parent | 9dd06b8da45aa8100d61a09fc93c1bdfc16e9df8 (diff) |
r300g: rasterizer debug logging
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index 70ea2fe8d92..735c233c9e2 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -72,6 +72,7 @@ static INLINE struct r300_screen* r300_screen(struct pipe_screen* screen) { #define DBG_NO_TILING 0x0000100 #define DBG_NO_IMMD 0x0000200 #define DBG_STATS 0x0000400 +#define DBG_RS 0x0000800 /*@}*/ static INLINE boolean SCREEN_DBG_ON(struct r300_screen * screen, unsigned flags) |