aboutsummaryrefslogtreecommitdiffstats
path: root/resources/includes/CL_orig
Commit message (Collapse)AuthorAgeFilesLines
* automatic header update (one new extension + minor modifications).Michael Bien2011-06-153-50/+82
|
* small modifications and fixes (build, gluegen)Michael Bien2010-11-151-1/+1
| | | | | | - do not fail if artifact.properties is missing in jogl - include cl_ext.h to jocl glue code - added quotes to #warning text in cl_platform.h to be able to cleanly read it via gluegen
* updated to latest Khronos CL headers.Michael Bien2010-08-242-7/+31
|
* updated cl_ext.h.Michael Bien2010-08-071-2/+2
|
* OpenCL 1.1 support.OpenCL1.1Michael Bien2010-06-155-35/+411
| | | | | | | | - 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
|
* added new AMD vendor extensions to cl_vendor_ext.h.Michael Bien2010-05-041-0/+55
|
* updated cl_ext.h and cl_gl.h (automatically detected by updateder script).Michael Bien2010-04-152-4/+16
|
* added new cl_gl_ext.h headerfile and enabled automatic updates.Michael Bien2010-03-081-0/+52
|
* added custom cl_vendor_ext.h with a set of NV vendor extensions which are ↵Michael Bien2010-02-211-0/+9
| | | | | | not yet in the official headers. updated CLException with CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR cause.
* updated OpenCL headers to newest version (Wed, 17 Feb 2010).Michael Bien2010-02-214-241/+1037
|
* 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.
* added automatic OpenCL header downloader to build script.Michael Bien2009-11-043-86/+87
|
* integrated function parameter name uncommenter in build process for easier ↵Michael Bien2009-11-023-0/+1288
readable parameter names in generated code.