projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890b3c6
)
gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES
author
Brian Paul
<brianp@vmware.com>
Wed, 2 Jun 2010 22:21:47 +0000
(16:21 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 2 Jun 2010 22:23:20 +0000
(16:23 -0600)
Fixes failed assertion with piglit fbo-drawbuffers-fragcolor.c
See fd.o bug 28358.
With 8 color buffers + Z we need to declare 33 vars, at least.
src/gallium/auxiliary/gallivm/lp_bld_flow.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_flow.c
b/src/gallium/auxiliary/gallivm/lp_bld_flow.c
index
e7759ce
..
5bc9c74
100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_flow.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_flow.c
@@
-38,7
+38,7
@@
#include "lp_bld_flow.h"
-#define LP_BUILD_FLOW_MAX_VARIABLES
32
+#define LP_BUILD_FLOW_MAX_VARIABLES
64
#define LP_BUILD_FLOW_MAX_DEPTH 32
/**