diff options
author | Keith Whitwell <[email protected]> | 2009-11-27 12:18:22 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-27 12:24:57 +0000 |
commit | b911688b87a011eacf2034bd61562e633952a66b (patch) | |
tree | fdac68bdf5c56ab464d3dc2f6878239ae8241d76 /src/gallium/drivers/svga/svga_debug.h | |
parent | 69671df74c8b45f08149c248a7ee905912aec2b0 (diff) |
svga: add DEBUG_CACHE option
Diffstat (limited to 'src/gallium/drivers/svga/svga_debug.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_debug.h b/src/gallium/drivers/svga/svga_debug.h index b7bb5686ed3..3a3fcd8fae2 100644 --- a/src/gallium/drivers/svga/svga_debug.h +++ b/src/gallium/drivers/svga/svga_debug.h @@ -43,6 +43,7 @@ #define DEBUG_FLUSH 0x1000 /* flush after every draw */ #define DEBUG_SYNC 0x2000 /* sync after every flush */ #define DEBUG_QUERY 0x4000 +#define DEBUG_CACHE 0x8000 #ifdef DEBUG extern int SVGA_DEBUG; |