Oh right, yeah. ETC. Not ASTC. And yes, it's very explicitly in there.
I managed to glaze over that. Go me...
On Tue, Apr 9, 2019 at 4:21 PM Jonathan Marek wrote:
>
> Yes, the tool supports KTX. I made a new version of the patch with a new
> copy of the ETC1 test which uses KTX and dropped the DD
Yes, the tool supports KTX. I made a new version of the patch with a new
copy of the ETC1 test which uses KTX and dropped the DDS loader.
The comment after the copyright header says it is copied from ETC1
miptree test, so I guess its already OK?
On 4/9/19 12:48 PM, Ilia Mirkin wrote:
Back wh
Back when I did this, DDS was the only output format supported by the
tool I was using, and while I thought about converting to KTX "by
hand", that seemed sufficiently unpleasant (I don't remember all the
details, TBH -- it's been 4 years, seemingly). Does the new tool
support KTX output, or still
From: Ilia Mirkin
This echoes the ETC1 miptree test, and even uses the same image.
Updated to work with images created with the open source tool.
Signed-off-by: Ilia Mirkin
Signed-off-by: Jonathan Marek
---
tests/spec/CMakeLists.txt | 1 +
.../CMakeLists.gles2.txt
And naturally I forgot to add the new test to all.py, I've added this
hunk locally:
--- a/tests/all.py
+++ b/tests/all.py
@@ -3901,6 +3901,9 @@ oes_compressed_paletted_texture['basic API'] =
PiglitGLTest(['oes_compressed_pal
oes_compressed_paletted_texture['invalid formats'] =
PiglitGLTest(['arb_
This echoes the ETC1 miptree test, and even uses the same image.
Signed-off-by: Ilia Mirkin
---
I used The Compressonator tool from AMD, which generates DDS files,
so I also added *very* basic support for DDS files in piglit. It could
be extended by an interested party to actually support more f