summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-05-14 15:08:29 +0200
committerMarek Olšák <maraeo@gmail.com>2010-05-14 19:00:55 +0200
commitfc11653c2befa60358ca8661c6c6168db01824a9 (patch)
tree3a71777ecb1428e18597267497d044e8749c829c /src/gallium/drivers/r300/r300_screen.h
parent5a397d8e9fe35e077e7ef1393d64da260e1fe24c (diff)
r300g: add framebuffer state debug logging
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r--src/gallium/drivers/r300/r300_screen.h1
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 7643c4d4f4..29492024fe 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_TEXALLOC (1 << 6)
#define DBG_RS (1 << 7)
#define DBG_FALL (1 << 8)
+#define DBG_FB (1 << 9)
/* Features. */
#define DBG_ANISOHQ (1 << 16)
#define DBG_NO_TILING (1 << 17)