summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/gl
Commit message (Collapse)AuthorAgeFilesLines
* added CLVersion utility class and corresponding API.Michael Bien2010-06-241-0/+2
| | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest.
* improved concurrent load test (disabled by default) and confirmed that cl ↵Michael Bien2010-05-301-0/+2
| | | | | | programs can't be built concurrently. CLProgram uses ReentrantLock to put synchronous and asynchronous calls to clBuildProgram(...) in a squence.
* enabled CLGLTest again... give it another try with hudson.Michael Bien2010-05-231-4/+6
|
* dissabled CLGL test since there is currently no way to relyable determine if ↵Michael Bien2010-05-231-3/+4
| | | | GLCL obj sharing is supported.
* disabled callbacks temporary to be able to build on windows.Michael Bien2010-05-121-0/+2
| | | | fixed a few compiler warnings.
* CLGLContext.create() makes GLContext current.Michael Bien2010-04-241-0/+95
made CLContext.release() more bulletproof. added CLGLTest.