summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.c
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2005-10-31 14:37:33 +0000
committerAapo Tahkola <aet@rasterburn.org>2005-10-31 14:37:33 +0000
commit821b3dd562c0ec4560e50f29084c32653cf18c9d (patch)
tree8bffab892bde194ae37118437097b2d65d88d606 /src/mesa/tnl/t_vp_build.c
parent37f2eaa316d507b729ca392b651ae18ef92efcac (diff)
Need more than 200 instructions.
Diffstat (limited to 'src/mesa/tnl/t_vp_build.c')
-rw-r--r--src/mesa/tnl/t_vp_build.c2
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.