Re: [Mesa-dev] [PATCH 1/6] glsl: Save and restore the whole switch state for nesting.

2012-02-02 Thread Ian Romanick
On 01/30/2012 10:58 AM, Eric Anholt wrote: The series is, Reviewed-by: Ian Romanick ian.d.roman...@intel.com Sorry for taking so long to review. This stuffs them all in a struct for sanity. Fixes piglit glsl-1.30/execution/switch/fs-uniform-nested. NOTE: This is a candidate for the 8.0

[Mesa-dev] [PATCH 1/6] glsl: Save and restore the whole switch state for nesting.

2012-01-30 Thread Eric Anholt
This stuffs them all in a struct for sanity. Fixes piglit glsl-1.30/execution/switch/fs-uniform-nested. NOTE: This is a candidate for the 8.0 branch. --- src/glsl/ast_to_hir.cpp | 497 +++ src/glsl/glsl_parser_extras.cpp |2 +-