[Piglit] [PATCH 2/2] AMD_texture_texture4: new test

2018-11-28 Thread Marek Olšák
From: Marek Olšák based on some ARB_texture_gather5 test. --- .../execution/texture4.shader_test| 84 +++ 1 file changed, 84 insertions(+) create mode 100644 tests/spec/amd_texture_texture4/execution/texture4.shader_test diff --git a/tests/spec/amd_texture_texture4

[Piglit] [PATCH 1/2] Add new API tests for BPTC and RGTC GLES extensions

2018-11-28 Thread Marek Olšák
From: Marek Olšák --- tests/opengl.py | 6 ++ tests/spec/CMakeLists.txt | 2 + .../CMakeLists.gles2.txt | 7 ++ .../CMakeLists.txt| 1 + .../ext_texture_compression_bptc/bptc-api.c | 71 +

Re: [Piglit] [PATCH 1/2] Add new API tests for BPTC and RGTC GLES extensions

2018-11-28 Thread Ilia Mirkin
These are obviously a little barren ... the usual approach is to take existing tests and make them runnable in ES. At the very least, maybe add a test that glCompressedTexImage works with these too? On Wed, Nov 28, 2018 at 8:21 PM Marek Olšák wrote: > > From: Marek Olšák > > --- > tests/opengl.

Re: [Piglit] [PATCH 2/2] AMD_texture_texture4: new test

2018-11-28 Thread Ilia Mirkin
On Wed, Nov 28, 2018 at 8:21 PM Marek Olšák wrote: > > From: Marek Olšák > > based on some ARB_texture_gather5 test. > --- > .../execution/texture4.shader_test| 84 +++ > 1 file changed, 84 insertions(+) > create mode 100644 > tests/spec/amd_texture_texture4/executi

[Piglit] [PATCH] KHR_parallel_shader_compiler: new test

2018-11-28 Thread Marek Olšák
From: Marek Olšák --- tests/opengl.py | 6 + tests/spec/CMakeLists.txt | 1 + .../CMakeLists.gl.txt | 7 ++ .../CMakeLists.gles2.txt | 4 + .../CMakeLists.txt| 1 +

Re: [Piglit] [PATCH 1/2] Add new API tests for BPTC and RGTC GLES extensions

2018-11-28 Thread Marek Olšák
I don't think we have existing tests for RGTC that would work with GLES. (GLES doesn't have glGetTexImage, so the desktop GL tests can't be ported) Marek On Wed, Nov 28, 2018 at 8:40 PM Ilia Mirkin wrote: > These are obviously a little barren ... the usual approach is to take > existing tests a

Re: [Piglit] [PATCH 2/2] AMD_texture_texture4: new test

2018-11-28 Thread Marek Olšák
The test is the same as the textureGather shader test in shaders/. I didn't make any changes to it besides the texture function name and #extension. I didn't even bother figuring out how it works. :) Marek On Wed, Nov 28, 2018 at 8:49 PM Ilia Mirkin wrote: > On Wed, Nov 28, 2018 at 8:21 PM Mare

[Piglit] [PATCH] Add new API tests for BPTC and RGTC GLES extensions (v2)

2018-11-28 Thread Marek Olšák
From: Marek Olšák v2: add glCompressedTexImage2D tests --- tests/opengl.py | 6 ++ tests/spec/CMakeLists.txt | 2 + .../CMakeLists.gles2.txt | 7 ++ .../CMakeLists.txt| 1 + .../ext_texture_com

[Piglit] [Bug 108612] The spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceiv fails

2018-11-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108612 Tapani Pälli changed: What|Removed |Added Resolution|--- |FIXED Status|NEW