summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/CLProgramTest.java
Commit message (Collapse)AuthorAgeFilesLines
* 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 ;).