projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bafefcc
)
mesa: bump MAX_INSN to 350
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 28 Aug 2008 21:15:00 +0000
(15:15 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 28 Aug 2008 21:15:00 +0000
(15:15 -0600)
src/mesa/tnl/t_vp_build.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vp_build.c
b/src/mesa/tnl/t_vp_build.c
index d79f84f1eb48327b26ed96cf8e3cc347c1887fdf..cb879da93f3c058064d36d542029542d73c2e986 100644
(file)
--- 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.