diff options
author | Marek Olšák <[email protected]> | 2010-06-18 02:17:17 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-06-18 02:17:17 +0200 |
commit | 3c351e2c832e47d75ab0bdefa2fbbc4a1f2118db (patch) | |
tree | 3bf54877464e781f6209f804d38e78c4ae14eb15 /src/gallium/drivers/r300/r300_screen.h | |
parent | 4320a451a313bbf4e145809ffb11c829ae84aa98 (diff) |
r300g: debug option for fake occlusion queries
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 16888eadc70..29cd5dbe267 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) /*@}*/ |