public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mesa] rawhide: Enable AMD Anti-Lag Vulkan layer only in Fedora
@ 2026-09-21  8:26 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-21  8:26 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-21  8:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21  8:26 [rpms/mesa] rawhide: Enable AMD Anti-Lag Vulkan layer only in Fedora 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox