From 22a33c3534eff3a71af826334129be6fd10fde30 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 18 Dec 2021 04:16:08 +0000 Subject: [PATCH] mesa: update to 21.3.2 https://docs.mesa3d.org/relnotes/21.3.2.html Mesa 21.3.2 is a bug fix release which fixes bugs found since the 21.3.1 release. Bug fixes Flickering and blackscreen on Mpv and Clapper (and also low performance on glxgears) DXVK SIGBUS with Turnip on Poco F1 at loading to open world. RADV: IsHelperInvocationEXT query is not considered volatile in ACO [GraphicsFuzz] dEQP-VK.graphicsfuzz.stable-binarysearch-tree-nested-if-and-conditional [bisected] Mesa 21.3.x breaks GBM with NVIDIA closed source driver 495.44 [DG2] dEQP-GL[45|ES31].functional.shaders.builtin_functions.pack_unpack.packhalf2x16_compute fail --- packages/graphics/mesa/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphics/mesa/package.mk b/packages/graphics/mesa/package.mk index 73cc3e927a..087f63fcf8 100644 --- a/packages/graphics/mesa/package.mk +++ b/packages/graphics/mesa/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="mesa" -PKG_VERSION="21.3.1" -PKG_SHA256="2b0dc2540cb192525741d00f706dbc4586349185dafc65729c7fda0800cc474d" +PKG_VERSION="21.3.2" +PKG_SHA256="e2e7bafb8307e7abc3bf982f39382fae3619c84b45504920a21504be52f126bd" PKG_LICENSE="OSS" PKG_SITE="http://www.mesa3d.org/" PKG_URL="https://mesa.freedesktop.org/archive/mesa-${PKG_VERSION}.tar.xz"