diff options
author | Corbin Simpson <[email protected]> | 2010-04-26 07:01:27 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-04-26 07:13:51 -0700 |
commit | bf98d6170851487a94d9c611035cc2f2e807f8b6 (patch) | |
tree | b300a9a1e25341db3a03d049ad64f75f85fdbac0 /src/gallium/drivers/r300/r300_screen.h | |
parent | 12172071b5f5cb7f475a20ead8a65eb12fa94737 (diff) |
r300g: Add stats debug flag.
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 330bd9b36ba..70ea2fe8d92 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -71,6 +71,7 @@ static INLINE struct r300_screen* r300_screen(struct pipe_screen* screen) { #define DBG_ANISOHQ 0x0000080 #define DBG_NO_TILING 0x0000100 #define DBG_NO_IMMD 0x0000200 +#define DBG_STATS 0x0000400 /*@}*/ static INLINE boolean SCREEN_DBG_ON(struct r300_screen * screen, unsigned flags) |