From: Brian Paul Date: Thu, 28 Aug 2008 21:15:00 +0000 (-0600) Subject: mesa: bump MAX_INSN to 350 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6138ee9de0330b9a2bf300bc0d52b471191dd1ed;p=mesa.git mesa: bump MAX_INSN to 350 --- diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index d79f84f1eb4..cb879da93f3 100644 --- a/src/mesa/tnl/t_vp_build.c +++ b/src/mesa/tnl/t_vp_build.c @@ -235,7 +235,7 @@ static struct state_key *make_state_key( GLcontext *ctx ) */ #define PREFER_DP4 0 -#define MAX_INSN 256 +#define MAX_INSN 350 /* Use uregs to represent registers internally, translate to Mesa's * expected formats on emit.