From 5efb53c2cd48d382c0a8a8a218cbbc5bbafadaf9 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 11 Jul 2025 18:01:26 +0300 Subject: [PATCH] Update package version to 25.1.5 --- pkg.info | 2 +- source.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index a55fa61..f7d724c 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: mesa description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more -version: 24.3.4 +version: 25.1.5 url: https://www.mesa3d.org/ license: MIT and BSD-3-Clause and SGI-B-2.0 architecture: any diff --git a/source.sh b/source.sh index 137dacf..fc3903c 100644 --- a/source.sh +++ b/source.sh @@ -24,8 +24,8 @@ build() { --buildtype=release \ -Dbuild-tests=true \ -Dplatforms=x11,wayland \ - -Dgallium-drivers=auto \ - -Dvulkan-drivers=auto \ + -Dgallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,llvmpipe,softpipe,iris,crocus,i915,zink,d3d12 \ + -Dvulkan-drivers=amd,gfxstream,intel,intel_hasvk,nouveau,swrast,virtio,microsoft-experimental \ -Dglvnd=enabled \ -Dvalgrind=enabled \ -Dvideo-codecs=all \