Sorry, I've moved it to a proper location. The README and HACKING documents
didn't give much indication of how and where to make tests, so I picked the
first spot I saw that contained glsl shaders.
This test is only a little bit different from the one which was already present
at
tests/spec/glsl/
---
tests/glslparsertest/glsl2/array-index.frag | 19 ---
.../array-index-as-uint-02.frag | 19 +++
2 files changed, 19 insertions(+), 19 deletions(-)
delete mode 100644 tests/glslparsertest/glsl2/array-index.frag
create mode 100644
This test corresponds with commit 7f61ab2f20633443834ff8e832892d5c4cc1c675,
which fixes an assertion in Mesa when indexing an array can cause a failure
under certain circumstances.
---
tests/glslparsertest/glsl2/array-index.frag | 19 +++
1 file changed, 19 insertions(+)
create