Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code review, spell checks and scope. | Michael Bien | 2010-02-24 | 1 | -1/+1 |
* | code review. Fixed typos in javadoc and fixed some warnings. | Michael Bien | 2010-02-24 | 1 | -5/+7 |
* | introduced CLObject as common superclass for all OpenCL objects. | Michael Bien | 2010-02-22 | 1 | -12/+6 |
* | several small refactorings, api and javadoc improvements. | Michael Bien | 2010-02-22 | 1 | -0/+3 |
* | fixed CLImage2d methods, range/offset buffers have now correct values for the... | Michael Bien | 2010-02-19 | 1 | -2/+4 |
* | added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer opera... | Michael Bien | 2010-02-18 | 1 | -3/+50 |
* | added a few tests for event profiling and enums. | Michael Bien | 2010-02-13 | 1 | -0/+2 |
* | splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl. | Michael Bien | 2010-01-29 | 1 | -19/+34 |
* | moved all CLGL specific methods into CLGLBuffer. | Michael Bien | 2010-01-21 | 1 | -0/+8 |
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -0/+208 |