Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (b9f3fcbaa37eb5bd9c7ab7791b4f82e2f2f65632)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (b9f3fcbaa37eb5bd9c7ab7791b4f82e2f2f65632)
  • Date: Mon, 20 Jan 2025 20:30:06 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesa/BUILD | 3 +--
graphics-libs/mesa/CONFIGURE | 9 ++++-----
graphics-libs/mesa/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 7 deletions(-)

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

diff --git a/graphics-libs/mesa/BUILD b/graphics-libs/mesa/BUILD
index 8451385..f735bcd 100755
--- a/graphics-libs/mesa/BUILD
+++ b/graphics-libs/mesa/BUILD
@@ -40,7 +40,7 @@ meson_opt boolean "gallium-d3d10umd"
"$MESA_GALLIUM_D3D10" &&
meson_opt feature "gallium-d3d12-graphics" "$MESA_GALLIUM_D3D12_PIPELINE" &&
meson_opt feature "gallium-d3d12-video" "$MESA_GALLIUM_D3D12_VIDEO" &&
meson_opt boolean "gallium-extra-hud" "$MESA_GALLIUM_HUD" &&
-meson_opt feature "gallium-opencl" "$MESA_OPENCL" &&
+meson_opt choice "gallium-opencl" "$MESA_OPENCL" &&
meson_opt boolean "gallium-rusticl" "$MESA_RUSTICL" &&
meson_opt feature "gallium-xa" "$MESA_GALLIUM_XA" &&
meson_opt feature "gbm" "$MESA_GBM" &&
@@ -53,7 +53,6 @@ meson_opt boolean "glx-read-only-text"
"$MESA_GLX_READONLY" &&
meson_opt boolean "gpuvis" "$MESA_GPUVIS" &&
meson_opt feature "intel-rt" "$MESA_INTEL_RAYTRACE" &&
meson_opt boolean "llvm-orcjit" "$MESA_LLVM_ORCJIT" &&
-meson_opt boolean "opencl-spirv" "$MESA_OPENCL_SPIRV" &&
meson_opt boolean "opengl" "$MESA_OPENGL" &&
meson_opt boolean "osmesa" "$MESA_OSMESA" &&
meson_opt boolean "perfetto" "$MESA_PERFETTO" &&
diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index 74af054..2065fd6 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -63,11 +63,10 @@ if [ -n "$MESA_GALLIUM" ] && ! list_find "$MESA_GALLIUM"
none ;then
config_query MESA_GALLIUM_D3D12_VIDEO "Build gallium with Direct3D12
video support?" n
fi &&

- 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

Archive powered by MHonArc 2.6.24.

Top of Page