git: e76c51733140 - 2023Q1 - 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:12 UTC
The branch 2023Q1 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e76c51733140f976124a4599bf18f574ac5b79fc
commit e76c51733140f976124a4599bf18f574ac5b79fc
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:17:08 +0000
graphics/mesa-dri: drop obsolete override after 22a85734ff71
PR: 268955
Approved by: manu
(cherry picked from commit 8b0f9b7f3c7c3099d49d69bcfc92466ae012644e)
---
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>