mesa: bump to 21.3.4 (#6525)

This commit is contained in:
kenmays
2022-01-23 09:44:41 -08:00
committed by GitHub
parent 93844b559b
commit 9c4ac13f66
2 changed files with 6 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ providing 3D rendering to Haiku applications."
HOMEPAGE="https://www.mesa3d.org/"
COPYRIGHT="1999-2021 Brian Paul"
LICENSE="MIT"
REVISION="2"
REVISION="1"
SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz"
CHECKSUM_SHA256="7245284a159d2484770e1835a673e79e4322a9ddf43b17859668244946db7174"
CHECKSUM_SHA256="77104fd4a93bce69da3b0982f8ee88ba7c4fb98cfc491a669894339cdcd4a67d"
SOURCE_DIR="mesa-${portVersion}"
PATCHES="mesa-$portVersion.patchset"

View File

@@ -1,14 +1,14 @@
From b76d3e30001c8500ca57fc5f300ae8ed246989f6 Mon Sep 17 00:00:00 2001
From 05376c1bbe6f9aa24f5daf40f328e3ebc5b4b483 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sun, 8 Aug 2021 22:34:39 +1000
Subject: Fix build for Haiku
diff --git a/src/egl/main/egldisplay.c b/src/egl/main/egldisplay.c
index 765618f..50de2da 100644
index 131fc22..7c96462 100644
--- a/src/egl/main/egldisplay.c
+++ b/src/egl/main/egldisplay.c
@@ -53,6 +53,10 @@
@@ -57,6 +57,10 @@
#include "eglimage.h"
#include "eglsync.h"
@@ -106,7 +106,7 @@ index 013e8be..a80c2f7 100644
2.30.2
From 4c33cd8a70f8d1bbf17e33c8f19fed1562cdfa4d Mon Sep 17 00:00:00 2001
From 6637bfad0cfd894584f267e9e32c88f40c175916 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sun, 8 Aug 2021 22:35:54 +1000
Subject: Add any color_space support