[Piglit] [PATCH 1/4] glsl-1.30: Add new tests for basic functionality of switch statements.

Kenneth Graunke kenneth at whitecape.org
Thu Feb 2 02:12:44 PST 2012


On 01/27/2012 10:11 AM, Eric Anholt wrote:
> ---
>   .../execution/switch/fs-perpixel.shader_test       |   49 ++++++++++++++++++++
>   .../execution/switch/fs-uniform.shader_test        |   49 ++++++++++++++++++++
>   .../execution/switch/vs-pervertex.shader_test      |   45 ++++++++++++++++++
>   .../execution/switch/vs-uniform.shader_test        |   49 ++++++++++++++++++++
>   4 files changed, 192 insertions(+), 0 deletions(-)
>   create mode 100644 tests/spec/glsl-1.30/execution/switch/fs-perpixel.shader_test
>   create mode 100644 tests/spec/glsl-1.30/execution/switch/fs-uniform.shader_test
>   create mode 100644 tests/spec/glsl-1.30/execution/switch/vs-pervertex.shader_test
>   create mode 100644 tests/spec/glsl-1.30/execution/switch/vs-uniform.shader_test

For the series:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>



More information about the Piglit mailing list