summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLKernel.java
Commit message (Expand)AuthorAgeFilesLines
* modifications due to class movement in gluegen.Michael Bien2010-04-011-3/+3
* refactorings due to newly introduced Int64Buffer in gluegen.Michael Bien2010-03-301-6/+6
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-291-2/+2
* refactoring due to gluegen changes.Michael Bien2010-03-271-3/+3
* moved utilities to util package.Michael Bien2010-03-081-1/+14
* added put/setNullArg(int size) for setting NULL ranges as kernel argument to ...Michael Bien2010-03-011-0/+10
* introduced (package private) Disposable interface for forward compatiblility ...Michael Bien2010-02-281-0/+4
* added three missing workgroup info methods in CLKernel.Michael Bien2010-02-281-0/+40
* code review, spell checks and scope.Michael Bien2010-02-241-2/+2
* code review. Fixed typos in javadoc and fixed some warnings.Michael Bien2010-02-241-6/+6
* introduced CLObject as common superclass for all OpenCL objects.Michael Bien2010-02-221-5/+2
* several small refactorings, api and javadoc improvements.Michael Bien2010-02-221-5/+9
* fixed bug in CL[GL]Context.create(..., device), added test.Michael Bien2010-02-121-6/+6
* CLKernel can now optionally force 64bit args to passed as 32bit args to OpenCL.Michael Bien2010-02-011-2/+27
* trivial bugfixes, typo and javadoc warning fixes.Michael Bien2010-02-011-3/+3
* splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.Michael Bien2010-01-291-9/+10
* temporary dissabled non direct NIO binding for methods containing long[] sinc...Michael Bien2010-01-191-6/+7
* introduced CLMemory as superclass for all memory objects.Michael Bien2010-01-181-5/+5
* fixed bug in number of kernel arguments query.Michael Bien2010-01-151-5/+6
* cleaned up NioDirectOnly list, added clSetKernelArg to list.Michael Bien2010-01-141-4/+14
* introduced CLSampler and CLEvent.Michael Bien2010-01-081-3/+5
* added put/rewind idiom to CLKernel for function arguments.Michael Bien2010-01-071-0/+49
* fixed gcc setup on mac.Michael Bien2009-12-021-1/+1
* improved Exception handling in CLProgram and CLKernel.Michael Bien2009-11-081-12/+33
* 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
* 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
* initial import of CLBuffer and CLKernel.Michael Bien2009-10-191-0/+93