48 tests in the category deqp-gles3.functional.texture.compressed.astc fail after mesa 65f6caf43e8bbea7c8a0d4e146ad7186c276ff9a Author: Nanley Chery <nanley.g.chery@intel.com> AuthorDate: Wed Oct 14 14:32:43 2015 -0700 Commit: Nanley Chery <nanley.g.chery@intel.com> CommitDate: Thu Oct 29 15:40:37 2015 -0700 mesa: Enable ASTC in GLES' [NUM_]COMPRESSED_TEXTURE_FORMATS queries In OpenGL ES, the COMPRESSED_TEXTURE_FORMATS query returns the set of supported specific compressed formats. Since ASTC formats fit within that category, include them in the set and update the NUM_COMPRESSED_TEXTURE_FORMATS query as well. This enables GLES2-based ASTC dEQP tests to run. See the Bugzilla for more info. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92193 Reported-by: Tapani Pälli <tapani.palli@intel.com> Suggested-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> The same commit fixed two CTS tests. The failing tests were skipped prior to this commit. Sample test output: piglit.deqp-gles3.functional.texture.compressed.astc.random.6x5.sklm64 (from piglit) Failing for the past 1 build (Since Unstable#1578 ) Took 1.1 sec. Standard Output /tmp/build_root/m64/opt/deqp/modules/gles3/deqp-gles3 --deqp-case=dEQP-GLES3.functional.texture.compressed.astc.random.6x5 --deqp-surface-type=fbo --deqp-log-images=disable --deqp-surface-width=256 --deqp-surface-height=256 dEQP Core 2014.x (0xcafebabe) starting.. target implementation = 'DRM' Test case 'dEQP-GLES3.functional.texture.compressed.astc.random.6x5'.. Test case duration in microseconds = 1087837 us Fail (Image comparison failed) DONE! Test run totals: Passed: 0/1 (0.0%) Failed: 1/1 (100.0%) Not supported: 0/1 (0.0%) Warnings: 0/1 (0.0%)
These patches should fix the failures we're tracking: https://patchwork.freedesktop.org/patch/80604/ https://patchwork.freedesktop.org/patch/80605/ https://patchwork.freedesktop.org/patch/80639/
The patches have been upstreamed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.