summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLCommandQueue.java
Commit message (Expand)AuthorAgeFilesLines
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-18/+20
* introduced CLGLContext, refactored dependencies, cleanup in opencl code.Michael Bien2010-01-021-0/+10
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-3/+3
* bug fixes in buffer handling.Michael Bien2009-11-051-4/+41
* added remaining utility getters to CLDevice.Michael Bien2009-11-011-0/+17
* generified CLBuffer, added createFromGLBuffer(...).Michael Bien2009-10-271-3/+3
* utility methods and refactoring.Michael Bien2009-10-231-1/+37
* api cleanup and refactoring.Michael Bien2009-10-221-5/+44
* added CopyBuffer implementation to CLCommandQueue and and test method to High...Michael Bien2009-10-211-4/+79
* added CLCommandQueue to CLContext's resource management code, minor fixes...Michael Bien2009-10-201-1/+4
* initial import of CLCommandQueue.Michael Bien2009-10-191-0/+77