diff options
author | Michal Krol <[email protected]> | 2009-11-03 09:55:28 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-11-03 16:56:50 +0000 |
commit | 7ccf60ae40b2a201d446400bc8329df51e83cb6c (patch) | |
tree | 8def1158354286e3e7bacd0e06950c54c5259e8a /src/gallium/auxiliary/tgsi/tgsi_exec.h | |
parent | 4bced42341d13303ae023957d3001a640cf7ea2d (diff) |
tgsi: Up tgsi_exec's control flow nesting to 32.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_exec.h')
-rw-r--r-- | 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 08df15ec6a0..471f591dd6e 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 |