aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/CL20/cl_gl.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation of OpenCL 2.x headers on OS XWade Walker2015-11-081-1/+1
| | | | | | | The include files were getting the OS X framework files from OpenCL/*.h, instead of the local stub files from CL/*.h, which meant that OpenCL 2.x-related things were undefined. Changed OpenCL 2.x stub files to refer to local .h files only. Maybe later change 1.x also, but leaving it for now to minimize disruption to working code.
* Add OpenCL 1.2 and 2.0 headers and CLImpl classesWade Walker2015-11-081-0/+162
Added stub includes for OpenCL 1.2 and 2.0. Added new CLImpl versions for 1.2 and 2.0 to the build, but left them unused for now. The CL bindings used by JOCL are still generated from OpenCL 1.1, so the existing Java code will be able to stay mostly unchanged in the future.