View | Details | Raw Unified | Return to bug 253570
Collapse All | Expand All

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

Return to bug 253570