Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed QueueBarrier to MultiQueueBarrier. | Michael Bien | 2010-02-25 | 1 | -85/+0 |
| | | | | added cancelBarrier and getCount. | ||||
* | code review. Fixed typos in javadoc and fixed some warnings. | Michael Bien | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | 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. |