aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/util/CLMultiContext.java
Commit message (Collapse)AuthorAgeFilesLines
* - added isReleased() to CLResource, made CLObject public.Michael Bien2011-06-191-0/+10
| | | - a CLResource will throw an Exception if released twice.
* added another factory method to CLMultiContext.Michael Bien2011-06-181-2/+9
|
* concurrent utils bugfixes and improvements.Michael Bien2011-05-091-0/+11
| | | | | | - more utility methods - generics fixes - basic junit test for CLCommandQueuePool - javadoc and argument validation
* one context per device to workaround driver bugs - may change in future.Michael Bien2011-05-071-2/+5
|
* initial import of CLMultiContext utility and test.Michael Bien2011-05-031-0/+144