diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-08-28 15:15:41 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-08-28 15:15:41 -0600 |
commit | 195eb8fc1423486847cfc892dfb01beb735d18b7 (patch) | |
tree | 2f8971c98d47b553618a78d40edd4c4c98474698 | |
parent | 11c4ed9afb9527686ae157069ccb7d341dca1d96 (diff) |
mesa: bump MAX_INSN to 350
-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 b7bc197723..ddb0d519f7 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. |