summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/QueueBarrier.java
Commit message (Expand)AuthorAgeFilesLines
* renamed QueueBarrier to MultiQueueBarrier.Michael Bien2010-02-251-85/+0
* code review. Fixed typos in javadoc and fixed some warnings.Michael Bien2010-02-241-1/+1
* added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods.Michael Bien2010-01-221-1/+1
* seperated CLProgram specific tests into CLProgramTest.Michael Bien2010-01-201-1/+1
* improved QueueBarrier added constructor to restrict barriers to certain queues.Michael Bien2010-01-151-0/+37
* cleaned up NioDirectOnly list, added clSetKernelArg to list.Michael Bien2010-01-141-0/+48