mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
Merge pull request #5248 from SupervisedThinking/mesa-21.0
mesa: updated to 21.0.1
This commit is contained in:
commit
f085883f48
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="mesa"
|
||||
PKG_VERSION="20.3.4"
|
||||
PKG_SHA256="dc21a987ec1ff45b278fe4b1419b1719f1968debbb80221480e44180849b4084"
|
||||
PKG_VERSION="21.0.1"
|
||||
PKG_SHA256="379fc984459394f2ab2d84049efdc3a659869dc1328ce72ef0598506611712bb"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.mesa3d.org/"
|
||||
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 \
|
||||
-Dbuild-tests=false \
|
||||
-Dselinux=false \
|
||||
-Dosmesa=none"
|
||||
-Dosmesa=false"
|
||||
|
||||
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
||||
PKG_DEPENDS_TARGET+=" xorgproto libXext libXdamage libXfixes libXxf86vm libxcb libX11 libxshmfence libXrandr libglvnd"
|
||||
|
@ -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>
|
||||
Date: Mon, 1 Feb 2021 01:27:50 +0100
|
||||
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).
|
||||
|
||||
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 ++-----
|
||||
1 file changed, 2 insertions(+), 5 deletions(-)
|
||||
@ -31,6 +33,3 @@ index 4ac363178a9..7079865a3b5 100644
|
||||
layout = 0;
|
||||
}
|
||||
|
||||
--
|
||||
2.25.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user