summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* refactoring and more utility methods.Michael Bien2009-11-021-8/+5
|
* added remaining utility getters to CLDevice.Michael Bien2009-11-011-0/+22
|
* generified CLBuffer, added createFromGLBuffer(...).Michael Bien2009-10-271-5/+5
|
* implemented clCreateContext(...) and updated Tests and high level binding.Michael Bien2009-10-251-3/+50
|
* utility methods and refactoring.Michael Bien2009-10-232-8/+10
|
* 32bit compatibility.Michael Bien2009-10-221-15/+15
|
* api cleanup and refactoring.Michael Bien2009-10-221-11/+17
|
* added CopyBuffer implementation to CLCommandQueue and and test method to ↵Michael Bien2009-10-211-9/+55
| | | | HighLevelBindingTest.
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-204-161/+212
| | | | | moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test.
* added CLCommandQueue to CLContext's resource management code, minor fixes...Michael Bien2009-10-201-1/+1
|
* initial import of CLCommandQueue.Michael Bien2009-10-191-9/+22
| | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies.
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-36/+74
| | | | | added hashCode(), equals() and toString() methods. updated JUnit test to test new classes.
* initial import of CLProgram. Updated JUnit Test accordingly.Michael Bien2009-10-191-27/+57
|
* fixed memory leak (native CL device) in junit test. Added load test. Added ↵Michael Bien2009-10-161-29/+54
| | | | more error codes to CLException.
* fixed clBuildProgram, finished VectorAdd unit test.Michael Bien2009-10-161-14/+96
|
* implemented clBuildProgram(...) and updated JUnit test.Michael Bien2009-10-141-30/+153
|
* cleaned up test output, removed some internal hardcoded fields from CLDevice.Michael Bien2009-10-121-66/+64
|
* added utility methods and getters to CLPlatform, CLDevice and CLContext.Michael Bien2009-10-011-19/+33
| | | | adapted unit test.
* started with high level abstraction.Michael Bien2009-09-301-29/+61
|
* fixed stdinit header, modified test to print out CL platform info.Michael Bien2009-09-291-9/+66
|
* temporary added GL3 headers, we should use JOGL's headers in future.Michael Bien2009-09-291-7/+12
| | | | continued with clCreateContextFromType impl.
* splitted binding in core (CL) and CL-GL interop. (CLGLI)Michael Bien2009-09-231-1/+14
| | | | | began with custom impl. for functions with c -> java callbacks added an utility which uncomments function parameter names in headers
* added cl-gl3 bindingMichael Bien2009-09-181-3/+6
|
* initial import of JOCL the Java Bindings to OpenCL prototypeMichael Bien2009-07-241-0/+39