gallium-opencl (clover) is disabled because it is broken with llvm17. see https://gitlab.freedesktop.org/mesa/mesa/-/issues/8671

This commit is contained in:
Lone_Wolf 2023-04-18 12:26:07 +02:00
parent f7db9b5aec
commit 97c484c1f4
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 23.1.0_devel.165442.9db7c1a509f.932463d268438ce945b21718552d92ab
pkgver = 23.2.0_devel.169951.3beaaa9ae8c.dae32bb875358c786b404388bf1ee875
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@ -62,13 +62,16 @@ pkgbase = mesa-git
conflicts = vulkan-swrast
conflicts = mesa-libgl
source = mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main
source = 0002-intel-fs-always-mask-the-bottom-bits-of-the-sampler-.patch
source = LICENSE
source = 0001-intel-fs-always-mask-the-bottom-bits-of-the-sampler-.patch
source = 0002-gallivm-llvm17-deleted-includefiles.patch
md5sums = SKIP
md5sums = 094f900983f68bec0325bd29d4789ad5
md5sums = 5c65a0fe315dd347e09b1f2826a1df5a
md5sums = 094f900983f68bec0325bd29d4789ad5
md5sums = 942f95c6f7e795abd9df755b43cf0239
sha512sums = SKIP
sha512sums = 5dd0cb8affa9cfe6e7d94f59b8e23727036fd8ab76938321f8d266315f30611584da6f6277fe2aa920130483302adab5e57e2bc08f1bd3c62ea57b3e4b007305
sha512sums = 25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2
sha512sums = 5dd0cb8affa9cfe6e7d94f59b8e23727036fd8ab76938321f8d266315f30611584da6f6277fe2aa920130483302adab5e57e2bc08f1bd3c62ea57b3e4b007305
sha512sums = ee81e9a1d23ff7265310da3231b7eebe1f6d49dd4c568781e2da0ac494e04ff074901cedc66e04c727eb120fad563db9693da509d69f738e3e2f108afc383c0a
pkgname = mesa-git

View File

@ -133,7 +133,7 @@ build () {
-D gallium-extra-hud=true \
-D gallium-nine=true \
-D gallium-omx=bellagio \
-D gallium-opencl=icd \
-D gallium-opencl=disabled \
-D gallium-va=enabled \
-D gallium-vdpau=enabled \
-D gallium-xa=enabled \