public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/mesa] rawhide: Enable AMD Anti-Lag Vulkan layer only in Fedora
Date: Mon, 21 Sep 2026 08:26:52 GMT [thread overview]
Message-ID: <178997921256.1.16756395895476240042.rpms-mesa-6a0105ee7233@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mesa
Branch : rawhide
Commit : 6a0105ee7233cd98f917523ba6be272e093d259f
Author : José Expósito <jexposit@redhat.com>
Date : 2026-09-21T10:18:10+02:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mesa/c/6a0105ee7233cd98f917523ba6be272e093d259f?branch=rawhide
Log:
Enable AMD Anti-Lag Vulkan layer only in Fedora
---
diff --git a/mesa.spec b/mesa.spec
index bd344d7..450b36e 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -59,6 +59,7 @@
%global with_libunwind 1
%global with_lmsensors 1
%global with_virtio 1
+%global with_vulkan_layers_anti_lag 1
%endif
%ifarch %{valgrind_arches}
@@ -442,7 +443,7 @@ rewrite_wrap_file rustc-hash
-Dgallium-rusticl=true \
%endif
-Dvulkan-drivers=%{?vulkan_drivers} \
- -Dvulkan-layers=device-select,anti-lag \
+ -Dvulkan-layers=device-select%{?with_vulkan_layers_anti_lag:,anti-lag} \
-Dgles1=enabled \
-Dgles2=enabled \
-Dopengl=true \
@@ -692,8 +693,10 @@ ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0
%{_datadir}/drirc.d/00-lavapipe-defaults.conf
%{_libdir}/libVkLayer_MESA_device_select.so
%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
+%if 0%{?with_vulkan_layers_anti_lag}
%{_libdir}/libVkLayer_MESA_anti_lag.so
%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_anti_lag.json
+%endif
%if 0%{?with_virtio}
%{_libdir}/libvulkan_virtio.so
%{_datadir}/vulkan/icd.d/virtio_icd.*.json
reply other threads:[~2026-09-21 8:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178997921256.1.16756395895476240042.rpms-mesa-6a0105ee7233@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox