summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSovietReimu12282023-04-17 18:43:10 +0900
committerSovietReimu12282023-04-17 18:43:10 +0900
commitba3d4b963d625a3324728b72e1c79457372b127e (patch)
treeb1810fb7cd43fa2e6646aeb3f5c1f4bd0f66ac96
parent010e0daa59bdef1ba20a921d9be73867da2b4512 (diff)
downloadaur-ba3d4b963d625a3324728b72e1c79457372b127e.tar.gz
update
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bce02152eda4..6588c608325b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesa-rusticl-git
pkgdesc = An open-source implementation of the OpenGL specification, with Rusticl
- pkgver = 23.2.0_devel.169786.22a218b1323.d41d8cd98f00b204e9800998ecf8427e
+ pkgver = 23.2.0_devel.169836.ab000726bc1.d41d8cd98f00b204e9800998ecf8427e
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@@ -92,7 +92,7 @@ pkgbase = mesa-rusticl-git
conflicts = vulkan-mesa-layer
conflicts = vulkan-mesa
conflicts = mesa-libgl
- source = mesa::git+https://gitlab.freedesktop.org/antoniospg100/mesa.git#branch=improvs_nir_copyto
+ source = mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/pipe_box
source = LICENSE
md5sums = SKIP
md5sums = 5c65a0fe315dd347e09b1f2826a1df5a
diff --git a/PKGBUILD b/PKGBUILD
index e23b94351875..e1cb6f716d70 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mesa-rusticl-git
pkgdesc="An open-source implementation of the OpenGL specification, with Rusticl"
-pkgver=23.2.0_devel.169786.22a218b1323.d41d8cd98f00b204e9800998ecf8427e
+pkgver=23.2.0_devel.169836.ab000726bc1.d41d8cd98f00b204e9800998ecf8427e
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
@@ -26,7 +26,7 @@ conflicts=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vu
url="https://www.mesa3d.org"
license=('custom')
-source=('mesa::git+https://gitlab.freedesktop.org/antoniospg100/mesa.git#branch=improvs_nir_copyto'
+source=('mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/pipe_box'
'LICENSE'
# 'zink_hack.patch'
)
@@ -81,7 +81,6 @@ build () {
export CC="clang"
export CXX="clang++"
- # Vulkan microsoft-experimental disabled
meson setup mesa _build \
--wrap-mode=nofallback \
-D prefix=/usr \
@@ -91,7 +90,7 @@ build () {
-D b_lto=true \
-D platforms=auto \
-D gallium-drivers=r300,r600,radeonsi,i915,crocus,iris,nouveau,d3d12,zink,svga,virgl,swrast \
- -D vulkan-drivers=amd,intel_hasvk,intel,virtio-experimental,swrast \
+ -D vulkan-drivers=amd,intel_hasvk,intel,microsoft-experimental,virtio-experimental,swrast \
-D vulkan-layers=device-select,intel-nullhw,overlay \
-D dri3=enabled \
-D egl=enabled \