summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLException.java
Commit message (Collapse)AuthorAgeFilesLines
* CLCommandQueue/CLException: Remove 'import static pack.class.*' for all ↵Sven Gothel2013-10-121-257/+246
| | | | (Easy on ClassLoader)
* 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 com.jogamp.util.CLInfo.Michael Bien2010-09-071-1/+1
| | | | | introduced CLProperty annotation for CLDevice and CLPlatform properties. fixed bug in CLVersion.
* added new CL_INVALID_PROPERTY exception + CLException junit test.Michael Bien2010-08-251-3/+17
|
* minor refactorings and updates.Michael Bien2010-06-271-1/+1
|
* two new CL 1.1 exception types.Michael Bien2010-06-161-0/+26
|
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+704
team player ;).