summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-05-12 09:31:33 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-05-12 09:31:33 +0000
commit5f430c9976c71d7167f9327623e1df5fce53a970 (patch)
tree2b170081ca9d7d6d8e03c0717ed2403e08ee3644 /src/mesa/tnl/t_vp_build.c
parent714be699be31352af0faef0d99d11b8c4364ef00 (diff)
Turn disassem off (oops).
Diffstat (limited to 'src/mesa/tnl/t_vp_build.c')
-rw-r--r--src/mesa/tnl/t_vp_build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c
index 6ffebb32a4..4926f0ec77 100644
--- a/src/mesa/tnl/t_vp_build.c
+++ b/src/mesa/tnl/t_vp_build.c
@@ -47,7 +47,7 @@
* 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