delete clover

there comes a time when a project has to be declared unfit to remain
in the tree

this frontend hasn't seen actual development in about 6 years

if someone has a pressing need to continue development, there's no
blocker to un-deleting it, but unless that happens, there's now a
more featureful, more conformant, more active CL frontend in the tree

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19385>
This commit is contained in:
Mike Blumenkrantz
2022-10-28 14:10:57 -04:00
parent 555821ff93
commit 5844dea316
83 changed files with 6 additions and 15266 deletions

View File

@@ -89,7 +89,7 @@ if with_gallium_st_nine
subdir : 'd3dadapter',
)
endif
opencl_headers = files(
'CL/cl.h',
'CL/cl.hpp',
@@ -113,11 +113,3 @@ opencl_headers = files(
'CL/opencl.h',
'CL/opencl.hpp',
)
# Only install the headers if we are building a stand alone implementation and
# not an ICD enabled implementation
if with_gallium_clover and not with_opencl_icd
install_headers(
opencl_headers,
subdir: 'CL'
)
endif