From: Brian Paul Date: Thu, 28 Aug 2008 14:38:27 +0000 (-0600) Subject: mesa: bump MAX_INSN to 300 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e4cb0274050f300da9801256b66d3be528d549f;p=mesa.git mesa: bump MAX_INSN to 300 --- diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffvertex_prog.c index 5f3def257de..b93376a564c 100644 --- a/src/mesa/main/ffvertex_prog.c +++ b/src/mesa/main/ffvertex_prog.c @@ -319,7 +319,7 @@ static struct state_key *make_state_key( GLcontext *ctx ) */ #define PREFER_DP4 0 -#define MAX_INSN 256 +#define MAX_INSN 300 /* Use uregs to represent registers internally, translate to Mesa's * expected formats on emit.