View | Details | Raw Unified | Return to bug 251836 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/mesa-dri/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	mesa-dri
4
PORTNAME=	mesa-dri
5
PORTVERSION=	${MESAVERSION}
5
PORTVERSION=	${MESAVERSION}
6
PORTREVISION=	1
6
CATEGORIES=	graphics
7
CATEGORIES=	graphics
7
8
8
COMMENT=	OpenGL hardware acceleration drivers for DRI2+
9
COMMENT=	OpenGL hardware acceleration drivers for DRI2+
(-)b/graphics/mesa-dri/files/patch-src_util_00-mesa-defaults.conf (+17 lines)
Added Link Here
1
Exclude features known to cause issues on FreeBSD
2
3
--- src/util/00-mesa-defaults.conf.orig	2020-11-23 19:04:03 UTC
4
+++ src/util/00-mesa-defaults.conf
5
@@ -621,6 +621,12 @@ TODO: document the other workarounds.
6
             <option name="glx_disable_oml_sync_control" value="true" />
7
         </application>
8
     </device>
9
+    <device driver="iris">
10
+        <application name="kwin_x11" executable="kwin_x11">
11
+            <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251836 -->
12
+            <option name="glx_disable_ext_buffer_age" value="true" />
13
+        </application>
14
+    </device>
15
     <device driver="radeonsi">
16
         <application name="American Truck Simulator" executable="amtrucks">
17
             <option name="radeonsi_zerovram" value="true" />

Return to bug 251836