summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/LowLevelBindingTest.java
Commit message (Collapse)AuthorAgeFilesLines
* introduced CLEventList, an optimized nio collecton for storing CLEvents.Michael Bien2010-01-121-8/+7
| | | | | | added hashCode() and equals() to CLEvent. CLEvent support in CLCommandQueue. Several NIO optimizations.
* introduced CLGLContext, refactored dependencies, cleanup in opencl code.Michael Bien2010-01-021-20/+20
|
* fixed gcc setup on mac.Michael Bien2009-12-021-7/+8
| | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion.
* implemented clCreateContext(...) and updated Tests and high level binding.Michael Bien2009-10-251-3/+50
|
* utility methods and refactoring.Michael Bien2009-10-231-1/+1
|
* 32bit compatibility.Michael Bien2009-10-221-15/+15
|
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-0/+316
moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test.