diff options
author | Kenneth Graunke <[email protected]> | 2011-10-18 15:04:37 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-10-21 01:11:20 -0700 |
commit | 1595c79d9c60d8cc03763e64285b691d6748be95 (patch) | |
tree | 38f50deefc28e8471463b4a8846b16867054b2fe /src/glsl/ir_visitor.h | |
parent | 01f9fdc4acd28cc4630a3c71f2d007373f4d979c (diff) |
glsl: Short-circuit lower_if_to_cond_assign when MaxIfDepth is UINT_MAX.
Setting MaxIfDepth to UINT_MAX effectively means "don't lower anything."
Explicitly checking for this common case allows us to avoid walking the
IR, computing nesting levels, and so on.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Bryan Cain <[email protected]>
Diffstat (limited to 'src/glsl/ir_visitor.h')
0 files changed, 0 insertions, 0 deletions