clover: Update OpenCL headers to version 1.2 from Khronos

Graphics / Mesa 3D Graphics Library / Mesa - Francisco Jerez [riseup.net] - 29 April 2014 06:01 UTC

The C++ headers are *not* updated because they rely on CL 1.2 APIs that we do not implement yet when the core CL 1.2 headers are present.

beadd6b clover: Update OpenCL headers to version 1.2 from Khronos.
include/CL/cl.h | 364 ++++++++++++++++-----
include/CL/cl_d3d10.h | 126 ++++++++
include/CL/cl_d3d11.h | 126 ++++++++
include/CL/cl_dx9_media_sharing.h | 127 ++++++++
include/CL/cl_egl.h | 133 ++++++++
include/CL/cl_ext.h | 119 ++++++-
include/CL/cl_gl.h | 91 +++---
include/CL/cl_gl_ext.h | 4 +-
include/CL/cl_platform.h | 426 +++++++++++++++----------
include/CL/opencl.h | 2 +-
src/gallium/state_trackers/clover/Makefile.am | 8 +-
11 files changed, 1224 insertions(+), 302 deletions(-)

Upstream: cgit.freedesktop.org


  • Share