Mesa (main): lima: CI: Enable GL_R8 and GL_RG8 texture formats

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 17 13:20:14 UTC 2021


Module: Mesa
Branch: main
Commit: 5df677e996bb8cdbefbe4a789872734cbd174023
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5df677e996bb8cdbefbe4a789872734cbd174023

Author: Andreas Baierl <ichgeh at imkreisrum.de>
Date:   Tue Aug 17 12:47:55 2021 +0200

lima: CI: Enable GL_R8 and GL_RG8 texture formats

This is fixed in deqp now. See https://github.com/KhronosGroup/VK-GL-CTS/pull/241
Since CI is using deqp version > vulkan-cts-1.2.6.0, this isn't an issue anymore.

Signed-off-by: Andreas Baierl <ichgeh at imkreisrum.de>
Reviewed-by: Erico Nunes <nunes.erico at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12409>

---

 src/gallium/drivers/lima/ci/deqp-lima-skips.txt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/gallium/drivers/lima/ci/deqp-lima-skips.txt b/src/gallium/drivers/lima/ci/deqp-lima-skips.txt
index da2fc83984a..824ea20af4c 100644
--- a/src/gallium/drivers/lima/ci/deqp-lima-skips.txt
+++ b/src/gallium/drivers/lima/ci/deqp-lima-skips.txt
@@ -1,8 +1,3 @@
 # Note: skips lists for CI are just a list of lines that, when
 # non-zero-length and not starting with '#', will regex match to
 # delete lines from the test list.  Be careful.
-
-# These tests fail on GLES2 drivers due to dEQP bug, see
-# https://github.com/KhronosGroup/VK-GL-CTS/pull/241
-dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.r8
-dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rg8



More information about the mesa-commit mailing list