summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLException.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove CLGL interfaceWade Walker2015-11-081-9/+8
| | | | | This removes the last sub-interface that would have to be separately versioned for future versions of OpenCL. After this, new OpenCL versions will only create one new interface and one new implementation.
* Remove creation and all references to CL*Binding interfacesWade Walker2015-11-081-32/+27
| | | | This completes the removal of all CL*Binding interfaces; all tests pass at this point.
* Code Clean-Up based on our Recommended Settings (jogamp-scripting ↵Sven Gothel2014-07-031-129/+134
| | | | | | | | | | | | | c47bc86ae2ee268a1f38c5580d11f93d7f8d6e74) - Change non static accesses to static members using declaring type - Change indirect accesses to static members to direct accesses (accesses through subtypes) - Add final modifier to private fields - Add final modifier to method parameters - Add final modifier to local variables - Remove unnecessary casts - Remove unnecessary '$NON-NLS$' tags - Remove trailing white spaces on all lines
* 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 ;).