aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/util/concurrent/CLCommandQueuePool.java
Commit message (Collapse)AuthorAgeFilesLines
* added submitAll() utility methodMichael Bien2011-05-091-5/+21
| | | | junit test now covering queue contexts switching improved javadoc.
* concurrent utils bugfixes and improvements.Michael Bien2011-05-091-20/+49
| | | | | | - more utility methods - generics fixes - basic junit test for CLCommandQueuePool - javadoc and argument validation
* added context switching functionality.Michael Bien2011-05-081-9/+40
|
* introduced CLQueueContext and its factory - WIP.Michael Bien2011-05-071-35/+47
|
* worker threads should be deamons and should have a name (like all evil things)Michael Bien2011-05-061-3/+5
|
* added finish action and several utility methods, WIP.Michael Bien2011-05-041-8/+68
|
* initial import of CLCommandQueuePool and CLTask.Michael Bien2011-05-041-0/+130