ci/deqp: Pull in a fix for EGL render tests for rgba16 and rgb16 unorm

Needed, so dEQP can deal with 16 bpc unorm surface formats, and doesn't
generate wrong reference images with its rasterizer, leading to false
positive failures in image comparison driver vs. reference rasterizer.

As proposed by Valentine Burley, thanks!

Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>
Suggested-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38588>
This commit is contained in:
Mario Kleiner 2026-01-20 20:09:23 +01:00 committed by Marge Bot
parent 82e12d3d83
commit 203d20c90a
2 changed files with 4 additions and 2 deletions

View file

@ -70,6 +70,8 @@ gles_cts_commits_to_backport=(
e09e0a210b041d0bf7b525620d0068eab3ffa66a
# Add an option to print to logcat in Android executable builds
fc51668efdfd0dffa30b3eddee34aa26172969fb
# Fix EGL render tests for rgba16 and rgb16 unorm fixed point
b5ed8718f19492781f8e9be3eb9d3346e961efa9
)
# shellcheck disable=SC2034

View file

@ -23,8 +23,8 @@ variables:
DEBIAN_BUILD_TAG: "20260106-android16"
DEBIAN_TEST_BASE_TAG: "20260113-deqp-runner"
DEBIAN_TEST_ANDROID_TAG: "20260114-vkcts"
DEBIAN_TEST_GL_TAG: "20260115-vvl"
DEBIAN_TEST_ANDROID_TAG: "20260119-glcts"
DEBIAN_TEST_GL_TAG: "20260119-glcts"
DEBIAN_TEST_VIDEO_TAG: "20250813-vector"
DEBIAN_TEST_VK_TAG: "20260114-vkcts"