tgsi: increase MAX_LABELS to 4096
authorBrian Paul <brianp@vmware.com>
Thu, 4 Jun 2009 19:08:52 +0000 (13:08 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 4 Jun 2009 19:10:31 +0000 (13:10 -0600)
src/gallium/auxiliary/tgsi/tgsi_exec.h

index 0b4b2a6fb6ee51664705889daef3b0d03bbcf8e9..da22baad3ef14529d6db67372ca28c25051113d9 100644 (file)
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 
-#define MAX_LABELS 1024
+#define MAX_LABELS (4 * 1024)  /**< basically, max instructions */
 
 #define NUM_CHANNELS 4  /* R,G,B,A */
 #define QUAD_SIZE    4  /* 4 pixel/quad */