aboutsummaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/HighLevelBindingTest.java
Commit message (Collapse)AuthorAgeFilesLines
* 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 ;).