aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/util/CLInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
|
* added JOCLVersion utility and integrated in CLPlatform.Michael Bien2010-11-181-17/+23
| | | | added spec version to manifest, updated CLInfo.
* added com.jogamp.util.CLInfo.Michael Bien2010-09-071-0/+59
introduced CLProperty annotation for CLDevice and CLPlatform properties. fixed bug in CLVersion.