Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2025-12-04 11:21:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa (Old) and /work/SRC/openSUSE:Factory/.Mesa.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa" Thu Dec 4 11:21:04 2025 rev:561 rq:1320981 version:25.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes 2025-11-28 16:51:38.319017520 +0100 +++ /work/SRC/openSUSE:Factory/.Mesa.new.1939/Mesa.changes 2025-12-04 11:26:34.053721110 +0100 @@ -1,0 +2,8 @@ +Tue Dec 2 19:27:12 UTC 2025 - Simon Vogl <[email protected]> + +- Build with VK_AMD_anti_lag vulkan extension support to allow AMD + Anti-Lag to be used on AMD GPUs +- Create new subpackage Mesa-vulkan-anti-lag for this new vulkan + extension + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa.spec ++++++ --- /var/tmp/diff_new_pack.gm0jRD/_old 2025-12-04 11:26:35.361777985 +0100 +++ /var/tmp/diff_new_pack.gm0jRD/_new 2025-12-04 11:26:35.365778159 +0100 @@ -673,6 +673,7 @@ Group: System/Libraries Supplements: modalias(pci:v00001002d*sv*sd*bc03sc*i*) Requires: Mesa-vulkan-device-select = %{version} +Recommends: Mesa-vulkan-anti-lag = %{version} %description -n libvulkan_radeon This package contains the Vulkan parts for Mesa. @@ -715,6 +716,13 @@ %description -n Mesa-vulkan-device-select This package contains the VK_MESA_device_select Vulkan layer +%package -n Mesa-vulkan-anti-lag +Summary: Vulkan layer to reduce the latency between inputs received and updates on the screen +Group: System/Libraries + +%description -n Mesa-vulkan-anti-lag +This package contains the VK_AMD_anti_lag Vulkan layer + %package -n Mesa-vulkan-overlay Summary: Mesa Vulkan Overlay layer Group: System/Libraries @@ -832,7 +840,7 @@ %endif %if 0%{with_vulkan} -Dvulkan-drivers=%{?vulkan_drivers} \ - -Dvulkan-layers=device-select,overlay \ + -Dvulkan-layers=device-select,overlay,anti-lag \ -Dvulkan-beta=true \ %else -Dvulkan-drivers= \ @@ -1186,6 +1194,12 @@ %dir %{_datadir}/vulkan/implicit_layer.d %{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json +%files -n Mesa-vulkan-anti-lag +%{_libdir}/libVkLayer_MESA_anti_lag.so +%dir %{_datadir}/vulkan +%dir %{_datadir}/vulkan/implicit_layer.d +%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_anti_lag.json + %files -n Mesa-vulkan-overlay %{_bindir}/mesa-overlay-control.py %{_libdir}/libVkLayer_MESA_overlay.so ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.gm0jRD/_old 2025-12-04 11:26:35.521784942 +0100 +++ /var/tmp/diff_new_pack.gm0jRD/_new 2025-12-04 11:26:35.525785116 +0100 @@ -85,7 +85,9 @@ targetarch ppc64le +/usr/share/vulkan/icd.d/radeon_icd.*.json targetarch x86_64 +/usr/share/vulkan/icd.d/radeon_icd.*.json requires "Mesa-vulkan-device-select-<targettype> = <version>" + recommends "Mesa-vulkan-anti-lag-<targettype> = <version>" Mesa-vulkan-device-select +Mesa-vulkan-anti-lag Mesa-vulkan-overlay Mesa-dri-vc4 Mesa-dri-nouveau
