diff options
author | Aapo Tahkola <[email protected]> | 2005-10-31 14:37:33 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2005-10-31 14:37:33 +0000 |
commit | 821b3dd562c0ec4560e50f29084c32653cf18c9d (patch) | |
tree | 8bffab892bde194ae37118437097b2d65d88d606 /src/mesa/tnl/t_vp_build.c | |
parent | 37f2eaa316d507b729ca392b651ae18ef92efcac (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.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 7aac8f7ee71..3d1a288066c 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. |