git: 8b0f9b7f3c7c - main - graphics/mesa-dri: drop obsolete override after 22a85734ff71
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Jan 2023 18:17:06 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b0f9b7f3c7c3099d49d69bcfc92466ae012644e commit 8b0f9b7f3c7c3099d49d69bcfc92466ae012644e Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-01-15 17:22:09 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-01-15 18:16:51 +0000 graphics/mesa-dri: drop obsolete override after 22a85734ff71 PR: 268955 Approved by: manu --- graphics/mesa-dri/files/01-freebsd.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/graphics/mesa-dri/files/01-freebsd.conf b/graphics/mesa-dri/files/01-freebsd.conf index 92c618dcab90..0768e4c69d55 100644 --- a/graphics/mesa-dri/files/01-freebsd.conf +++ b/graphics/mesa-dri/files/01-freebsd.conf @@ -3,16 +3,12 @@ <application name="kwin_x11" executable="kwin_x11"> <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268955 --> <option name="glx_extension_override" value="-GLX_EXT_buffer_age" /> - <!-- https://gitlab.freedesktop.org/mesa/mesa/-/commit/580fbbb59a60 --> - <option name="glx_disable_ext_buffer_age" value="true" /> </application> </device> <device driver="iris"> <application name="kwin_x11" executable="kwin_x11"> <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251836 --> <option name="glx_extension_override" value="-GLX_EXT_buffer_age" /> - <!-- https://gitlab.freedesktop.org/mesa/mesa/-/commit/580fbbb59a60 --> - <option name="glx_disable_ext_buffer_age" value="true" /> </application> </device> </driconf>