projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5944cda
)
i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.
author
Eric Anholt
<eric@anholt.net>
Thu, 18 Nov 2010 03:48:47 +0000
(11:48 +0800)
committer
Eric Anholt
<eric@anholt.net>
Sat, 20 Nov 2010 01:42:07 +0000
(17:42 -0800)
src/mesa/drivers/dri/i965/brw_fs.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs.cpp
b/src/mesa/drivers/dri/i965/brw_fs.cpp
index f202385e8f165d5d7594450e8ee68a489d72c96d..2b5ad794bf7c2607e105ecd7cb1a2b8192c231ee 100644
(file)
--- 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");
}
}