From a0b457aca6cbe94d555ae75864a47bb6a16318a0 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 12 Mar 2025 10:50:04 +0100 Subject: [PATCH] meson: announce that clover is deprecated (slated for removal) See https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19385; the timeline is not 100% decided yet, but let's warn users already. Suggested-by: Erik Faye-Lund Part-of: --- meson.build | 2 ++ meson.options | 1 + 2 files changed, 3 insertions(+) diff --git a/meson.build b/meson.build index fdb5e688462..7f0d8eb5862 100644 --- a/meson.build +++ b/meson.build @@ -762,6 +762,8 @@ endif _opencl = get_option('gallium-opencl') _rtti = get_option('cpp_rtti') if _opencl != 'disabled' + warning('Clover will be removed in Mesa 25.2') + if not with_gallium error('OpenCL Clover implementation requires at least one gallium driver.') endif diff --git a/meson.options b/meson.options index fa23dbee4d6..f775d9e5764 100644 --- a/meson.options +++ b/meson.options @@ -151,6 +151,7 @@ option( choices : ['icd', 'standalone', 'disabled'], value : 'disabled', description : 'build gallium "clover" OpenCL frontend.', + deprecated: true, ) option(