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

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	mesa-libs
1
PORTNAME=	mesa-libs
2
PORTVERSION=	${MESAVERSION}
2
PORTVERSION=	${MESAVERSION}
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	graphics
4
CATEGORIES=	graphics
5
5
6
COMMENT=	OpenGL libraries that support GLX and EGL clients
6
COMMENT=	OpenGL libraries that support GLX and EGL clients
(-)Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	mesa-dri
1
PORTNAME=	mesa-dri
2
PORTVERSION=	${MESAVERSION}
2
PORTVERSION=	${MESAVERSION}
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	graphics
4
CATEGORIES=	graphics
5
5
6
COMMENT=	OpenGL hardware acceleration drivers for DRI2+
6
COMMENT=	OpenGL hardware acceleration drivers for DRI2+
Lines 31-37 Link Here
31
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
32
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
32
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
33
33
34
ALL_GALLIUM_DRIVERS=	CROCUS IRIS PANFROST R300 R600 RADEONSI SVGA SWRAST ZINK
34
ALL_GALLIUM_DRIVERS=	I915 CROCUS IRIS PANFROST R300 R600 RADEONSI SVGA SWRAST ZINK
35
ALL_VULKAN_DRIVERS=	INTEL AMD SWRAST
35
ALL_VULKAN_DRIVERS=	INTEL AMD SWRAST
36
36
37
GALLIUM_DRIVERS+=	SWRAST \
37
GALLIUM_DRIVERS+=	SWRAST \
Lines 49-55 Link Here
49
BUILD_DEPENDS+=		glslangValidator:graphics/glslang
49
BUILD_DEPENDS+=		glslangValidator:graphics/glslang
50
.endif
50
.endif
51
.if ${ARCH} == amd64 || ${ARCH} == i386
51
.if ${ARCH} == amd64 || ${ARCH} == i386
52
GALLIUM_DRIVERS+=	CROCUS IRIS SVGA
52
GALLIUM_DRIVERS+=	I915 CROCUS IRIS SVGA
53
VULKAN_DRIVERS+=	INTEL
53
VULKAN_DRIVERS+=	INTEL
54
.endif
54
.endif
55
55
(-)pkg-plist (+1 lines)
Lines 9-14 Link Here
9
@comment include/GL/glext.h
9
@comment include/GL/glext.h
10
@comment include/KHR/khrplatform.h
10
@comment include/KHR/khrplatform.h
11
@comment include/gbm.h
11
@comment include/gbm.h
12
%%I915_GDRIVER%%lib/dri/i915_dri.so
12
%%CROCUS_GDRIVER%%lib/dri/crocus_dri.so
13
%%CROCUS_GDRIVER%%lib/dri/crocus_dri.so
13
%%IRIS_GDRIVER%%lib/dri/iris_dri.so
14
%%IRIS_GDRIVER%%lib/dri/iris_dri.so
14
%%PANFROST_GDRIVER%%lib/dri/panfrost_dri.so
15
%%PANFROST_GDRIVER%%lib/dri/panfrost_dri.so

Return to bug 269006