summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_debug.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-07-14 18:01:29 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-07-14 18:01:29 -0400
commita1ecbb235687589bafaeb84312c312228d9f447d (patch)
tree6bfd87b16f1bbbdbc4feba115914e6a72b3639ce /src/mesa/drivers/dri/r600/r700_debug.c
parentf4646f3247b721d08a2e01da4b2c8a808663d765 (diff)
Disable shader dumps
Diffstat (limited to 'src/mesa/drivers/dri/r600/r700_debug.c')
-rw-r--r--src/mesa/drivers/dri/r600/r700_debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_debug.c b/src/mesa/drivers/dri/r600/r700_debug.c
index 9e6ad4a696..ecdb75ad48 100644
--- a/src/mesa/drivers/dri/r600/r700_debug.c
+++ b/src/mesa/drivers/dri/r600/r700_debug.c
@@ -55,6 +55,9 @@ void DumpHwBinary(int type, void *addr, int size)
{
int i;
unsigned int *pHw = (unsigned int *)addr;
+
+ return;
+
switch (type)
{
case DUMP_PIXEL_SHADER: