From 3c351e2c832e47d75ab0bdefa2fbbc4a1f2118db Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 18 Jun 2010 02:17:17 +0200 Subject: r300g: debug option for fake occlusion queries --- 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 16888eadc7..29cd5dbe26 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -76,6 +76,7 @@ static INLINE struct r300_screen* r300_screen(struct pipe_screen* screen) { #define DBG_ANISOHQ (1 << 16) #define DBG_NO_TILING (1 << 17) #define DBG_NO_IMMD (1 << 18) +#define DBG_FAKE_OCC (1 << 19) /* Statistics. */ #define DBG_STATS (1 << 24) /*@}*/ -- cgit v1.2.3