Mesa (master): i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.

Eric Anholt anholt at kemper.freedesktop.org
Sat Nov 20 02:58:23 UTC 2010


Module: Mesa
Branch: master
Commit: f9b420d3bda25ea517b66c5ee2c6bde4fdff3935
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9b420d3bda25ea517b66c5ee2c6bde4fdff3935

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Nov 18 11:48:47 2010 +0800

i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.

---

 src/mesa/drivers/dri/i965/brw_fs.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp
index f202385..2b5ad79 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs.cpp
@@ -3346,7 +3346,6 @@ fs_visitor::generate_code()
 		      ((uint32_t *)&p->store[i])[0]);
 	    }
 	    brw_disasm(stdout, &p->store[i], intel->gen);
-	    printf("\n");
 	 }
       }
 




More information about the mesa-commit mailing list