Re: [Piglit] [PATCH] amd_compressed_atc_texture: add miptree test

2019-04-09 Thread Ilia Mirkin
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

Re: [Piglit] [PATCH] amd_compressed_atc_texture: add miptree test

2019-04-09 Thread Jonathan Marek
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

Re: [Piglit] [PATCH] amd_compressed_atc_texture: add miptree test

2019-04-09 Thread Ilia Mirkin
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

[Piglit] [PATCH] amd_compressed_atc_texture: add miptree test

2019-04-09 Thread Jonathan Marek
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

Re: [Piglit] [PATCH] amd_compressed_atc_texture: add miptree test

2015-03-01 Thread Ilia Mirkin
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_

[Piglit] [PATCH] amd_compressed_atc_texture: add miptree test

2015-03-01 Thread Ilia Mirkin
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