diff options
| -rw-r--r-- | src/mesa/tnl/t_vp_build.c | 2 | 
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 7aac8f7ee7..3d1a288066 100644 --- a/src/mesa/tnl/t_vp_build.c +++ b/src/mesa/tnl/t_vp_build.c @@ -231,7 +231,7 @@ static struct state_key *make_state_key( GLcontext *ctx )   */  #define PREFER_DP4 0 -#define MAX_INSN 200 +#define MAX_INSN 256  /* Use uregs to represent registers internally, translate to Mesa's   * expected formats on emit.    | 
