[Piglit] [PATCH 1/2] arb_arrays_of_arrays: change input compile tests to fragment shaders
Matt Turner
mattst88 at gmail.com
Sat Apr 25 02:02:13 PDT 2015
On Tue, Mar 31, 2015 at 10:01 PM, Timothy Arceri <t_arceri at yahoo.com.au> wrote:
> Although the existing tests are valid until link time,
> it doesn't make much sense to test this way.
> ---
> .../compiler/input-array-array-var.frag | 15 +++++++++++++++
> .../compiler/input-array-array-var.vert | 15 ---------------
> .../compiler/input-array-var-array.frag | 15 +++++++++++++++
> .../compiler/input-array-var-array.vert | 15 ---------------
> .../compiler/input-var-array-array.frag | 15 +++++++++++++++
> .../compiler/input-var-array-array.vert | 15 ---------------
> 6 files changed, 45 insertions(+), 45 deletions(-)
> create mode 100644 tests/spec/arb_arrays_of_arrays/compiler/input-array-array-var.frag
> delete mode 100644 tests/spec/arb_arrays_of_arrays/compiler/input-array-array-var.vert
> create mode 100644 tests/spec/arb_arrays_of_arrays/compiler/input-array-var-array.frag
> delete mode 100644 tests/spec/arb_arrays_of_arrays/compiler/input-array-var-array.vert
> create mode 100644 tests/spec/arb_arrays_of_arrays/compiler/input-var-array-array.frag
> delete mode 100644 tests/spec/arb_arrays_of_arrays/compiler/input-var-array-array.vert
I'm not sure I understand the rationale. Could you explain?
More information about the Piglit
mailing list