summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReza Jahanbakhshi2021-12-05 12:49:37 +0100
committerReza Jahanbakhshi2021-12-05 12:49:37 +0100
commit2488de4671bbb700e80ee07f4388828e9a9f43e9 (patch)
tree0ad2f599e847cfaece573c4eda7a042cced00906
parente751e5b1cf6932cfc150a3a55d23a43dae2b5f58 (diff)
downloadaur-2488de4671bbb700e80ee07f4388828e9a9f43e9.tar.gz
Mesa classic drivers removed. Removed drivers are Radeon R100 and R200, old (non-gallium) Nouveau, and Intel i915 and i965
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd165822b296..d7fcb751c7da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 22.0.0_devel.147532.34a75ce15ce
+ pkgver = 22.0.0_devel.147684.6e7ffa760f3
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fc5b339f18bc..e050f793866b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=lib32-mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=22.0.0_devel.147532.34a75ce15ce
+pkgver=22.0.0_devel.147684.6e7ffa760f3
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
@@ -27,9 +27,7 @@ url="https://www.mesa3d.org"
license=('custom')
source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main'
'LICENSE'
- 'llvm32.native'
-)
-
+ 'llvm32.native')
md5sums=('SKIP'
'5c65a0fe315dd347e09b1f2826a1df5a'
'6b4a19068a323d7f90a3d3cd315ed1f9')
@@ -113,7 +111,6 @@ build () {
-D sysconfdir=/etc \
--libdir=/usr/lib32 \
-D platforms=x11,wayland \
- -D dri-drivers=i915,i965,r200,r100,nouveau \
-D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris,zink,crocus \
-D vulkan-drivers=amd,intel,swrast,virtio-experimental \
-D dri3=enabled \