summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/HighLevelBindingTest.java
Commit message (Expand)AuthorAgeFilesLines
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-0/+40
* added more buffer creation factory methods.Michael Bien2009-11-061-2/+2
* added cl_ext header to build - extensions are now included in CL and CLGLI api.Michael Bien2009-11-061-2/+2
* 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
* utility methods and refactoring.Michael Bien2009-10-231-7/+9
* api cleanup and refactoring.Michael Bien2009-10-221-11/+17
* added CopyBuffer implementation to CLCommandQueue and and test method to High...Michael Bien2009-10-211-9/+55
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-0/+156