Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright/author tagsedge | Sven Gothel | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | Fix merge w/ latest mbien/edge | Sven Gothel | 2011-06-28 | 1 | -3/+3 |
|\ | |||||
| * | Fix last merge of mbien/master | Sven Gothel | 2011-06-28 | 1 | -50/+53 |
| |\ | |||||
| * | | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again | Sven Gothel | 2011-05-18 | 1 | -4/+4 |
| | | | |||||
* | | | internal refactoring to use new binding interfaces in highlevel api impl. | Michael Bien | 2011-06-15 | 1 | -2/+6 |
| | | | |||||
* | | | CLContext uses now CLContextBinding interface. | Michael Bien | 2011-05-28 | 1 | -0/+55 |
| | | | |||||
* | | | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -3/+4 |
| |/ |/| | | | | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | | introduced CLAccessorFactory spi and threadlocal default impl for CLDevice ↵ | Michael Bien | 2011-05-26 | 1 | -48/+36 |
| | | | | | | | | and CLPlatform. | ||||
* | | CLAccessor SPI - initial refactorings. | Michael Bien | 2011-05-25 | 1 | -11/+26 |
|/ | |||||
* | moved all cl calls to CLInfoAccessor (CLDevice and CLPlatform). | Michael Bien | 2011-05-12 | 1 | -38/+51 |
| | |||||
* | fixed old TODO + better toString() formatting. | Michael Bien | 2011-05-11 | 1 | -7/+9 |
| | |||||
* | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -9/+9 |
| | |||||
* | added CLDeviceFilters utility api. | Michael Bien | 2011-03-29 | 1 | -33/+72 |
| | |||||
* | CLContext and CLPlatform are now threadsafe. Updated javadocs. | Michael Bien | 2011-02-08 | 1 | -1/+3 |
| | |||||
* | improved javadoc. | Michael Bien | 2011-02-08 | 1 | -1/+26 |
| | |||||
* | check for empty device list to prevent a INVALID_VALUE exception on apple's ↵ | Michael Bien | 2011-01-22 | 1 | -1/+1 |
| | | | | impl. | ||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | added JOCLVersion utility and integrated in CLPlatform. | Michael Bien | 2010-11-18 | 1 | -0/+5 |
| | | | | added spec version to manifest, updated CLInfo. | ||||
* | initial import of utility API for filtering platforms. | Michael Bien | 2010-09-21 | 1 | -8/+47 |
| | |||||
* | removed CLContext factory methods with CLPlatform + CLDevice list combinations. | Michael Bien | 2010-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | justification: - information is now no longer needed since every CLDevice knows its CLPlatform - OpenCL device IDs are not portable between CLPlatforms changes: - Context factories will throw CLInvalidPlatformException if the platform of all CLDevices does not match related changes: - [persistance] CLProgramBuilder stores now the ICD suffix to be later able to map binaries back to the platform + device | ||||
* | changed initialization from static initializer to internal singleton ↵ | Michael Bien | 2010-09-10 | 1 | -15/+26 |
| | | | | intialization to get rid of ExceptionInInitializerErrors. | ||||
* | added com.jogamp.util.CLInfo. | Michael Bien | 2010-09-07 | 1 | -1/+7 |
| | | | | | introduced CLProperty annotation for CLDevice and CLPlatform properties. fixed bug in CLVersion. | ||||
* | CLPlatform.getDefault() returns now the platform with the latest version | Michael Bien | 2010-09-02 | 1 | -3/+7 |
| | |||||
* | better exception message if libOpenCL could not be loaded. | Michael Bien | 2010-09-01 | 1 | -4/+14 |
| | |||||
* | minor refactorings and updates. | Michael Bien | 2010-06-27 | 1 | -5/+5 |
| | |||||
* | added CLVersion utility class and corresponding API. | Michael Bien | 2010-06-24 | 1 | -3/+37 |
| | | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest. | ||||
* | switched to dynamic linking. All custom code functions must be called via ↵ | Michael Bien | 2010-06-21 | 1 | -9/+32 |
| | | | | funciton pointers since this point. | ||||
* | changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵ | Michael Bien | 2010-05-31 | 1 | -2/+2 |
| | | | | systems are now supported again. | ||||
* | added doPrivileged block around libloading logic. | Michael Bien | 2010-04-28 | 1 | -4/+19 |
| | |||||
* | modification due to method renaming in gluegen/ProcAddressTable. | Michael Bien | 2010-04-24 | 1 | -2/+1 |
| | |||||
* | renamed NativeLibLoader to JOCLJNILibLoader. | Michael Bien | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | dynamic binding for OpenGL specific functionality. | Michael Bien | 2010-04-24 | 1 | -5/+16 |
| | |||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+302 |
team player ;). |