aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/spi/CLAccessorFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove creation and all references to CL*Binding interfacesWade Walker2015-11-081-2/+1
| | | | This completes the removal of all CL*Binding interfaces; all tests pass at this point.
* internal refactoring to use new binding interfaces in highlevel api impl.Michael Bien2011-06-151-1/+2
|
* LLB refactoring.Michael Bien2011-05-271-1/+1
| | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes
* introduced CLAccessorFactory spi and threadlocal default impl for CLDevice ↵Michael Bien2011-05-261-0/+18
and CLPlatform.