Re: [Piglit] [PATCH] Test varying structs in GLSL ES 3.00.

2013-01-29 Thread Kenneth Graunke
On 01/21/2013 03:01 PM, Paul Berry wrote: diff --git a/tests/spec/glsl-es-3.00/execution/varying-struct-arrays.shader_test b/tests/spec/glsl-es-3.00/execution/varying-struct-arrays.shader_test Seems like a good "mean" test...I'd hate to debug it, but worth having. I didn't review the detail

[Piglit] [PATCH] Test varying structs in GLSL ES 3.00.

2013-01-21 Thread Paul Berry
This patch adds the following GLSL ES 3.00 tests: - varying-struct-basic: a simple test case involving a single varying struct. - varying-struct-arrays: exercise complex interactions between structs and arrays in varyings. - varying-struct-copy-vs: exercise corner cases where a struct inte