diff options
author | Maciej Cencora <m.cencora@gmail.com> | 2009-10-25 12:08:02 +0100 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-11-07 11:53:13 -0800 |
commit | c7dfffc5d5078e3cf1c28c230177cbbb43b91131 (patch) | |
tree | 62b47b9f61f261117c8c096294bab485c6f64ab4 /src | |
parent | 6acb26eadfcb3c21fd09d0b22804b49de9a82cf7 (diff) |
r300g: enable CS dumping
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/r300/r300_cs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_cs.h b/src/gallium/drivers/r300/r300_cs.h index 883f0a02dc..86ba91db52 100644 --- a/src/gallium/drivers/r300/r300_cs.h +++ b/src/gallium/drivers/r300/r300_cs.h @@ -34,8 +34,8 @@ #define MAX_CS_SIZE 64 * 1024 / 4 -#define VERY_VERBOSE_CS 0 -#define VERY_VERBOSE_REGISTERS 0 +#define VERY_VERBOSE_CS 1 +#define VERY_VERBOSE_REGISTERS 1 /* XXX stolen from radeon_drm.h */ #define RADEON_GEM_DOMAIN_CPU 0x1 |