Merge pull request #5248 from SupervisedThinking/mesa-21.0

mesa: updated to 21.0.1
This commit is contained in:
CvH 2021-03-27 05:40:32 +01:00 committed by GitHub
commit f085883f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mesa" PKG_NAME="mesa"
PKG_VERSION="20.3.4" PKG_VERSION="21.0.1"
PKG_SHA256="dc21a987ec1ff45b278fe4b1419b1719f1968debbb80221480e44180849b4084" PKG_SHA256="379fc984459394f2ab2d84049efdc3a659869dc1328ce72ef0598506611712bb"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://www.mesa3d.org/" PKG_SITE="http://www.mesa3d.org/"
PKG_URL="https://mesa.freedesktop.org/archive/mesa-${PKG_VERSION}.tar.xz" PKG_URL="https://mesa.freedesktop.org/archive/mesa-${PKG_VERSION}.tar.xz"
@ -32,7 +32,7 @@ PKG_MESON_OPTS_TARGET="-Ddri-drivers=${DRI_DRIVERS// /,} \
-Dlmsensors=disabled \ -Dlmsensors=disabled \
-Dbuild-tests=false \ -Dbuild-tests=false \
-Dselinux=false \ -Dselinux=false \
-Dosmesa=none" -Dosmesa=false"
if [ "${DISPLAYSERVER}" = "x11" ]; then if [ "${DISPLAYSERVER}" = "x11" ]; then
PKG_DEPENDS_TARGET+=" xorgproto libXext libXdamage libXfixes libXxf86vm libxcb libX11 libxshmfence libXrandr libglvnd" PKG_DEPENDS_TARGET+=" xorgproto libXext libXdamage libXfixes libXxf86vm libxcb libX11 libxshmfence libXrandr libglvnd"

View File

@ -1,4 +1,4 @@
From 9e361182db9ebca3514c055563f8ac459409ec7a Mon Sep 17 00:00:00 2001 From 696b0ab2c923024c865fa0ffdf725b2d4b6328d0 Mon Sep 17 00:00:00 2001
From: Erico Nunes <nunes.erico@gmail.com> From: Erico Nunes <nunes.erico@gmail.com>
Date: Mon, 1 Feb 2021 01:27:50 +0100 Date: Mon, 1 Feb 2021 01:27:50 +0100
Subject: [PATCH] lima: always set stride in texture descriptor Subject: [PATCH] lima: always set stride in texture descriptor
@ -9,6 +9,8 @@ straightforward to detect the need to specify stride by checking the
buffer width (e.g. imported dmabuf to be used as texture). buffer width (e.g. imported dmabuf to be used as texture).
Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8549>
--- ---
src/gallium/drivers/lima/lima_texture.c | 7 ++----- src/gallium/drivers/lima/lima_texture.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-) 1 file changed, 2 insertions(+), 5 deletions(-)
@ -31,6 +33,3 @@ index 4ac363178a9..7079865a3b5 100644
layout = 0; layout = 0;
} }
--
2.25.1