Hi; Here is v3 of the 4 tests that Ian indicated should be changed as shader-runner tests.
Tapani Pälli (4): ARB_explicit_uniform_location: test overlapping location within array ARB_explicit_uniform_location: test overlapping locations ARB_explicit_uniform_location: test setting explicit location twice ARB_explicit_uniform_location: set location once but decl twice tests/all.py | 3 ++ .../overlap-location-across-stages.shader_test | 33 ++++++++++++++++++++++ .../overlap-location-within-array.shader_test | 32 +++++++++++++++++++++ ...t-explicit-location-once-decl-twice.shader_test | 27 ++++++++++++++++++ .../linker/set-explicit-location-twice.shader_test | 26 +++++++++++++++++ 5 files changed, 121 insertions(+) create mode 100644 tests/spec/arb_explicit_uniform_location/linker/overlap-location-across-stages.shader_test create mode 100644 tests/spec/arb_explicit_uniform_location/linker/overlap-location-within-array.shader_test create mode 100644 tests/spec/arb_explicit_uniform_location/linker/set-explicit-location-once-decl-twice.shader_test create mode 100644 tests/spec/arb_explicit_uniform_location/linker/set-explicit-location-twice.shader_test -- 1.8.3.1 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
