aboutsummaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/CLProgramTest.java
Commit message (Collapse)AuthorAgeFilesLines
* initial version of parallel scan primitive. The implementation is work in ↵Michael Bien2011-09-211-7/+8
| | | | | progress, final version will use a different kernel/algorithm. random float utility method for TestUtils
* bugfix: [CLWork codepath] local WS must be null if all elements are 0. Using ↵Michael Bien2011-08-301-0/+19
| | | | an empty buffer confuses the driver.
* initial import of CLWork. Integrated in CLCommandQueue, added junit test.Michael Bien2011-07-261-0/+36
|
* CLKernel utility methods for setting vector arguments with up to 4 elements ↵Michael Bien2011-07-071-1/+73
| | | | + test.
* CLKernel short setters, setArgs(Object... values) for convenient initialization.Michael Bien2011-06-191-2/+5
|
* LLB refactoring.Michael Bien2011-05-271-0/+2
| | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes
* CLKernel code review.Michael Bien2011-05-151-1/+18
| | | | | - optimized create from name path - putArg should not increment the index if setting the argument fails - added putArg() test
* minimal wgs requirement for kernelTest.Michael Bien2011-02-131-15/+7
|
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
|
* enabled create-context and build-program callbacks using CL_CALLBACK calling ↵Michael Bien2010-07-061-1/+0
| | | | convention.
* moved calls to program.createCLKernels() into seperate test method.Michael Bien2010-06-161-7/+33
| | | | NV CL 1.1 devdriver has some issues in this area.
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵Michael Bien2010-05-311-2/+10
| | | | systems are now supported again.
* disabled callbacks temporary to be able to build on windows.Michael Bien2010-05-121-0/+1
| | | | fixed a few compiler warnings.
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-021-3/+20
| | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds
* fixed CLProgramTest on AMD platform + GPU device.Michael Bien2010-05-011-5/+12
|
* fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized ↵Michael Bien2010-04-161-1/+5
| | | | buffer size on 32bit systems, enabled test.
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-0/+28
| | | | began with CLKernel testcase.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+224
team player ;).