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 (-1 / +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=268955 -->
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 -->
5
22a85734ff71
13
22a85734ff71
6
--
7
graphics/mesa-dri/files/01-freebsd.conf | 4 ----
14
graphics/mesa-dri/files/01-freebsd.conf | 4 ----
8
1 file changed, 4 deletions(-)
15
1 file changed, 4 deletions(-)
(-)b/graphics/mesa-dri/files/01-freebsd.conf (-4 lines)
Lines 3-18 Link Here
3
        <application name="kwin_x11" executable="kwin_x11">
3
        <application name="kwin_x11" executable="kwin_x11">
4
            <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268955 -->
4
            <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268955 -->
5
            <option name="glx_extension_override" value="-GLX_EXT_buffer_age" />
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>
6
        </application>
9
    </device>
7
    </device>
10
    <device driver="iris">
8
    <device driver="iris">
11
        <application name="kwin_x11" executable="kwin_x11">
9
        <application name="kwin_x11" executable="kwin_x11">
12
            <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251836 -->
10
            <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251836 -->
13
            <option name="glx_extension_override" value="-GLX_EXT_buffer_age" />
11
            <option name="glx_extension_override" value="-GLX_EXT_buffer_age" />
14
            <!-- https://gitlab.freedesktop.org/mesa/mesa/-/commit/580fbbb59a60 -->
15
            <option name="glx_disable_ext_buffer_age" value="true" />
16
        </application>
12
        </application>
17
    </device>
13
    </device>
18
</driconf>
14
</driconf>

Return to bug 268955