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

Collapse All | Expand All

(-)b/graphics/mesa-dri/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	mesa-dri
1
PORTNAME=	mesa-dri
2
PORTVERSION=	${MESAVERSION}
2
PORTVERSION=	${MESAVERSION}
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	graphics
4
CATEGORIES=	graphics
5
5
6
COMMENT=	OpenGL hardware acceleration drivers for DRI2+
6
COMMENT=	OpenGL hardware acceleration drivers for DRI2+
(-)b/graphics/mesa-dri/files/01-freebsd.conf (+8 lines)
Lines 1-4 Link Here
1
<driconf>
1
<driconf>
2
    <device driver="crocus">
3
        <application name="kwin_x11" executable="kwin_x11">
4
            <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251836 -->
5
            <option name="glx_extension_override" value="-GLX_EXT_buffer_age" />
6
            <!-- https://gitlab.freedesktop.org/mesa/mesa/-/commit/580fbbb59a60 -->
7
            <option name="glx_disable_ext_buffer_age" value="true" />
8
        </application>
9
    </device>
2
    <device driver="iris">
10
    <device driver="iris">
3
        <application name="kwin_x11" executable="kwin_x11">
11
        <application name="kwin_x11" executable="kwin_x11">
4
            <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251836 -->
12
            <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251836 -->

Return to bug 268955