From 894aefef661efbd869a7b6b776c72327a299deb3 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 5 Jun 2025 07:42:15 +0200 Subject: [PATCH] piglit: upgrade to latest revision Changelog: tests: Add test for GL_EXT_shader_clock tests: Add test for GL_EXT_shader_realtime_clock vulkan: Add cmat tests using constant as accumulator tests: test UBO and SSBO backed by the same buffer arb_direct_state_access: fix internaformat query behavior khr_texture_compression_astc: normalize error-color tests/util: provide simple array for cleanup handlers ext_external_objects: use piglit_set_destroy_func instead of atexit ext_external_objects: fix timeline semaphore validation error ext_external_objects: fix validation error with barriers ext_external_objects: fix validation error on cmdbuf usage ext_external_objects: fix validation error releasing resources ext_external_objects: fix validation error for cmdbuffer usage ext_external_objects: fix validation error with semaphore value arb_shading_language_420pack: test uniform block matching gl: test push pop attribute with color material GL_EXT_texture_integer: basic validation tests cmake: Fix mis-matching arguments warning fix invalid typecast (From OE-Core rev: c09a0cec08e1212ba82d0702686e0e2991cfd03a) Signed-off-by: Gyorgy Sarvari Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index dc210ff56d..96f93fb69b 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -16,7 +16,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "05f02cb2ff1787892cba38c3b609f892419bae87" +SRCREV = "a0a27e528f643dfeb785350a1213bfff09681950" # (when PV goes above 1.0 remove the trailing r) PV = "1.0+gitr"