[oe] [meta-oe][scarthgap][PATCH] opencl-clhpp: add native and nativesdk

2024-07-17 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp This is a header only package. It may be useful to the native machine but it is definitely useful for the nativesdk machine. Signed-off-by: Randolph Sapp Signed-off-by: Khem Raj --- Backporting this since it's still relevant. meta-oe/recipes-core/opencl/opencl-clhpp_git.

[oe] [meta-oe][PATCH] opencl-clhpp: add native and nativesdk

2024-07-12 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp This is a header only package. It may be useful to the native machine but it is definitely useful for the nativesdk machine. Signed-off-by: Randolph Sapp --- meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipe

[oe] [meta-oe][scarthgap][PATCH] vulkan-cts: add workaround for createMeshShaderMiscTestsEXT

2024-06-25 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Remove the CXX flag "-O2" for GCC 13 and 14. There's a bug with ARM GCC that breaks the iteration of "types" in the createMeshShaderMiscTestsEXT function. This issue is not present for clang or x86_64 GCC 14. It seems that the array is not initialized before the first iterati

Re: [oe] [meta-oe][master][PATCH] vulkan-cts: add workaround for createMeshShaderMiscTestsEXT

2024-06-19 Thread Randolph Sapp via lists.openembedded.org
On Tue Jun 18, 2024 at 1:48 PM CDT, Randolph Sapp wrote: > On Tue Jun 18, 2024 at 1:28 PM CDT, Denys Dmytriyenko wrote: > > On Mon, Jun 17, 2024 at 06:41:57PM -0700, Khem Raj wrote: > > > On Mon, Jun 17, 2024 at 5:52 PM wrote: > > > > > > > From: Randolph Sapp > > > > > > > > Remove the CXX flag

Re: [oe] [meta-oe][master][PATCH] vulkan-cts: add workaround for createMeshShaderMiscTestsEXT

2024-06-18 Thread Randolph Sapp via lists.openembedded.org
On Tue Jun 18, 2024 at 1:28 PM CDT, Denys Dmytriyenko wrote: > On Mon, Jun 17, 2024 at 06:41:57PM -0700, Khem Raj wrote: > > On Mon, Jun 17, 2024 at 5:52 PM wrote: > > > > > From: Randolph Sapp > > > > > > Remove the CXX flag "-O2" for GCC 13 and 14. There's a bug with ARM GCC > > > that breaks

[oe] [meta-oe][master][PATCHv2] vulkan-cts: add workaround for createMeshShaderMiscTestsEXT

2024-06-18 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Remove the CXX flag "-O2" for GCC 13 and 14 on aarch64 platforms. There's a bug with ARM GCC that breaks the iteration of "types" in the createMeshShaderMiscTestsEXT function. This issue is not present for clang or x86_64 GCC 14. It seems that the array is not initialized bef

[oe] [meta-oe][master][PATCH] vulkan-cts: add workaround for createMeshShaderMiscTestsEXT

2024-06-17 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Remove the CXX flag "-O2" for GCC 13 and 14. There's a bug with ARM GCC that breaks the iteration of "types" in the createMeshShaderMiscTestsEXT function. This issue is not present for clang or x86_64 GCC 14. It seems that the array is not initialized before the first iterati

[oe][meta-oe][PATCHv2 0/1] glmark2: fix an issue with eglconfig scoring

2024-03-05 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Backport a patch from the upstream glmark2 package to fix 2 primary issues: 1. Configs with stencil components were ranked unnecessarily low. 2. If the target config was below 0 an optimal config may not be properly selected. v2: Fix upstream status and squash commits Rando

[oe][meta-oe][PATCHv2 1/1] glmark2: add upstream patch to not care about stencil config

2024-03-05 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp The upstream project already patched this, but considering this package is currently locked to the latest tag, I'll add it here. This fixes an issue with stencil configs being scored unnecessarily low. It also addresses a problem when the target config is below 0. Signed-off

Re: [oe][meta-oe][PATCH 0/2] glmark2: fix an issue with eglconfig scoring

2024-03-05 Thread Randolph Sapp via lists.openembedded.org
On 3/5/24 15:42, Martin Jansa wrote: Invalid format of Upstream-Status and please squash those 2 commits as they don't make sense separately. On Tue, Mar 5, 2024 at 10:26 PM Randolph Sapp via lists.openembedded.org wrote: From: Randolph Sapp Backport a patch from the upstream gl

[oe][meta-oe][PATCH 0/2] glmark2: fix an issue with eglconfig scoring

2024-03-05 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Backport a patch from the upstream glmark2 package to fix 2 primary issues: 1. Configs with stencil components were ranked unnecessarily low. 2. If the target config was below 0 an optimal config may not be properly selected. Randolph Sapp (2): glmark2: add upstream patch

[oe][meta-oe][PATCH 2/2] glmark2: add the stencil config patch to the package

2024-03-05 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add the previous upstream stencil config patch to the glmark2 package to address issues with EGL configs being ranked unnecessarily low, and another issue when the target config is below zero. Signed-off-by: Randolph Sapp --- meta-oe/recipes-benchmark/glmark2/glmark2_git.bb

[oe][meta-oe][PATCH 1/2] glmark2: add upstream patch to not care about stencil config

2024-03-05 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp The upstream project already patched this, but considering this package is currently locked to the latest tag, I'll add it here. This fixes an issue with stencil configs being scored unnecessarily low. It also addresses a problem when the target config is below 0. Signed-off

[oe][meta-oe][kirkstone] freeglut: add packageconfigs for x11, wayland, gles, and demos

2023-09-14 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add the PACKAGECONFIG entries to build freeglut for wayland and x11, which should conflict in this release, and add the ability to build a GLES release. Also split the demos their own config. The demos will conflict with the gles flag as they still require desktop GL in this

Re: [oe] [meta-oe][kirkstone][PATCH 0/6] Backport everything relevant to using cts with Weston >= 10

2023-06-19 Thread Randolph Sapp via lists.openembedded.org
On 6/17/23 13:07, akuster808 wrote: On 6/15/23 4:56 PM, Randolph Sapp via lists.openembedded.org wrote: From: Randolph Sapp Backport everything relevant to getting opengl-es-cts up and running on newer versions of wayland protocols and subsequently Weston 10. Weston 10 was released months

Re: [oe] [meta-oe][kirkstone][PATCH 1/6] glfw: add packageconfig and wayland dependencies

2023-06-16 Thread Randolph Sapp via lists.openembedded.org
On 6/15/23 15:56, Randolph Sapp via lists.openembedded.org wrote: From: Randolph Sapp GLFW has the ability to use a wayland backend. This patch adds a config for it, but does not enable it by default because it has a dependency on extra-cmake-modules which is provided (most commonly) by meta

[oe] [meta-oe][kirkstone][PATCH 4/6] khronos-cts: Replace wayland feature dependancy with vulkan

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Linus Jacobson Khronos-cts.inc is used for building vulkan-cts or opengl-es-cts. Even though vulkan-cts depends on vulkan-loader, which automatically requires vulkan distro feature, it is more explicitly stated if written here next to opengl. Some systems do not support a windowing service

[oe] [meta-oe][kirkstone][PATCH 5/6] khronos-cts: fix build when python3-build-native is present

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Ross Burton This recipe has a python script which *appends* a local directory to sys.path and then tries to include a local module called build. However if python3-build-native is present that is included instead. Fix by prepending the local directory to sys.path instead. Signed-off-by:

[oe] [meta-oe][kirkstone][PATCH 2/6] vulkan-cts,opengl-es-cts: Upgrade to1.3.3.1 and 3.2.8 respectively

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Khem Raj Add needed depednency on vulkan-docs, jsoncpp and python3-xml-native as they are added newly in these versions. Delete patches already applied in this release Backport one amber patch to fix compile with clang Forward port the remaining patches Add mechanism to run target test

[oe] [meta-oe][kirkstone][PATCH 3/6] vulkan-cts,opengl-es-cts: Fix build with gcc-13

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Khem Raj Signed-off-by: Khem Raj --- .../files/0001-Include-missing-cstdint.patch | 34 +++ .../files/0001-include-missing-cstdint.patch | 61 +++ ...01-vulkancts-Include-missing-cstdint.patch | 32 ++ .../vk-gl-cts/files/0001-vulkancts.patch | 40 --

[oe] [meta-oe][kirkstone][PATCH 6/6] opengl-es-cts: 3.2.8.0 -> 3.2.9.3

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Bump the opengl-es-cts version to latest since this package is currently incompatible with Weston 10 due to changes in wayland-protocols. I would bump the vulkan-cts test revision here as well, but unfortunately newer versions of vulkan-cts add video encode/decode tests from

[oe] [meta-oe][kirkstone][PATCH 1/6] glfw: add packageconfig and wayland dependencies

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp GLFW has the ability to use a wayland backend. This patch adds a config for it, but does not enable it by default because it has a dependency on extra-cmake-modules which is provided (most commonly) by meta-qt5-extra. Signed-off-by: Randolph Sapp --- meta-oe/recipes-core/gl

[oe] [meta-oe][kirkstone][PATCH 0/6] Backport everything relevant to using cts with Weston >= 10

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Backport everything relevant to getting opengl-es-cts up and running on newer versions of wayland protocols and subsequently Weston 10. Khem Raj (2): vulkan-cts,opengl-es-cts: Upgrade to1.3.3.1 and 3.2.8 respectively vulkan-cts,opengl-es-cts: Fix build with gcc-13 Linus

[oe][meta-oe][PATCH] opengl-es-cts: 3.2.8.0 -> 3.2.9.3

2023-06-13 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Bump the opengl-es-cts version to latest since this package is currently incompatible with Weston 10 due to changes in wayland-protocols. I would bump the vulkan-cts test revision here as well, but unfortunately newer versions of vulkan-cts add video encode/decode tests from

Re: [oe] [meta-oe][kirkstone][PATCHv2] glfw: add packageconfig and wayland dependencies

2023-05-02 Thread Randolph Sapp via lists.openembedded.org
ATURES is satisfied by "opengl" and ANY_OF_DISTRO_FEATURES by "wayland", but the default PACKAGECONFIG doesn't match with that. On Fri, Apr 28, 2023 at 6:32 PM Randolph Sapp via lists.openembedded.org <http://lists.openembedded.org> mailto:ti@lists.openembedded.org>&

Re: [oe] [meta-oe][kirkstone][PATCHv2] glfw: add packageconfig and wayland dependencies

2023-05-02 Thread Randolph Sapp via lists.openembedded.org
t extra-cmake-modules. They the packageconfig can automatically configure itself. Discussion on who's job it is to carry this package has yet to conclude. REQUIRED_DISTRO_FEATURES is satisfied by "opengl" and ANY_OF_DISTRO_FEATURES by "wayland", but the default PACKAGECONFIG doesn't mat

Re: [oe] [meta-oe][kirkstone][PATCHv2] glfw: add packageconfig and wayland dependencies

2023-04-28 Thread Randolph Sapp via lists.openembedded.org
On 4/28/23 06:16, akuster808 wrote: Doesn't this need to land it Master first? Kirkstone is in the subject - armin Perhaps, but I've only had a chance to test it against kirkstone so I flagged it as such. At this point I'm still vetting solutions to this dependency chain though. Looking for

Re: [oe] [meta-oe][kirkstone][PATCHv2] glfw: add packageconfig and wayland dependencies

2023-04-27 Thread Randolph Sapp via lists.openembedded.org
On 4/27/23 12:35, Khem Raj wrote: On Thu, Apr 27, 2023 at 10:34 AM Randolph Sapp wrote: On 4/27/23 11:53, Khem Raj wrote: On Thu, Apr 27, 2023 at 9:47 AM wrote: From: Randolph Sapp GLFW has the ability to use a wayland backend. This patch adds a config for it, but does not enable it by d

Re: [oe] [meta-oe][kirkstone][PATCHv2] glfw: add packageconfig and wayland dependencies

2023-04-27 Thread Randolph Sapp via lists.openembedded.org
On 4/27/23 11:53, Khem Raj wrote: On Thu, Apr 27, 2023 at 9:47 AM wrote: From: Randolph Sapp GLFW has the ability to use a wayland backend. This patch adds a config for it, but does not enable it by default because it has a dependency on extra-cmake-modules which is provided (most commonly)

[oe] [meta-oe][kirkstone][PATCHv2] glfw: add packageconfig and wayland dependencies

2023-04-27 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp GLFW has the ability to use a wayland backend. This patch adds a config for it, but does not enable it by default because it has a dependency on extra-cmake-modules which is provided (most commonly) by meta-qt5-extra. Signed-off-by: Randolph Sapp --- meta-oe/recipes-core/gl

Re: [oe] [meta-oe][kirkstone][PATCH] glfw: add packageconfig and wayland dependencies

2023-04-27 Thread Randolph Sapp via lists.openembedded.org
e cross layer deps >> >> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2693 <https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2693> >> >> On Wed, Apr 26, 2023 at 1:35 PM Randolph Sapp via >> lists.openembe

Re: [oe] [meta-oe][kirkstone][PATCH] glfw: add packageconfig and wayland dependencies

2023-04-27 Thread Randolph Sapp via lists.openembedded.org
On 4/27/23 11:02, Denys Dmytriyenko wrote: On Thu, Apr 27, 2023 at 01:22:16AM -0700, Khem Raj wrote: fails layer check perhaps it has some cross layer deps https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2693 On Wed, Apr 26, 2023 at 1:35 PM Randolph Sapp via

[oe] [meta-oe][kirkstone][PATCH] glfw: add packageconfig and wayland dependencies

2023-04-26 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp GLFW has the ability to use a wayland backend. This patch adds a config for it and attempts to automatically resolve the most common collision since the wayland and x11 backends are mutually exclusive. Signed-off-by: Randolph Sapp --- meta-oe/recipes-core/glfw/glfw_3.3.bb |

[oe] [PATCH] glfw: add packageconfig and wayland dependencies

2023-04-26 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp GLFW has the ability to use a wayland backend. This patch adds a config for it and attempts to automatically resolve the most common collision since the wayland and x11 backends are mutually exclusive. Signed-off-by: Randolph Sapp --- meta-oe/recipes-core/glfw/glfw_3.3.bb |