summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/QueueBarrier.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | implemented create-program-from-binaries functionality. javadoc fixes.
* improved QueueBarrier added constructor to restrict barriers to certain queues.Michael Bien2010-01-151-0/+37
| | | | temporary added getGLObjectType to CLGLContext.
* cleaned up NioDirectOnly list, added clSetKernelArg to list.Michael Bien2010-01-141-0/+48
added experimental QueueBarrier for easy synchronization between multiple concurrent CLCommandQueues. refactored CLCommandQueue, added putTask(). added another concurrency JUnit test.