commit:     9eba817a806daf633654b220982b839a601abb90
Author:     Kostadin Shishmanov <kostadinshishmanov <AT> protonmail <DOT> com>
AuthorDate: Fri Aug  1 20:50:35 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug  6 17:34:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eba817a

media-libs/mesa: enable anti-lag vulkan layer

Enable the anti-lag vulkan layer from upstream MR 34242. It has no
additional dependencies. Tested it with Counter-Strike 2, and the option
to enable anti-lag appears in the game.

Signed-off-by: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43283
Closes: https://github.com/gentoo/gentoo/pull/43283
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 5fb602d7f05d..04d4be889463 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -379,7 +379,7 @@ multilib_src_configure() {
                        fi
                fi
 
-               emesonargs+=(-Dvulkan-layers=device-select,overlay)
+               emesonargs+=(-Dvulkan-layers=anti-lag,device-select,overlay)
        fi
 
        driver_list() {

Reply via email to