[Piglit] [PATCH] glsl-1.10: test some arithmetic on non-existing struct member

2018-09-24 Thread Tapani Pälli
Signed-off-by: Tapani Pälli https://bugs.freedesktop.org/show_bug.cgi?id=108012 --- ...rithmetic-on-non-existing-struct-member.vert | 17 + 1 file changed, 17 insertions(+) create mode 100644 tests/spec/glsl-1.10/compiler/struct/arithmetic-on-non-existing-struct-member.vert dif

[Piglit] [PATCH] Add tests for GL_EXTENSION_STRING vs. old idTech2 / idTech3 games

2018-09-24 Thread Ian Romanick
From: Ian Romanick As people dig up other games, we can (and should) easily add them. Signed-off-by: Ian Romanick Cc: Federico Dossena Cc: Roland Scheidegger --- tests/general/CMakeLists.gl.txt | 1 + tests/general/idtech-extension-strings.c | 149 +++

Re: [Piglit] [PATCH] glsl-1.10: test some arithmetic on non-existing struct member

2018-09-24 Thread Eric Anholt
Tapani Pälli writes: > Signed-off-by: Tapani Pälli > https://bugs.freedesktop.org/show_bug.cgi?id=108012 Reviewed-by: Eric Anholt signature.asc Description: PGP signature ___ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedeskto

Re: [Piglit] [PATCH] Add tests for GL_EXTENSION_STRING vs. old idTech2 / idTech3 games

2018-09-24 Thread Roland Scheidegger
Am 24.09.2018 um 15:56 schrieb Ian Romanick: > From: Ian Romanick > > As people dig up other games, we can (and should) easily add them. > > Signed-off-by: Ian Romanick > Cc: Federico Dossena > Cc: Roland Scheidegger > --- > tests/general/CMakeLists.gl.txt | 1 + > tests/general/i

[Piglit] [PATCH] gles-3.0: test for vertex attribute aliasing

2018-09-24 Thread Tapani Pälli
Signed-off-by: Tapani Pälli Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106833 --- tests/opengl.py | 1 + tests/spec/gles-3.0/CMakeLists.gles3.txt | 1 + tests/spec/gles-3.0/attribute-aliasing.c | 91 3 files changed, 93 insertions(+)