Disable shader dumps
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 14 Jul 2009 22:01:29 +0000 (18:01 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Tue, 14 Jul 2009 22:01:29 +0000 (18:01 -0400)
src/mesa/drivers/dri/r600/r700_debug.c

index 9e6ad4a6969bc1f231151d7a31fd0441c3284ac1..ecdb75ad482998c651ae8e693f9c6f24829500de 100644 (file)
@@ -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: