summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/HighLevelBindingTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oopsSven Gothel2014-01-261-1/+1
|
* Adapt all unit tests to use UITestCase and enforce named unit test order. ↵Sven Gothel2014-01-261-9/+19
| | | | Added main entry and listed in tests.sh for manual test.
* LLB refactoring.Michael Bien2011-05-271-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 Bien2011-02-131-1/+3
| | | | gluegen-rt.
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
|
* initial import of utility API for filtering platforms.Michael Bien2010-09-211-0/+18
|
* adjusted remaining work group sizes in tests.Michael Bien2010-09-181-2/+3
|
* removed CLContext factory methods with CLPlatform + CLDevice list combinations.Michael Bien2010-09-151-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 Bien2010-08-071-30/+0
|
* misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc.Michael Bien2010-07-041-0/+1
|
* added CLContext.getSupportedImageFormats() methods and unit test.Michael Bien2010-06-251-0/+29
|
* added CLVersion utility class and corresponding API.Michael Bien2010-06-241-1/+2
| | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest.
* 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 ;).