From: Keith Whitwell Date: Fri, 6 Jun 2008 14:57:37 +0000 (+0100) Subject: mesa: turn off ffvertex prog debug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4fda51404a6a05c4047a639de4ccc3ea9678c2c;p=mesa.git mesa: turn off ffvertex prog debug --- diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffvertex_prog.c index 2ef3286e579..06710f405d8 100644 --- 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