summaryrefslogtreecommitdiffstats
path: root/resources/includes/CL_orig/cl_ext.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 884: Add standard JogAmp build files.Wade Walker2013-12-151-245/+0
| | | | | | | | | The new make/build.xml successfully builds and tests the project. The original NetBeans build files are still present, but won't work anymore since the resources directory is now inside the make directory. The new build files are based on those of JOAL. The new build is not yet minimized and cleaned up, because this commit is meant to be the minimum way to get things functional.
* automatic header update (one new extension + minor modifications).Michael Bien2011-06-151-4/+36
|
* updated cl_ext.h.Michael Bien2010-08-071-2/+2
|
* OpenCL 1.1 support.OpenCL1.1Michael Bien2010-06-151-8/+150
| | | | | | | | - updated headers - removed deprecated function from HLB - updated javadoc taglets and all references - disabled cl_vendor_ext.h since most of them are now in the official headers - TODO revisit callbacks
* updated cl_ext header to latest version.Michael Bien2010-05-181-2/+8
|
* updated cl_ext.h and cl_gl.h (automatically detected by updateder script).Michael Bien2010-04-151-1/+6
|
* updated OpenCL headers to newest version (Wed, 17 Feb 2010).Michael Bien2010-02-211-33/+15
|
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-061-0/+78
fixed create context codepaths with platform ID as parameter in high level api. updated test.