summaryrefslogtreecommitdiffstats
path: root/resources/opencl.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 884: Add standard JogAmp build files.Wade Walker2013-12-151-12/+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.
* Removed __GNUC__ from opencl.h gluegen loader fileSven Gothel2010-11-151-5/+1
|
* OpenCL 1.1 support.OpenCL1.1Michael Bien2010-06-151-1/+1
| | | | | | | | - 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
* added new cl_gl_ext.h headerfile and enabled automatic updates.Michael Bien2010-03-081-0/+1
|
* added custom cl_vendor_ext.h with a set of NV vendor extensions which are ↵Michael Bien2010-02-211-0/+1
| | | | | | 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-211-3/+6
|
* introduced CLGLContext, refactored dependencies, cleanup in opencl code.Michael Bien2010-01-021-1/+1
|
* fixed mingw32 build on windows.Michael Bien2009-11-201-1/+1
| | | | | added scripts for crosscompilation on linux64 for win32/64 and linux32/64. temporary disabled OpenCL extensions.
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-061-0/+1
| | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test.
* added cl-gl3 bindingMichael Bien2009-09-181-0/+10