From 0bcb4f10016fb611b2946307d880f4dc1dd05eae Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 3 May 2010 19:05:03 +0200 Subject: r300g: improve texture debug output, split into TEX and TEXALLOC flags --- src/gallium/drivers/r300/r300_screen.h | 1 + 1 file changed, 1 insertion(+) (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 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) -- cgit v1.2.3