include: Update the OpenCL headers
authorJason Ekstrand <jason.ekstrand@collabora.com>
Thu, 17 Nov 2022 17:06:53 +0000 (11:06 -0600)
committerMarge Bot <emma+marge@anholt.net>
Fri, 18 Nov 2022 22:22:58 +0000 (22:22 +0000)
commit6e4f0bdb7d07fbb6b0af211cc87508c6521711bd
treeb5a5af395ed278853ea0625701bff59f47595d2f
parent9a9a49d630e2cff18fdb1e98b1f0b7115d027f7f
include: Update the OpenCL headers

This syncs all our headers with their canonical versions from Khronos.
Of particular note, CL headers repo does not have cl.hpp and cl2.hpp has
been depricated all in favor of opencl.hpp which is the new canonical
header.  Fortunately, nothing in Mesa uses any of the C++ headers so
this shouldn't break anything.

Acked-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19816>
19 files changed:
include/CL/cl.h
include/CL/cl.hpp
include/CL/cl2.hpp
include/CL/cl_d3d10.h
include/CL/cl_d3d11.h
include/CL/cl_dx9_media_sharing.h
include/CL/cl_dx9_media_sharing_intel.h
include/CL/cl_egl.h
include/CL/cl_ext.h
include/CL/cl_ext_intel.h
include/CL/cl_gl.h
include/CL/cl_gl_ext.h
include/CL/cl_icd.h
include/CL/cl_platform.h
include/CL/cl_va_api_media_sharing_intel.h
include/CL/cl_version.h
include/CL/opencl.h
include/CL/opencl.hpp [new file with mode: 0644]
include/meson.build