mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
mesa: bump to 21.0.3 (#5792)
This commit is contained in:
@@ -7,13 +7,12 @@ HOMEPAGE="https://www.mesa3d.org/"
|
||||
COPYRIGHT="1999-2021 Brian Paul"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
#SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz"
|
||||
SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-21.0.0-rc5.tar.xz"
|
||||
SOURCE_DIR="mesa-21.0.0-rc5"
|
||||
CHECKSUM_SHA256="f57d23aa69d5ed7cfde250a7bf8f72285a34692f9e8d541532fa6970f941ce01"
|
||||
PATCHES="mesa-${portVersion}.patchset"
|
||||
SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz"
|
||||
CHECKSUM_SHA256="565c6f4bd2d5747b919454fc1d439963024fc78ca56fd05158c3b2cde2f6912b"
|
||||
SOURCE_DIR="mesa-${portVersion}"
|
||||
#PATCHES="mesa-${portVersion}.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64 ?arm ?ppc"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86_64 ?arm ?arm64 ?m68k ?ppc ?riscv64 ?sparc"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
libVersion=1.0.0
|
||||
@@ -1,25 +0,0 @@
|
||||
From 2918d95088bfbcf6af593c1d3a9ebc954eaa76ab Mon Sep 17 00:00:00 2001
|
||||
From: Alexander von Gluck IV <kallisti5@unixzen.com>
|
||||
Date: Sun, 7 Mar 2021 16:57:17 -0600
|
||||
Subject: [PATCH] egl/haiku: Fix ConfigID naming inline with mesa
|
||||
|
||||
---
|
||||
src/egl/drivers/haiku/egl_haiku.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/egl/drivers/haiku/egl_haiku.cpp b/src/egl/drivers/haiku/egl_haiku.cpp
|
||||
index 8eda31c2936..18c73c9cd8b 100644
|
||||
--- a/src/egl/drivers/haiku/egl_haiku.cpp
|
||||
+++ b/src/egl/drivers/haiku/egl_haiku.cpp
|
||||
@@ -163,7 +163,7 @@ haiku_add_configs_for_visuals(_EGLDisplay *disp)
|
||||
+ conf->base.BlueSize
|
||||
+ conf->base.AlphaSize;
|
||||
conf->base.ConfigCaveat = EGL_NONE;
|
||||
- conf->base.ConfigId = 1;
|
||||
+ conf->base.ConfigID = 1;
|
||||
conf->base.BindToTextureRGB = EGL_FALSE;
|
||||
conf->base.BindToTextureRGBA = EGL_FALSE;
|
||||
conf->base.StencilSize = 0;
|
||||
--
|
||||
2.30.0
|
||||
|
||||
Reference in New Issue
Block a user