mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 14:28:05 +02:00
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 <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34021>
This commit is contained in:
parent
f46830912e
commit
a0b457aca6
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -151,6 +151,7 @@ option(
|
|||
choices : ['icd', 'standalone', 'disabled'],
|
||||
value : 'disabled',
|
||||
description : 'build gallium "clover" OpenCL frontend.',
|
||||
deprecated: true,
|
||||
)
|
||||
|
||||
option(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue