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
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 +
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.
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
From: Marek Olšák
---
tests/opengl.py | 6 +
tests/spec/CMakeLists.txt | 1 +
.../CMakeLists.gl.txt | 7 ++
.../CMakeLists.gles2.txt | 4 +
.../CMakeLists.txt| 1 +
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=108612
Tapani Pälli changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW