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

Collapse All | Expand All

(-)b/graphics/mesa-dri/Makefile (+3 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+
Lines 112-116 PLIST_SUB+= ${_vd}_VDRIVER="@comment " Link Here
112
113
113
post-install:
114
post-install:
114
	@${RM} -r ${STAGEDIR}/etc/OpenCL
115
	@${RM} -r ${STAGEDIR}/etc/OpenCL
116
	${INSTALL_DATA} ${FILESDIR}/01-freebsd.conf \
117
		${STAGEDIR}${PREFIX}/share/drirc.d
115
118
116
.include <bsd.port.post.mk>
119
.include <bsd.port.post.mk>
(-)b/graphics/mesa-dri/files/01-freebsd.conf (+10 lines)
Added Link Here
1
<driconf>
2
    <device driver="iris">
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>
10
</driconf>
(-)b/graphics/mesa-dri/pkg-plist (+1 lines)
Lines 33-37 include/GL/internal/dri_interface.h Link Here
33
libdata/pkgconfig/dri.pc
33
libdata/pkgconfig/dri.pc
34
@comment libdata/pkgconfig/gbm.pc
34
@comment libdata/pkgconfig/gbm.pc
35
share/drirc.d/00-mesa-defaults.conf
35
share/drirc.d/00-mesa-defaults.conf
36
share/drirc.d/01-freebsd.conf
36
%%INTEL_VDRIVER%%share/vulkan/icd.d/intel_icd.%%ARCH%%.json
37
%%INTEL_VDRIVER%%share/vulkan/icd.d/intel_icd.%%ARCH%%.json
37
%%AMD_VDRIVER%%share/vulkan/icd.d/radeon_icd.%%ARCH%%.json
38
%%AMD_VDRIVER%%share/vulkan/icd.d/radeon_icd.%%ARCH%%.json

Return to bug 251836