projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d514a9
)
mesa: turn off ffvertex prog debug
author
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 6 Jun 2008 14:57:37 +0000
(15:57 +0100)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 6 Jun 2008 14:57:37 +0000
(15:57 +0100)
src/mesa/main/ffvertex_prog.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/ffvertex_prog.c
b/src/mesa/main/ffvertex_prog.c
index 2ef3286e57910a700ae182ff6aa008636f2329c1..06710f405d8de44ea1430c335ce05979415b66d3 100644
(file)
--- a/
src/mesa/main/ffvertex_prog.c
+++ b/
src/mesa/main/ffvertex_prog.c
@@
-305,7
+305,7
@@
static struct state_key *make_state_key( GLcontext *ctx )
* generated program with line/function references for each
* instruction back into this file:
*/
-#define DISASSEM
1
+#define DISASSEM
0
/* Should be tunable by the driver - do we want to do matrix
* multiplications with DP4's or with MUL/MAD's? SSE works better