summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl
Commit message (Collapse)AuthorAgeFilesLines
...
* added CLContext.getSupportedImageFormats() methods and unit test.Michael Bien2010-06-251-0/+29
|
* added CLVersion utility class and corresponding API.Michael Bien2010-06-243-2/+27
| | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest.
* implemented OpenCL 1.1 user events + JUnit test.Michael Bien2010-06-161-0/+59
|
* moved calls to program.createCLKernels() into seperate test method.Michael Bien2010-06-162-16/+34
| | | | 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-312-17/+16
| | | | systems are now supported again.
* improved concurrent load test (disabled by default) and confirmed that cl ↵Michael Bien2010-05-302-27/+78
| | | | | | programs can't be built concurrently. CLProgram uses ReentrantLock to put synchronous and asynchronous calls to clBuildProgram(...) in a squence.
* enabled CLGLTest again... give it another try with hudson.Michael Bien2010-05-231-4/+6
|
* dissabled CLGL test since there is currently no way to relyable determine if ↵Michael Bien2010-05-231-3/+4
| | | | GLCL obj sharing is supported.
* disabled callbacks temporary to be able to build on windows.Michael Bien2010-05-123-0/+4
| | | | fixed a few compiler warnings.
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-023-10/+25
| | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds
* fixed CLProgramTest on AMD platform + GPU device.Michael Bien2010-05-011-5/+12
|
* continued with callbacks.Michael Bien2010-04-261-1/+1
| | | | | - started with context error callback - finished build program callback
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-251-5/+22
| | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest
* clGetExtensionFunctionAddress returns now a long.Michael Bien2010-04-241-2/+2
|
* CLGLContext.create() makes GLContext current.Michael Bien2010-04-241-0/+95
| | | | | made CLContext.release() more bulletproof. added CLGLTest.
* CLContext should not throw NPE in create(...) if a device or device type is ↵Michael Bien2010-04-221-0/+27
| | | | null.
* 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-152-0/+35
| | | | began with CLKernel testcase.
* enabled LowLevelBindingTest again.Michael Bien2010-04-131-99/+110
|
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-127-0/+1382
team player ;).