Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods. | Michael Bien | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | seperated CLProgram specific tests into CLProgramTest. | Michael Bien | 2010-01-20 | 1 | -1/+1 |
| | | | | | implemented create-program-from-binaries functionality. javadoc fixes. | ||||
* | improved QueueBarrier added constructor to restrict barriers to certain queues. | Michael Bien | 2010-01-15 | 1 | -0/+37 |
| | | | | temporary added getGLObjectType to CLGLContext. | ||||
* | cleaned up NioDirectOnly list, added clSetKernelArg to list. | Michael Bien | 2010-01-14 | 1 | -0/+48 |
added experimental QueueBarrier for easy synchronization between multiple concurrent CLCommandQueues. refactored CLCommandQueue, added putTask(). added another concurrency JUnit test. |