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+ |
Lines 73-78
MESON_ARGS+= -Dgallium-drivers="${GALLIUM_DRIVERS:ts,:tl}" \
Link Here
|
73 |
-Dvulkan-drivers="${VULKAN_DRIVERS:ts,:tl}" \ |
73 |
-Dvulkan-drivers="${VULKAN_DRIVERS:ts,:tl}" \ |
74 |
-Dplatforms="${MESA_PLATFORMS:ts,:tl}" |
74 |
-Dplatforms="${MESA_PLATFORMS:ts,:tl}" |
75 |
|
75 |
|
|
|
76 |
# Vulkan Video extensions |
77 |
MESON_ARGS+= -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc" |
78 |
|
76 |
# Disable some options |
79 |
# Disable some options |
77 |
MESON_ARGS+= -Dandroid-libbacktrace=disabled \ |
80 |
MESON_ARGS+= -Dandroid-libbacktrace=disabled \ |
78 |
-Dgallium-xa=disabled \ |
81 |
-Dgallium-xa=disabled \ |