summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorIsmael Luceno2022-11-30 11:56:41 +0100
committerIsmael Luceno2022-11-30 11:56:41 +0100
commitb5d806be7e411e3265ecaaa885ddae6e41fe185d (patch)
treecb206dd535dd37299e2dc86fac03c9ffc3c5f240 /graphics-libs
parentd21247707bc9ec1a8c798e48c96fbd190cfe5a42 (diff)
mesa: Add Crocus Gallium3D driver
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/mesa/CONFIGURE2
-rw-r--r--graphics-libs/mesa/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index c3bd9ab0bd..200b918ad8 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -31,7 +31,7 @@ if list_find "$MESA_DRM" RADEON;then
AVAILABLE_GALLIUM+=" r300 r600 radeonsi"
fi &&
if list_find "$MESA_DRM" INTEL;then
- AVAILABLE_GALLIUM+=" i915 iris"
+ AVAILABLE_GALLIUM+=" i915 iris crocus"
AVAILABLE_VULKAN+=" intel"
fi &&
if list_find "$MESA_DRM" NOUVEAU;then
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index f39c674e75..b32528b14c 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-11-30 Ismael Luceno <ismael@sourcemage.org>
+ * CONFIGURE: added the Crocus Gallium3D driver
+
2022-11-21 Pavel Vinogradov <public@sourcemage.org>
* DEPENDS: added glvnd=true to vdepends as well so it won't get lost