summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-06-02 16:21:47 -0600
committerBrian Paul <brianp@vmware.com>2010-06-02 16:23:20 -0600
commit14b7fdb8ac1d83bad1d8612b95a8fdd7ca68ff1e (patch)
tree667ce1326eabcc02f4ea5c337b5b3ea5485098d5
parent890b3c61e3b81d4c5623e452317e8faccea91de4 (diff)
gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES
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.
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_flow.c b/src/gallium/auxiliary/gallivm/lp_bld_flow.c
index e7759cea6a0..5bc9c741a88 100644
--- 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
/**