From 683c61115648aec9368041ae696ee9bf710b147f Mon Sep 17 00:00:00 2001 From: heitbaum Date: Fri, 24 Dec 2021 23:59:51 +0000 Subject: [PATCH] glmark2: update to 2021.12 glmark2 2021.12 (20211223) ========================== * Fix crash with NVIDIA OpenGL driver. * Fix issues when running with the Wayland backend under Sway. * Gracefully handle missing GL features. * Fix model loading on big-endian systems. * Support EGL versions < 1.4. * Fix crash with the DRM backend when we can't become DRM master. --- packages/graphics/glmark2/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphics/glmark2/package.mk b/packages/graphics/glmark2/package.mk index 4e2bd62566..e91713262d 100644 --- a/packages/graphics/glmark2/package.mk +++ b/packages/graphics/glmark2/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="glmark2" -PKG_VERSION="2021.02" -PKG_SHA256="bebadb78c13aea5e88ed892e5563101ccb745b75f1dc86a8fc7229f00d78cbf1" +PKG_VERSION="2021.12" +PKG_SHA256="9f111284b2ef1d3fce91928e249e6ca00796a036831b063a549a0f3b03557a95" PKG_LICENSE="GPLv3" PKG_SITE="https://github.com/glmark2/glmark2" PKG_URL="https://github.com/glmark2/glmark2/archive/${PKG_VERSION}.tar.gz"