diff mbox series

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

Message ID 20240305212609.2054938-3-rs@ti.com
State Superseded
Headers show
Series glmark2: fix an issue with eglconfig scoring | expand

Commit Message

Randolph Sapp March 5, 2024, 9:26 p.m. UTC
From: Randolph Sapp <rs@ti.com>

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 <rs@ti.com>
---
 meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index a2d5b152f2..0b61d6ed62 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -17,6 +17,7 @@  SRC_URI = " \
     git://github.com/glmark2/glmark2.git;protocol=https;branch=master \
     file://0001-fix-dispmanx-build.patch \
     file://0002-run-dispmanx-fullscreen.patch \
+    file://0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch \
 "
 SRCREV = "42e3d8fe3aa88743ef90348138f643f7b04a9237"