summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/util/concurrent
Commit message (Collapse)AuthorAgeFilesLines
* - added isReleased() to CLResource, made CLObject public.Michael Bien2011-06-192-0/+17
| | | - a CLResource will throw an Exception if released twice.
* javadoc updates.Michael Bien2011-05-271-0/+7
|
* added submitAll() utility methodMichael Bien2011-05-093-9/+41
| | | | junit test now covering queue contexts switching improved javadoc.
* concurrent utils bugfixes and improvements.Michael Bien2011-05-093-22/+60
| | | | | | - more utility methods - generics fixes - basic junit test for CLCommandQueuePool - javadoc and argument validation
* added context switching functionality.Michael Bien2011-05-082-10/+41
|
* introduced CLQueueContext and its factory - WIP.Michael Bien2011-05-074-38/+147
|
* 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-042-0/+149