aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/util/concurrent/CLCommandQueuePool.java
Commit message (Expand)AuthorAgeFilesLines
* JOCL QueueThread extends InterruptSource.Threadv2.3.2Sven Gothel2015-10-031-1/+2
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-47/+48
* Remove Java lint warnings.Wade Walker2014-03-071-6/+9
* - added isReleased() to CLResource, made CLObject public.Michael Bien2011-06-191-0/+11
* added submitAll() utility methodMichael Bien2011-05-091-5/+21
* concurrent utils bugfixes and improvements.Michael Bien2011-05-091-20/+49
* 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