aboutsummaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/CLCommandQueueTest.java
Commit message (Collapse)AuthorAgeFilesLines
* toString() for CLEventList.Michael Bien2010-07-191-0/+4
|
* added CLVersion utility class and corresponding API.Michael Bien2010-06-241-1/+23
| | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest.
* implemented OpenCL 1.1 user events + JUnit test.Michael Bien2010-06-161-0/+59
|
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-021-7/+4
| | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-0/+7
| | | | began with CLKernel testcase.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+266
team player ;).