summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLCommandQueue.java
Commit message (Expand)AuthorAgeFilesLines
* fixed severe typo in putMarker() (command queue id was not used).Michael Bien2010-04-121-1/+1
* better Exception messages for CLCommandQueue.Michael Bien2010-04-121-38/+127
* fixed newly introduced index out of bounds bug.Michael Bien2010-04-071-1/+1
* modifications due to class movement in gluegen.Michael Bien2010-04-011-14/+14
* fixed newly introduced bug in CLCommandQueue, cleanup in CLContext.Michael Bien2010-03-301-1/+2
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-301-65/+81
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
* condition support for CLCommandQueue.Michael Bien2010-03-171-79/+410
* moved generated CLGLI Interface into com.mbien.opencl.gl package.Michael Bien2010-03-081-0/+1
* moved utilities to util package.Michael Bien2010-03-081-1/+1
* added put/setNullArg(int size) for setting NULL ranges as kernel argument to ...Michael Bien2010-03-011-0/+9
* added a few @native javadoc tags to CLCommandQueue.Michael Bien2010-02-281-0/+230
* introduced (package private) Disposable interface for forward compatiblility ...Michael Bien2010-02-281-0/+4
* fixed copy and paste bug in CLCommandQueue.put1DRangeKernel().Michael Bien2010-02-281-1/+1
* code review, spell checks and scope.Michael Bien2010-02-241-1/+1
* code review. Fixed typos in javadoc and fixed some warnings.Michael Bien2010-02-241-20/+5
* introduced CLObject as common superclass for all OpenCL objects.Michael Bien2010-02-221-21/+23
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-14/+45
* enabled putMapImage methods in CLCommandQueue.Michael Bien2010-02-191-2/+2
* fixed CLImage2d methods, range/offset buffers have now correct values for the...Michael Bien2010-02-191-14/+27
* added putCopyBufferToImage, putCopyImageToBuffer and putMap/UnmapBuffer opera...Michael Bien2010-02-181-14/+238
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-2/+18
* internal refactoring.Michael Bien2010-01-251-22/+34
* CLImage support for CLCommandQueue.Michael Bien2010-01-251-24/+197
* added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods.Michael Bien2010-01-221-4/+6
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-2/+2
* CLInfoAccessor uses now threadlocal direct nio buffers for all operations.Michael Bien2010-01-151-9/+22
* cleaned up NioDirectOnly list, added clSetKernelArg to list.Michael Bien2010-01-141-20/+36
* refactored HighLevelBindingTest into seperate tests.Michael Bien2010-01-131-2/+3
* introduced CLEventList, an optimized nio collecton for storing CLEvents.Michael Bien2010-01-121-43/+163
* 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