summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-05-03 19:05:03 +0200
committerMarek Olšák <maraeo@gmail.com>2010-05-03 19:29:32 +0200
commit0bcb4f10016fb611b2946307d880f4dc1dd05eae (patch)
treef07e8fa94a230c11402bf2d4f0945cf6c04233d7 /src/gallium/drivers/r300/r300_screen.h
parent15af543f106db9e6ff840828905df4978e68f715 (diff)
r300g: improve texture debug output, split into TEX and TEXALLOC flags
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r--src/gallium/drivers/r300/r300_screen.h1
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 735c233c9e..d58aa138a7 100644
--- a/src/gallium/drivers/r300/r300_screen.h
+++ b/src/gallium/drivers/r300/r300_screen.h
@@ -73,6 +73,7 @@ static INLINE struct r300_screen* r300_screen(struct pipe_screen* screen) {
#define DBG_NO_IMMD 0x0000200
#define DBG_STATS 0x0000400
#define DBG_RS 0x0000800
+#define DBG_TEXALLOC 0x0001000
/*@}*/
static INLINE boolean SCREEN_DBG_ON(struct r300_screen * screen, unsigned flags)