diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-01 10:34:18 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-03 10:51:27 +0000 |
| commit | 87d0faf72284a5bd5402dd8947243384e1747e10 (patch) | |
| tree | cf826e21d1c490c42da21fe526bd341867a42dcd | |
| parent | ab08f2b57f8553b472818b5b5bb2093f4ab178aa (diff) | |
| download | poky-87d0faf72284a5bd5402dd8947243384e1747e10.tar.gz | |
piglit: upgrade to latest revision
(From OE-Core rev: 16dd4c836a5c8d71f0a5f4dffcf0c160956fea67)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 files changed, 8 insertions, 11 deletions
diff --git a/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch b/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch index 0c872d3e9b..75c2d2fbfc 100644 --- a/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch +++ b/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 2af98d67e16e083c36e3193aefbda942399a455a Mon Sep 17 00:00:00 2001 | 1 | From db3a33a91ce0a28f297fe270167cf2d0a44354e2 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Fri, 23 Aug 2024 15:29:45 +0200 | 3 | Date: Fri, 23 Aug 2024 15:29:45 +0200 |
| 4 | Subject: [PATCH] CMakeLists.txt: do not obtain wayland-scanner path from | 4 | Subject: [PATCH] CMakeLists.txt: do not obtain wayland-scanner path from |
diff --git a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch b/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch index cfdfeb683e..22dd6c360a 100644 --- a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch +++ b/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 70f8d56bf9db9d85f3d197ab9de972e3a514514c Mon Sep 17 00:00:00 2001 | 1 | From 6559f5a7d82d411eb035f9d7c5dfb9987182803d Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Wed, 3 May 2023 21:59:43 -0700 | 3 | Date: Wed, 3 May 2023 21:59:43 -0700 |
| 4 | Subject: [PATCH] tests: Fix narrowing errors seen with clang | 4 | Subject: [PATCH] tests: Fix narrowing errors seen with clang |
diff --git a/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch b/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch index 69cc302912..c9e7fe1e96 100644 --- a/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch +++ b/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 0c97d5eacae4f584313c9251e585bb0246cceffc Mon Sep 17 00:00:00 2001 | 1 | From 8320c2ff5793a612aa7d7223ae317657744169f1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Fri, 22 Nov 2024 22:52:31 +0100 | 3 | Date: Fri, 22 Nov 2024 22:52:31 +0100 |
| 4 | Subject: [PATCH] tests/egl/spec: make egl_ext_surface_compression conditional | 4 | Subject: [PATCH] tests/egl/spec: make egl_ext_surface_compression conditional |
| @@ -20,7 +20,7 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de> | |||
| 20 | 2 files changed, 4 insertions(+), 3 deletions(-) | 20 | 2 files changed, 4 insertions(+), 3 deletions(-) |
| 21 | 21 | ||
| 22 | diff --git a/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt b/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt | 22 | diff --git a/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt b/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt |
| 23 | index d9540bcfde27..01a70164f444 100644 | 23 | index d9540bcfd..01a70164f 100644 |
| 24 | --- a/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt | 24 | --- a/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt |
| 25 | +++ b/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt | 25 | +++ b/tests/egl/spec/egl_ext_surface_compression/CMakeLists.gles3.txt |
| 26 | @@ -2,10 +2,12 @@ link_libraries( | 26 | @@ -2,10 +2,12 @@ link_libraries( |
| @@ -39,7 +39,7 @@ index d9540bcfde27..01a70164f444 100644 | |||
| 39 | 39 | ||
| 40 | # vim: ft=cmake: | 40 | # vim: ft=cmake: |
| 41 | diff --git a/tests/egl/spec/egl_ext_surface_compression/create_surface.c b/tests/egl/spec/egl_ext_surface_compression/create_surface.c | 41 | diff --git a/tests/egl/spec/egl_ext_surface_compression/create_surface.c b/tests/egl/spec/egl_ext_surface_compression/create_surface.c |
| 42 | index e3d55d4331fb..35f13fd007b4 100644 | 42 | index e3d55d433..35f13fd00 100644 |
| 43 | --- a/tests/egl/spec/egl_ext_surface_compression/create_surface.c | 43 | --- a/tests/egl/spec/egl_ext_surface_compression/create_surface.c |
| 44 | +++ b/tests/egl/spec/egl_ext_surface_compression/create_surface.c | 44 | +++ b/tests/egl/spec/egl_ext_surface_compression/create_surface.c |
| 45 | @@ -25,7 +25,6 @@ | 45 | @@ -25,7 +25,6 @@ |
| @@ -50,6 +50,3 @@ index e3d55d4331fb..35f13fd007b4 100644 | |||
| 50 | #include "../../egl-wayland.h" | 50 | #include "../../egl-wayland.h" |
| 51 | 51 | ||
| 52 | static enum piglit_result | 52 | static enum piglit_result |
| 53 | -- | ||
| 54 | 2.39.5 | ||
| 55 | |||
diff --git a/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch b/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch index 17bcbce190..fd085da220 100644 --- a/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch +++ b/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 9b2c2213a2d7aaea350649ee031e227b44343428 Mon Sep 17 00:00:00 2001 | 1 | From 29033f323d870552410c31d1e3721304b8a38e99 Mon Sep 17 00:00:00 2001 |
| 2 | From: Pascal Bach <pascal.bach@siemens.com> | 2 | From: Pascal Bach <pascal.bach@siemens.com> |
| 3 | Date: Thu, 4 Oct 2018 14:43:17 +0200 | 3 | Date: Thu, 4 Oct 2018 14:43:17 +0200 |
| 4 | Subject: [PATCH] cmake: use proper WAYLAND_INCLUDE_DIRS variable | 4 | Subject: [PATCH] cmake: use proper WAYLAND_INCLUDE_DIRS variable |
diff --git a/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch b/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch index 767e93c43e..ce1ce12a07 100644 --- a/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch +++ b/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 3d621cf028acb3b464759abb72a38102844079b2 Mon Sep 17 00:00:00 2001 | 1 | From ddd12c056bf05f80ddd728750a519bc502d55f3e Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Tue, 10 Nov 2020 17:13:50 +0000 | 3 | Date: Tue, 10 Nov 2020 17:13:50 +0000 |
| 4 | Subject: [PATCH] tests/util/piglit-shader.c: do not hardcode build path into | 4 | Subject: [PATCH] tests/util/piglit-shader.c: do not hardcode build path into |
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 3e950ff61c..829cb7730f 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma | |||
| 15 | " | 15 | " |
| 16 | UPSTREAM_CHECK_COMMITS = "1" | 16 | UPSTREAM_CHECK_COMMITS = "1" |
| 17 | 17 | ||
| 18 | SRCREV = "d04d6fff00849a2a8e29ef3251c6ca04a2f68dc7" | 18 | SRCREV = "00affcf3a78a1200cc8fb1e5264c19ac1f8f0fa2" |
| 19 | # (when PV goes above 1.0 remove the trailing r) | 19 | # (when PV goes above 1.0 remove the trailing r) |
| 20 | PV = "1.0+gitr" | 20 | PV = "1.0+gitr" |
| 21 | 21 | ||
