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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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 --
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
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
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
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
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>&
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
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
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
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)
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
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
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
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 |
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 |
34 matches
Mail list logo