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
/
CLProgram.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
introduced CLBuildConfiguration and CLProgramConfiguration interfaces for CLP...
Michael Bien
2010-02-25
1
-3
/
+3
*
initial import of CLProgramBuilder.
Michael Bien
2010-02-24
1
-20
/
+18
*
code review. Fixed typos in javadoc and fixed some warnings.
Michael Bien
2010-02-24
1
-3
/
+3
*
introduced CLObject as common superclass for all OpenCL objects.
Michael Bien
2010-02-22
1
-24
/
+16
*
several small refactorings, api and javadoc improvements.
Michael Bien
2010-02-22
1
-5
/
+27
*
splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl.
Michael Bien
2010-01-29
1
-71
/
+87
*
more direct NIO.
Michael Bien
2010-01-25
1
-5
/
+8
*
switched from enum to poji as storage for common compiler options.
Michael Bien
2010-01-22
1
-36
/
+46
*
dynamic dispatch via CLProcAddressTable for OpenCL extensions.
Michael Bien
2010-01-22
1
-3
/
+38
*
seperated CLProgram specific tests into CLProgramTest.
Michael Bien
2010-01-20
1
-8
/
+58
*
temporary dissabled non direct NIO binding for methods containing long[] sinc...
Michael Bien
2010-01-19
1
-31
/
+34
*
added Option enum for common build optons (contains all specified flags as of...
Michael Bien
2010-01-15
1
-3
/
+118
*
introduced CLSampler and CLEvent.
Michael Bien
2010-01-08
1
-26
/
+34
*
fixed gcc setup on mac.
Michael Bien
2009-12-02
1
-3
/
+3
*
improved Exception handling in CLProgram and CLKernel.
Michael Bien
2009-11-08
1
-28
/
+84
*
bug fixes in buffer handling.
Michael Bien
2009-11-05
1
-3
/
+7
*
refactoring and more utility methods.
Michael Bien
2009-11-02
1
-2
/
+31
*
utility methods and refactoring.
Michael Bien
2009-10-23
1
-112
/
+145
*
32bit compatibility.
Michael Bien
2009-10-22
1
-2
/
+3
*
api cleanup and refactoring.
Michael Bien
2009-10-22
1
-3
/
+31
*
added CLCommandQueue to CLContext's resource management code, minor fixes...
Michael Bien
2009-10-20
1
-1
/
+1
*
initial import of CLCommandQueue.
Michael Bien
2009-10-19
1
-24
/
+21
*
initial import of CLBuffer and CLKernel.
Michael Bien
2009-10-19
1
-3
/
+74
*
initial import of CLProgram. Updated JUnit Test accordingly.
Michael Bien
2009-10-19
1
-0
/
+197