diff options
author | Brian Paul <[email protected]> | 2008-08-28 15:15:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-08-28 15:15:00 -0600 |
commit | 6138ee9de0330b9a2bf300bc0d52b471191dd1ed (patch) | |
tree | 1a620e6a55975333ca84e7c14b58851139180dcd /src/mesa | |
parent | bafefccff8e9a56b797b988f9a5d7d72e2d51b9a (diff) |
mesa: bump MAX_INSN to 350
Diffstat (limited to 'src/mesa')
-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 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. |