Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oops | Sven Gothel | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Adapt all unit tests to use UITestCase and enforce named unit test order. ↵ | Sven Gothel | 2014-01-26 | 1 | -9/+19 |
| | | | | Added main entry and listed in tests.sh for manual test. | ||||
* | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -0/+1 |
| | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | fixed compiler redundant-casts warnings due to language level changes in ↵ | Michael Bien | 2011-02-13 | 1 | -1/+3 |
| | | | | gluegen-rt. | ||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | initial import of utility API for filtering platforms. | Michael Bien | 2010-09-21 | 1 | -0/+18 |
| | |||||
* | adjusted remaining work group sizes in tests. | Michael Bien | 2010-09-18 | 1 | -2/+3 |
| | |||||
* | removed CLContext factory methods with CLPlatform + CLDevice list combinations. | Michael Bien | 2010-09-15 | 1 | -17/+8 |
| | | | | | | | | | | | | 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 | ||||
* | added a few CLImage junit tests. | Michael Bien | 2010-08-07 | 1 | -30/+0 |
| | |||||
* | misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc. | Michael Bien | 2010-07-04 | 1 | -0/+1 |
| | |||||
* | added CLContext.getSupportedImageFormats() methods and unit test. | Michael Bien | 2010-06-25 | 1 | -0/+29 |
| | |||||
* | added CLVersion utility class and corresponding API. | Michael Bien | 2010-06-24 | 1 | -1/+2 |
| | | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest. | ||||
* | moved calls to program.createCLKernels() into seperate test method. | Michael Bien | 2010-06-16 | 1 | -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 Bien | 2010-04-22 | 1 | -0/+27 |
| | | | | null. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+305 |
team player ;). |