[Piglit] [PATCH 1/2] Ported the glsl1 test from Glean to Piglit.

Brian Paul brianp at vmware.com
Wed Oct 15 08:13:59 PDT 2014


On 10/13/2014 07:12 PM, Laura Ekstrand wrote:
> ---
>   tests/all.py                                     |    1 +
>   tests/spec/glsl-1.10/execution/CMakeLists.gl.txt |    1 +
>   tests/spec/glsl-1.10/execution/glean-glsl1.c     | 2104 ++++++++++++++++++++++
>   3 files changed, 2106 insertions(+)
>   create mode 100644 tests/spec/glsl-1.10/execution/glean-glsl1.c
>


I'm not sure that porting this test to Piglit is worthwhile.  I'd bet 
that most of the little subtests here are already sufficiently covered 
by existing piglit shader tests.  It would probably be simpler to make 
shader test scripts for the few cases here that might not be covered 
already.

-Brian



More information about the Piglit mailing list