summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLKernel.java
Commit message (Collapse)AuthorAgeFilesLines
* fixed gcc setup on mac.Michael Bien2009-12-021-1/+1
| | | | | updated native taglet toc url. fixed small bug in cl char[] -> String conversion.
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-12/+33
| | | | | introduced CLResource interface for releasable resources. CLProgram is now rebuildable.
* bug fixes in buffer handling.Michael Bien2009-11-051-0/+8
|
* generified CLBuffer, added createFromGLBuffer(...).Michael Bien2009-10-271-1/+1
|
* utility methods and refactoring.Michael Bien2009-10-231-0/+3
|
* 32bit compatibility.Michael Bien2009-10-221-1/+2
|
* api cleanup and refactoring.Michael Bien2009-10-221-7/+30
|
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-1/+1
| | | | | 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/+2
|
* initial import of CLCommandQueue.Michael Bien2009-10-191-12/+11
| | | | | updated JUnit test to test CLCommandQueue. cleand up project dependencies.
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-0/+93
added hashCode(), equals() and toString() methods. updated JUnit test to test new classes.