Merge pull request #17804 from Rmys/master

mesa ver. bump
This commit is contained in:
Rmys
2025-12-04 20:02:00 +03:00
committed by GitHub
2 changed files with 12 additions and 5 deletions
+3 -4
View File
@@ -16,7 +16,6 @@ def setup():
-Db_ndebug=true \
-Dplatforms=x11,wayland \
-Dgallium-extra-hud=true \
-Dgallium-vdpau=enabled \
-Dgallium-va=enabled \
-Dvideo-codecs=all \
-Dgles1=enabled \
@@ -36,7 +35,7 @@ def setup():
if get.buildTYPE() == "emul32":
# shelltools.export("LDFLAGS", "%s -L/usr/lib32" % get.LDFLAGS())
# shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
options += " -Dlmsensors=disabled --native-file crossfile.ini -Dzstd=disabled \
options += " -Dlmsensors=disabled -Ddisplay-info=disabled --native-file crossfile.ini -Dzstd=disabled \
-Dvulkan-drivers=amd,intel,intel_hasvk,swrast,virtio -D sysprof=false -D intel-rt=disabled \
-Dvulkan-layers=device-select,intel-nullhw,overlay \
-Dgallium-drivers=r300,r600,nouveau,radeonsi,svga,iris,llvmpipe,softpipe,virgl,crocus,i915,zink \
@@ -59,8 +58,8 @@ def setup():
-Drust_std=2021 \
-D sysprof=false \
-D intel-rt=enabled \
-Dvulkan-layers=device-select,intel-nullhw,overlay,screenshot,vram-report-limit \
-Dvulkan-drivers=amd,gfxstream,intel,intel_hasvk,nouveau,swrast,virtio,microsoft-experimental,asahi,freedreno \
-Dvulkan-layers=device-select,intel-nullhw,overlay,screenshot,anti-lag,vram-report-limit \
-Dvulkan-drivers=amd,freedreno,gfxstream,intel,intel_hasvk,nouveau,swrast,virtio,microsoft-experimental,asahi \
-Dgallium-drivers=r300,r600,nouveau,radeonsi,svga,iris,llvmpipe,softpipe,virgl,crocus,i915,zink,d3d12"
#pisitools.ldflags.add("-fuse-ld=lld")
+9 -1
View File
@@ -14,7 +14,7 @@
<Icon>mesa</Icon>
<Summary>Mesa graphics libraries and utilities</Summary>
<Description>Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics.</Description>
<Archive sha1sum="43e42024911f1fc54044d703efb5f0cb050db44e" type="tarxz">https://archive.mesa3d.org/mesa-25.2.7.tar.xz</Archive>
<Archive sha1sum="0e67ec98528cf35c675df71d4f65e172abda73ee" type="tarxz">https://archive.mesa3d.org/mesa-25.3.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>meson</Dependency>
@@ -134,6 +134,7 @@
<Path fileType="data">/usr/share/drirc.d/00-mesa-defaults.conf</Path>
<Path fileType="data">/usr/share/glvnd/egl_vendor.d/50_mesa.json</Path>
<Path fileType="data">/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json</Path>
<Path fileType="data">/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_anti_lag.json</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/vulkan/explicit_layer.d</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
@@ -283,6 +284,13 @@
</Package>
<History>
<Update release="149">
<Date>2025-12-04</Date>
<Version>25.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="148">
<Date>2025-11-13</Date>
<Version>25.2.7</Version>