summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLProgram.java
Commit message (Expand)AuthorAgeFilesLines
* temporary dissabled non direct NIO binding for methods containing long[] sinc...Michael Bien2010-01-191-31/+34
* added Option enum for common build optons (contains all specified flags as of...Michael Bien2010-01-151-3/+118
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-26/+34
* fixed gcc setup on mac.Michael Bien2009-12-021-3/+3
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-28/+84
* bug fixes in buffer handling.Michael Bien2009-11-051-3/+7
* refactoring and more utility methods.Michael Bien2009-11-021-2/+31
* utility methods and refactoring.Michael Bien2009-10-231-112/+145
* 32bit compatibility.Michael Bien2009-10-221-2/+3
* api cleanup and refactoring.Michael Bien2009-10-221-3/+31
* added CLCommandQueue to CLContext's resource management code, minor fixes...Michael Bien2009-10-201-1/+1
* initial import of CLCommandQueue.Michael Bien2009-10-191-24/+21
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-3/+74
* initial import of CLProgram. Updated JUnit Test accordingly.Michael Bien2009-10-191-0/+197