aboutsummaryrefslogtreecommitdiffstats
path: root/resources/clImplCustomCode.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed clBuildProgram, finished VectorAdd unit test.Michael Bien2009-10-161-0/+8
|
* implemented clBuildProgram(...) and updated JUnit test.Michael Bien2009-10-141-10/+59
|
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-011-1/+27
| | | | adapted unit test.
* temporary added GL3 headers, we should use JOGL's headers in future.Michael Bien2009-09-291-20/+27
| | | | continued with clCreateContextFromType impl.
* splitted binding in core (CL) and CL-GL interop. (CLGLI)Michael Bien2009-09-231-0/+44
began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers