[notify] mesa: 24.0.8 -> 24.1.0; iris driver now depends on libclc
This commit is contained in:
parent
8b3d7698af
commit
d77b2046c2
@ -15,7 +15,6 @@ drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/dri/
|
||||
-rwxr-xr-x root/root usr/lib/dri/crocus_dri.so
|
||||
-rwxr-xr-x root/root usr/lib/dri/i915_dri.so
|
||||
-rwxr-xr-x root/root usr/lib/dri/iris_dri.so
|
||||
-rwxr-xr-x root/root usr/lib/dri/kms_swrast_dri.so
|
||||
-rwxr-xr-x root/root usr/lib/dri/nouveau_dri.so
|
||||
-rwxr-xr-x root/root usr/lib/dri/r300_dri.so
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/xorg.pub
|
||||
RWTSGWF5Q7TndHvWwKs91T3GFSqXL5vzeuUPXN+j1ATYOZ3DY+RCzXm9RTkuBDfG0f0RZE04tOjEVuAWkNJcHIFzQWbNUCmNswQ=
|
||||
SHA256 (Pkgfile) = f139b05890095d2a70654580f654bbb488949494ca17947c79a594f2c61d05fb
|
||||
SHA256 (.footprint) = 6924460d44cdb41ff53cb50c2c805ea5a8d2fa2b38127c474fa859b200f82f1c
|
||||
SHA256 (mesa-24.0.8.tar.xz) = d1ed86a266d5b7b8c136ae587ef5618ed1a9837a43440f3713622bf0123bf5c1
|
||||
RWTSGWF5Q7TndG0pHPXlvSfBSVe0X3IsD580EsNIifCVwK+B1CY6Tnw9MEoMpLvRvMQHyamPuuxvRQlYIyZJYbXsyVGIKNOb8wg=
|
||||
SHA256 (Pkgfile) = 2952019605797d562278445376e6da414ad188720035f9a899af93e250d1fa14
|
||||
SHA256 (.footprint) = 292574297df461fc888f42badb9e2c5b28e03d54c78284928042ca8a4e4a64e3
|
||||
SHA256 (mesa-24.1.0.tar.xz) = b7eac8c79244806b1c276eeeacc329e4a5b31a370804c4b0c7cd16837783f78b
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: directx-headers glslang libclc libunwind libva libvdpau lm_sensors rust-bindgen spirv-llvm-translator vulkan-loader wayland-protocols
|
||||
|
||||
name=mesa
|
||||
version=24.0.8
|
||||
version=24.1.0
|
||||
release=1
|
||||
source=(https://archive.mesa3d.org/$name-$version.tar.xz)
|
||||
|
||||
@ -14,6 +14,7 @@ build() {
|
||||
prt-get isinst libclc spirv-llvm-translator && PKGMK_MESA+=' -D gallium-opencl=icd'
|
||||
prt-get isinst libclc rust-bindgen spirv-llvm-translator && PKGMK_MESA+=' -D gallium-rusticl=true'
|
||||
prt-get isinst glslang && PKGMK_MESA+=' -D vulkan-drivers=auto -D vulkan-layers=device-select,intel-nullhw,overlay' || PKGMK_MESA+=' -D vulkan-drivers='
|
||||
prt-get isinst libclc && PKGMK_MESA_GALLIUM+='iris,'
|
||||
prt-get isinst libunwind && PKGMK_MESA+=' -D libunwind=enabled'
|
||||
prt-get isinst libva && PKGMK_MESA+=' -D gallium-va=enabled' || PKGMK_MESA+=' -D gallium-va=disabled'
|
||||
prt-get isinst libvdpau && PKGMK_MESA+=' -D gallium-vdpau=enabled' || PKGMK_MESA+=' -D gallium-vdpau=disabled'
|
||||
@ -41,7 +42,7 @@ build() {
|
||||
-D glx=dri \
|
||||
-D osmesa=true \
|
||||
-D gallium-xa=enabled \
|
||||
-D gallium-drivers=${PKGMK_MESA_GALLIUM}crocus,iris,nouveau,r300,r600,radeonsi,svga,swrast,virgl,i915 \
|
||||
-D gallium-drivers=${PKGMK_MESA_GALLIUM}crocus,nouveau,r300,r600,radeonsi,svga,swrast,virgl,i915 \
|
||||
-D platforms=${PKGMK_MESA_PLATFORMS#,} \
|
||||
-D shared-glapi=enabled \
|
||||
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user