mesa-32: updated to version 22.0.2, enabled crocus gallium driver

This commit is contained in:
Matt Housh 2022-04-25 14:14:35 -05:00
parent e91e2df56f
commit 89c5e80552
3 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
drwxr-xr-x root/root usr/lib32/dri/
-rwxr-xr-x root/root usr/lib32/dri/crocus_dri.so
-rwxr-xr-x root/root usr/lib32/dri/iris_dri.so
-rwxr-xr-x root/root usr/lib32/dri/kms_swrast_dri.so
-rwxr-xr-x root/root usr/lib32/dri/nouveau_dri.so

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXRLlVpbuYqZ7GO8p+7qOHAVwGsfBCbJrXCtymgNStRCsUXPw1rYxUy2zixAJ53elYlC35FzY5G0n9ak/S9dd/w8=
SHA256 (Pkgfile) = 9e8b54966f7defb368636d1c78da9ec01f79929d62d38f01ce2d862e9863f2b1
SHA256 (.footprint) = 8bb6f1be7ffa3b4a2c400d7e99ec4e36274c61dda8545553b25fc36fd8327584
SHA256 (mesa-22.0.1.tar.xz) = c05f9682c54560b36e0afa70896233fc73f1ed715e10d1a028b0eb84fd04426f
RWSwxGo/zH7eXeD+RiUWQjVIATkH8ql35UBB5yAJvwVg47/uE2nn1eBLRSdzH1GcdfAcy34yeUGbQ0AFDNSuIguhYUFMBM63wAQ=
SHA256 (Pkgfile) = 3415f2c6a4675192d1c8d3e3fe53d95dfd2d1da588dd237465187302f4706f19
SHA256 (.footprint) = 117c19231d6fc277247b480eeb48bb9e2d57c5f2e3aa0a5540b0e525510273e4
SHA256 (mesa-22.0.2.tar.xz) = df4fa560dcce6680133067cd15b0505fc424ca703244ce9ab247c74d2fab6885
SHA256 (x86-linux-gnu) = 448877bbe3efe8bdfe6282c8e730fe8a8b6bf3c07f659e71b7292aceca22d8bd
SHA256 (x86-linux-gnu-ccache) = 7b435803071fa5d72668eeae1a15c4e4dfca7847349de6f4ede0282b85faaac8

View File

@ -5,8 +5,8 @@
# Optional: libva libvdpau-32 wayland-protocols
name=mesa-32
version=22.0.1
release=1
version=22.0.2
release=2
source=(https://archive.mesa3d.org/mesa-$version.tar.xz
x86-linux-gnu x86-linux-gnu-ccache)
@ -39,7 +39,7 @@ build() {
-D osmesa=true \
-D osmesa=true \
-D gallium-xa=enabled \
-D gallium-drivers=r300,r600,svga,swrast,radeonsi,nouveau,iris,virgl \
-D gallium-drivers=r300,r600,svga,swrast,radeonsi,nouveau,iris,virgl,crocus \
-D platforms=${PKGMK_MESA_PLATFORMS#,} \
-D shared-glapi=enabled \
-D vulkan-drivers=amd,intel \