graphics/mesa-dri: extend kwin_x11 workaround to crocus

PR:		268955
Tested by:	jsm, probono@puredarwin.org
Approved by:	manu

(cherry picked from commit fe95d25274)
This commit is contained in:
Jan Beich 2023-01-14 17:06:09 +00:00
parent daa0efdbe3
commit 25cf220540
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= mesa-dri
PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
COMMENT= OpenGL hardware acceleration drivers for DRI2+

View File

@ -1,4 +1,12 @@
<driconf>
<device driver="crocus">
<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 -->