diff options
author | Marek Olšák <[email protected]> | 2011-05-29 03:46:15 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-05-29 05:15:27 +0200 |
commit | 70b86fb273ee9c3b6fea750bc14eae43328ba677 (patch) | |
tree | 4462509781c73328a076194d23ae09c055e84da4 /src/gallium/drivers/r300/r300_screen.h | |
parent | 2397f20b6b0c7092927b33d0461c89200204906d (diff) |
r300g: remove fake occlusion queries (debug option)
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index 5df58be822f..3bafd0f8142 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -100,7 +100,7 @@ radeon_winsys(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) +/* gap - fill it */ #define DBG_NO_OPT (1 << 20) #define DBG_NO_CBZB (1 << 21) #define DBG_NO_ZMASK (1 << 22) |