blob: 02282ee9e1cbcd61c46e0e1096eaab75cb228b02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<driconf>
<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>
|