summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/HighLevelBindingTest.java
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Michael Bien2009-10-211-9/+55
| | | | HighLevelBindingTest.
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-0/+156
moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test.