Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer ↵ | Michael Bien | 2010-02-18 | 1 | -2/+21 |
| | | | | | | operations to CLCommandQueue. added buffer mapping test to CLBufferTest. | ||||
* | moved all CLGL specific methods into CLGLBuffer. | Michael Bien | 2010-01-21 | 1 | -23/+8 |
| | |||||
* | more device properties. | Michael Bien | 2010-01-21 | 1 | -1/+1 |
| | |||||
* | introduced CLMemory as superclass for all memory objects. | Michael Bien | 2010-01-18 | 1 | -163/+15 |
| | | | | added CLImage, CLImage2d and CLImage3d. | ||||
* | re-enabled create from host pointer CLBuffer options and added ↵ | Michael Bien | 2010-01-12 | 1 | -11/+25 |
| | | | | bufferWithHostPointerTest(). | ||||
* | introduced CLSampler and CLEvent. | Michael Bien | 2010-01-08 | 1 | -16/+18 |
| | | | | | refactored code to use internal CLInfoAccessor utility where it makes sense. static imports. | ||||
* | improved Exception handling in CLProgram and CLKernel. | Michael Bien | 2009-11-08 | 1 | -1/+1 |
| | | | | | introduced CLResource interface for releasable resources. CLProgram is now rebuildable. | ||||
* | bug fixes in buffer handling. | Michael Bien | 2009-11-05 | 1 | -1/+30 |
| | |||||
* | generified CLBuffer, added createFromGLBuffer(...). | Michael Bien | 2009-10-27 | 1 | -9/+17 |
| | |||||
* | utility methods and refactoring. | Michael Bien | 2009-10-23 | 1 | -64/+63 |
| | |||||
* | 32bit compatibility. | Michael Bien | 2009-10-22 | 1 | -1/+3 |
| | |||||
* | api cleanup and refactoring. | Michael Bien | 2009-10-22 | 1 | -2/+82 |
| | |||||
* | added CLCommandQueue to CLContext's resource management code, minor fixes... | Michael Bien | 2009-10-20 | 1 | -1/+2 |
| | |||||
* | initial import of CLCommandQueue. | Michael Bien | 2009-10-19 | 1 | -7/+6 |
| | | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies. | ||||
* | initial import of CLBuffer and CLKernel. | Michael Bien | 2009-10-19 | 1 | -0/+70 |
added hashCode(), equals() and toString() methods. updated JUnit test to test new classes. |