Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generated javadoc links now to the official OpenCL doc ↵ | Michael Bien | 2009-11-22 | 1 | -0/+2 |
| | | | | | | (http://www.khronos.org/opencl/sdk/1.0/docs/man/xhtml/). every generated method contains now a link to the specific OpenCL man page of the native OpenCL function. | ||||
* | renamed automatic generated struct accessor cl_image_format to CLImageFormat. | Michael Bien | 2009-11-01 | 1 | -0/+12 |
| | | | | | getters/setters use now camel case naming without underscores. (note: gluegen patch is pending to rename getters/setters of struct accessors) | ||||
* | switched from nvidia to khronos headers. | Michael Bien | 2009-10-13 | 1 | -1/+9 |
| | |||||
* | cleaned up resources folder structure and build. | Michael Bien | 2009-10-12 | 1 | -2/+0 |
| | |||||
* | splitted binding in core (CL) and CL-GL interop. (CLGLI) | Michael Bien | 2009-09-23 | 1 | -0/+5 |
| | | | | | began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers | ||||
* | introduced CLGLI interface for OpenCL-OpenGL Interoperability | Michael Bien | 2009-09-19 | 1 | -0/+17 |