diff options
author | Tom Stellard <[email protected]> | 2010-10-17 23:17:01 -0700 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2010-10-18 20:51:05 -0700 |
commit | f822cc22f223a0a4f9cf1cdd5871780e5df11d67 (patch) | |
tree | c6527323377efde526a8d8b44b19659d4a805b66 /src/gallium/drivers/r300/r300_screen.h | |
parent | 9d2ab6cb00e72fd8b53d0f97578758504b49ee23 (diff) |
r300g: Add new debug option for logging vertex/fragment program stats
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 dc2bc7e8279..8b7f1fab61b 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -102,6 +102,7 @@ r300_winsys_screen(struct pipe_screen *screen) { #define DBG_NO_CBZB (1 << 21) /* Statistics. */ #define DBG_STATS (1 << 24) +#define DBG_P_STAT (1 << 25) /*@}*/ static INLINE boolean SCREEN_DBG_ON(struct r300_screen * screen, unsigned flags) |