From: Keith Whitwell Date: Thu, 12 May 2005 09:31:33 +0000 (+0000) Subject: Turn disassem off (oops). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f430c9976c71d7167f9327623e1df5fce53a970;p=mesa.git Turn disassem off (oops). --- diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 6ffebb32a4a..4926f0ec771 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