mbox series

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

Message ID 20240305224123.2063013-1-rs@ti.com
Headers show
Series glmark2: fix an issue with eglconfig scoring | expand

Message

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

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

Randolph Sapp (1):
  glmark2: add upstream patch to not care about stencil config

 ...y-default-don-t-care-about-the-stenc.patch | 103 ++++++++++++++++++
 .../recipes-benchmark/glmark2/glmark2_git.bb  |   1 +
 2 files changed, 104 insertions(+)
 create mode 100644 meta-oe/recipes-benchmark/glmark2/files/0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch