Re: [Piglit] [PATCH] glsl: test a switch statement where default is last

2014-07-25 Thread Chris Forbes
Reviewed-by: Chris Forbes On Fri, Jul 25, 2014 at 7:15 PM, Tapani Pälli wrote: > This test is copy paste of fs-default_notlast.shader_test with > the cases rearranged. > > Signed-off-by: Tapani Pälli > --- > .../execution/switch/fs-default_last.shader_test | 43 > ++ > 1

[Piglit] [PATCH] glsl: test a switch statement where default is last

2014-07-25 Thread Tapani Pälli
This test is copy paste of fs-default_notlast.shader_test with the cases rearranged. Signed-off-by: Tapani Pälli --- .../execution/switch/fs-default_last.shader_test | 43 ++ 1 file changed, 43 insertions(+) create mode 100644 tests/spec/glsl-1.30/execution/switch/fs-defa