Mesa (r6xx-rewrite): Disable shader dumps

Alex Deucher agd5f at kemper.freedesktop.org
Wed Jul 15 00:10:01 UTC 2009


Module: Mesa
Branch: r6xx-rewrite
Commit: a1ecbb235687589bafaeb84312c312228d9f447d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1ecbb235687589bafaeb84312c312228d9f447d

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 14 18:01:29 2009 -0400

Disable shader dumps

---

 src/mesa/drivers/dri/r600/r700_debug.c |    3 +++
 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 9e6ad4a..ecdb75a 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:




More information about the mesa-commit mailing list