summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-02-27 16:27:16 -0300
committerKhem Raj <raj.khem@gmail.com>2023-02-27 13:39:56 -0800
commita9b2d1303b6eada3119407e0a53c335b2e5a1b61 (patch)
tree00f6a5711f81cd18700f3e49c3cd1f6959b9d5f2 /meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
parentdafc2f5d213cbcd78f23357fa0e4cdd289840462 (diff)
downloadmeta-openembedded-a9b2d1303b6eada3119407e0a53c335b2e5a1b61.tar.gz
glmark2: Update to 2023.01
Update to the 2023.01 version: glmark2 2023.01 (20230119) ========================== * Add gbm-gl/glesv2 flavors for GBM offscreen rendering. * Add x11-gl-egl flavor that uses EGL under X11. * Implement SwapInterval 0 for the DRM backend. * Support multisampled configs in --visual-config. * Support explicitly specifying the config id in --visual-config. * Add CPU time and shader compilation time to available results. * Add --results to specify which kind of results to report. * Add --results-file to export results to XML or CSV. * Add --version command-line option. Remove 0001-libmatrix-Include-missing-utility-header.patch, which has been upstreamed and refresh 0002-run-dispmanx-fullscreen.patch to avoid fuzz warnings. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 2a3e74f02..a2d5b152f 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -11,15 +11,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
11DEPENDS = "libpng jpeg udev" 11DEPENDS = "libpng jpeg udev"
12DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native wayland-protocols', '', d)}" 12DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native wayland-protocols', '', d)}"
13 13
14PV = "2021.12" 14PV = "2023.01"
15 15
16SRC_URI = " \ 16SRC_URI = " \
17 git://github.com/glmark2/glmark2.git;protocol=https;branch=master \ 17 git://github.com/glmark2/glmark2.git;protocol=https;branch=master \
18 file://0001-fix-dispmanx-build.patch \ 18 file://0001-fix-dispmanx-build.patch \
19 file://0002-run-dispmanx-fullscreen.patch \ 19 file://0002-run-dispmanx-fullscreen.patch \
20 file://0001-libmatrix-Include-missing-utility-header.patch \
21" 20"
22SRCREV = "0858b450cd88c84a15b99dda9698d44e7f7e8c70" 21SRCREV = "42e3d8fe3aa88743ef90348138f643f7b04a9237"
23 22
24S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
25 24