summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/util
Commit message (Collapse)AuthorAgeFilesLines
* wait(timeout) should return boolean.Michael Bien2010-09-181-3/+3
|
* added com.jogamp.util.CLInfo.Michael Bien2010-09-072-67/+139
| | | | | introduced CLProperty annotation for CLDevice and CLPlatform properties. fixed bug in CLVersion.
* misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc.Michael Bien2010-07-041-2/+3
|
* added CLVersion utility class and corresponding API.Michael Bien2010-06-241-1/+2
| | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest.
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-023-0/+38
| | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-124-0/+415
team player ;).