Mesa (llvm-context): gallivm: bump MAX_CALLBACKS to 32

Brian Paul brianp at kemper.freedesktop.org
Wed Nov 3 00:40:50 UTC 2010


Module: Mesa
Branch: llvm-context
Commit: bb216a67c775435490c572bbcd7795c5e4070e1b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb216a67c775435490c572bbcd7795c5e4070e1b

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Nov  2 18:40:37 2010 -0600

gallivm: bump MAX_CALLBACKS to 32

---

 src/gallium/auxiliary/gallivm/lp_bld_init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.c b/src/gallium/auxiliary/gallivm/lp_bld_init.c
index d940cb5..3c3e576 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_init.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_init.c
@@ -287,7 +287,7 @@ struct callback
 };
 
 
-#define MAX_CALLBACKS 8
+#define MAX_CALLBACKS 32
 static struct callback Callbacks[MAX_CALLBACKS];
 static unsigned NumCallbacks = 0;
 




More information about the mesa-commit mailing list