aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/CL11
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation of OpenCL 2.x headers on OS XWade Walker2015-11-081-0/+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.
* Upgrade OpenCL headers to standard Khronos version 1.1Wade Walker2015-11-086-0/+2750
They were previously a pre-release version of 1.1 that had some manual changes and upgrades. This moves to the canonical versions downloaded from khronos.org.