gallium: increase TGSI_EXEC_MAX_COND_NESTING, etc
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 3 Jul 2008 16:42:31 +0000 (10:42 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 3 Jul 2008 23:21:21 +0000 (17:21 -0600)
src/gallium/auxiliary/tgsi/exec/tgsi_exec.h

index ea182bc45409515540cdbd9778b002b6c08e426c..c89dfcb167bd56faaf49af00fa832ea4435e3177 100644 (file)
@@ -147,9 +147,9 @@ struct tgsi_exec_labels
 #define TGSI_EXEC_NUM_ADDRS   1
 #define TGSI_EXEC_NUM_IMMEDIATES  256
 
-#define TGSI_EXEC_MAX_COND_NESTING  10
-#define TGSI_EXEC_MAX_LOOP_NESTING  10
-#define TGSI_EXEC_MAX_CALL_NESTING  10
+#define TGSI_EXEC_MAX_COND_NESTING  20
+#define TGSI_EXEC_MAX_LOOP_NESTING  20
+#define TGSI_EXEC_MAX_CALL_NESTING  20
 
 /**
  * Run-time virtual machine state for executing TGSI shader.