New commits:
commit b9f3fcbaa37eb5bd9c7ab7791b4f82e2f2f65632
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
graphics-libs/mesa: fixed the type of MESA_OPENCL and removed
+ MESA_OPENCL_SPIRV handle along with non-existant
opencl-spirv flag
- config_query MESA_OPENCL "Build gallium OpenCL (clover) frontend?" n &&
-
- if [[ "$MESA_OPENCL" == "y" ]] ;then
- config_query MESA_OPENCL_SPIRV "Enable SPIR-V support in OpenCL (clover)
frontend?" n
- fi &&
+ config_query_list MESA_OPENCL "Build gallium OpenCL (clover) frontend?" \
+ icd \
+ standalone \
+ disabled &&
config_query MESA_RUSTICL "Build gallium rusticl frontend?" n &&
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 3270490..5a6bfd0 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,7 @@
+2025-01-20 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, BUILD: fixed the type of MESA_OPENCL and removed
+ MESA_OPENCL_SPIRV handle along with non-existant opencl-spirv flag
+
2025-01-20 Justin Boffemmyer <flux AT sourcemage.org>
* CONFIGURE, DEPENDS: fix typos
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (b9f3fcbaa37eb5bd9c7ab7791b4f82e2f2f65632),
Pavel Vinogradov, 01/20/2025