Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 1 | -2/+2 |
| | |||||
* | implemented clCreateContext(...) and updated Tests and high level binding. | Michael Bien | 2009-10-25 | 1 | -18/+42 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -24/+10 |
| | |||||
* | fixed clBuildProgram, finished VectorAdd unit test. | Michael Bien | 2009-10-16 | 1 | -0/+8 |
| | |||||
* | implemented clBuildProgram(...) and updated JUnit test. | Michael Bien | 2009-10-14 | 1 | -10/+59 |
| | |||||
* | added utility methods and getters to CLPlatform, CLDevice and CLContext. | Michael Bien | 2009-10-01 | 1 | -1/+27 |
| | | | | adapted unit test. | ||||
* | temporary added GL3 headers, we should use JOGL's headers in future. | Michael Bien | 2009-09-29 | 1 | -20/+27 |
| | | | | continued with clCreateContextFromType impl. | ||||
* | splitted binding in core (CL) and CL-GL interop. (CLGLI) | Michael Bien | 2009-09-23 | 1 | -0/+44 |
began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers |