diff options
author | Marek Olšák <[email protected]> | 2013-01-09 16:39:18 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-01-09 16:47:10 +0100 |
commit | f8651dea4e4aa12a2a4aa287d45b7495f146af37 (patch) | |
tree | 2f5ee3f3593b911f1e75a5241118f03276afc931 /src/gallium/drivers/r300/r300_screen.h | |
parent | 1385c353cf06c6156d574cffba6164f2b59739e6 (diff) |
r300g: optionally log MSAA resources to stderr
Set: RADEON_DEBUG=msaa
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 86bb09cee01..d2bed8d528e 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -83,6 +83,7 @@ radeon_winsys(struct pipe_screen *screen) { #define DBG_HYPERZ (1 << 11) #define DBG_SCISSOR (1 << 12) #define DBG_INFO (1 << 13) +#define DBG_MSAA (1 << 14) /* Features. */ #define DBG_ANISOHQ (1 << 16) #define DBG_NO_TILING (1 << 17) |