index
:
jocl.git
b22x
edge
java11
master
rc
JOCL repository on http://jogamp.org/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
mbien
/
opencl
/
CLKernel.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
modifications due to class movement in gluegen.
Michael Bien
2010-04-01
1
-3
/
+3
*
refactorings due to newly introduced Int64Buffer in gluegen.
Michael Bien
2010-03-30
1
-6
/
+6
*
changes due to BufferFactory -> Buffers renaming in gluegen.
Michael Bien
2010-03-29
1
-2
/
+2
*
refactoring due to gluegen changes.
Michael Bien
2010-03-27
1
-3
/
+3
*
moved utilities to util package.
Michael Bien
2010-03-08
1
-1
/
+14
*
added put/setNullArg(int size) for setting NULL ranges as kernel argument to ...
Michael Bien
2010-03-01
1
-0
/
+10
*
introduced (package private) Disposable interface for forward compatiblility ...
Michael Bien
2010-02-28
1
-0
/
+4
*
added three missing workgroup info methods in CLKernel.
Michael Bien
2010-02-28
1
-0
/
+40
*
code review, spell checks and scope.
Michael Bien
2010-02-24
1
-2
/
+2
*
code review. Fixed typos in javadoc and fixed some warnings.
Michael Bien
2010-02-24
1
-6
/
+6
*
introduced CLObject as common superclass for all OpenCL objects.
Michael Bien
2010-02-22
1
-5
/
+2
*
several small refactorings, api and javadoc improvements.
Michael Bien
2010-02-22
1
-5
/
+9
*
fixed bug in CL[GL]Context.create(..., device), added test.
Michael Bien
2010-02-12
1
-6
/
+6
*
CLKernel can now optionally force 64bit args to passed as 32bit args to OpenCL.
Michael Bien
2010-02-01
1
-2
/
+27
*
trivial bugfixes, typo and javadoc warning fixes.
Michael Bien
2010-02-01
1
-3
/
+3
*
splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.
Michael Bien
2010-01-29
1
-9
/
+10
*
temporary dissabled non direct NIO binding for methods containing long[] sinc...
Michael Bien
2010-01-19
1
-6
/
+7
*
introduced CLMemory as superclass for all memory objects.
Michael Bien
2010-01-18
1
-5
/
+5
*
fixed bug in number of kernel arguments query.
Michael Bien
2010-01-15
1
-5
/
+6
*
cleaned up NioDirectOnly list, added clSetKernelArg to list.
Michael Bien
2010-01-14
1
-4
/
+14
*
introduced CLSampler and CLEvent.
Michael Bien
2010-01-08
1
-3
/
+5
*
added put/rewind idiom to CLKernel for function arguments.
Michael Bien
2010-01-07
1
-0
/
+49
*
fixed gcc setup on mac.
Michael Bien
2009-12-02
1
-1
/
+1
*
improved Exception handling in CLProgram and CLKernel.
Michael Bien
2009-11-08
1
-12
/
+33
*
bug fixes in buffer handling.
Michael Bien
2009-11-05
1
-0
/
+8
*
generified CLBuffer, added createFromGLBuffer(...).
Michael Bien
2009-10-27
1
-1
/
+1
*
utility methods and refactoring.
Michael Bien
2009-10-23
1
-0
/
+3
*
32bit compatibility.
Michael Bien
2009-10-22
1
-1
/
+2
*
api cleanup and refactoring.
Michael Bien
2009-10-22
1
-7
/
+30
*
refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.
Michael Bien
2009-10-20
1
-1
/
+1
*
added CLCommandQueue to CLContext's resource management code, minor fixes...
Michael Bien
2009-10-20
1
-1
/
+2
*
initial import of CLCommandQueue.
Michael Bien
2009-10-19
1
-12
/
+11
*
initial import of CLBuffer and CLKernel.
Michael Bien
2009-10-19
1
-0
/
+93