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.
This commit is contained in:
heitbaum 2021-12-24 23:59:51 +00:00
parent 41f3d44b19
commit 683c611156

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="glmark2" PKG_NAME="glmark2"
PKG_VERSION="2021.02" PKG_VERSION="2021.12"
PKG_SHA256="bebadb78c13aea5e88ed892e5563101ccb745b75f1dc86a8fc7229f00d78cbf1" PKG_SHA256="9f111284b2ef1d3fce91928e249e6ca00796a036831b063a549a0f3b03557a95"
PKG_LICENSE="GPLv3" PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/glmark2/glmark2" PKG_SITE="https://github.com/glmark2/glmark2"
PKG_URL="https://github.com/glmark2/glmark2/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/glmark2/glmark2/archive/${PKG_VERSION}.tar.gz"