Mesa (master): clover: Update OpenCL headers to version 1.2 from Khronos.

Francisco Jerez currojerez at kemper.freedesktop.org
Tue Apr 29 11:05:11 UTC 2014


Module: Mesa
Branch: master
Commit: beadd6b0ccb3e0d58deaa649b267f02fd86648a0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=beadd6b0ccb3e0d58deaa649b267f02fd86648a0

Author: Francisco Jerez <currojerez at riseup.net>
Date:   Sat Apr 26 12:14:59 2014 +0200

clover: Update OpenCL headers to version 1.2 from Khronos.

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.

Acked-by: Tom Stellard <thomas.stellard at amd.com>

---

 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(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=beadd6b0ccb3e0d58deaa649b267f02fd86648a0



More information about the mesa-commit mailing list