diff options
author | Eric Anholt <[email protected]> | 2010-11-18 11:48:47 +0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-11-19 17:42:07 -0800 |
commit | f9b420d3bda25ea517b66c5ee2c6bde4fdff3935 (patch) | |
tree | 5ab76b4a8fd62f3d51e7b38a179ae256087cab6a /src | |
parent | 5944cda6ed1182f8dc45452708df5fde2474d437 (diff) |
i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.
Diffstat (limited to 'src')
-rw-r--r-- | 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 f202385e8f1..2b5ad794bf7 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"); } } |