summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLProgram.java
Commit message (Expand)AuthorAgeFilesLines
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-5/+27
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-71/+87
* more direct NIO.Michael Bien2010-01-251-5/+8
* switched from enum to poji as storage for common compiler options.Michael Bien2010-01-221-36/+46
* dynamic dispatch via CLProcAddressTable for OpenCL extensions.Michael Bien2010-01-221-3/+38
* seperated CLProgram specific tests into CLProgramTest.Michael Bien2010-01-201-8/+58
* 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