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

Author: Eric Anholt <[email protected]>
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");
         }
       }
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to