summaryrefslogtreecommitdiffstats
path: root/resources/cl-if.cfg
Commit message (Collapse)AuthorAgeFilesLines
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-061-2/+3
| | | | | fixed create context codepaths with platform ID as parameter in high level api. updated test.
* utility methods and refactoring.Michael Bien2009-10-231-3/+3
|
* implemented clBuildProgram(...) and updated JUnit test.Michael Bien2009-10-141-1/+5
|
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-011-2/+2
| | | | adapted unit test.
* splitted binding in core (CL) and CL-GL interop. (CLGLI)Michael Bien2009-09-231-0/+31
began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers