Mesa (master): tgsi: Up tgsi_exec's control flow nesting to 32.

Michał Król michal at kemper.freedesktop.org
Tue Nov 3 16:57:06 UTC 2009


Module: Mesa
Branch: master
Commit: 7ccf60ae40b2a201d446400bc8329df51e83cb6c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ccf60ae40b2a201d446400bc8329df51e83cb6c

Author: Michal Krol <michal at vmware.com>
Date:   Tue Nov  3 09:55:28 2009 +0000

tgsi: Up tgsi_exec's control flow nesting to 32.

---

 src/gallium/auxiliary/tgsi/tgsi_exec.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.h b/src/gallium/auxiliary/tgsi/tgsi_exec.h
index 08df15e..471f591 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_exec.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_exec.h
@@ -177,9 +177,9 @@ struct tgsi_exec_labels
 
 
 
-#define TGSI_EXEC_MAX_COND_NESTING  20
-#define TGSI_EXEC_MAX_LOOP_NESTING  20
-#define TGSI_EXEC_MAX_CALL_NESTING  20
+#define TGSI_EXEC_MAX_COND_NESTING  32
+#define TGSI_EXEC_MAX_LOOP_NESTING  32
+#define TGSI_EXEC_MAX_CALL_NESTING  32
 
 /* The maximum number of input attributes per vertex. For 2D
  * input register files, this is the stride between two 1D




More information about the mesa-commit mailing list