summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/HighLevelBindingTest.java
Commit message (Collapse)AuthorAgeFilesLines
* misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc.Michael Bien2010-07-041-0/+1
|
* added CLContext.getSupportedImageFormats() methods and unit test.Michael Bien2010-06-251-0/+29
|
* added CLVersion utility class and corresponding API.Michael Bien2010-06-241-1/+2
| | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest.
* moved calls to program.createCLKernels() into seperate test method.Michael Bien2010-06-161-9/+1
| | | | NV CL 1.1 devdriver has some issues in this area.
* CLContext should not throw NPE in create(...) if a device or device type is ↵Michael Bien2010-04-221-0/+27
| | | | null.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+305
team player ;).