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
/
jogamp
/
opencl
/
CLContext.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
switched from PointerBuffer to NativeSizeBuffer.
Michael Bien
2011-04-23
1
-10
/
+10
*
fixed bug 491 "createImage3d incorrect arguments"
Michael Bien
2011-04-04
1
-4
/
+4
*
code review using findbugs
Michael Bien
2011-02-27
1
-1
/
+3
*
fixed compiler redundant-casts warnings due to language level changes in glue...
Michael Bien
2011-02-13
1
-1
/
+1
*
fixed NPE in CLContext.release() which was indroduced in last commit.
Michael Bien
2011-02-09
1
-4
/
+9
*
CLContext and CLPlatform are now threadsafe. Updated javadocs.
Michael Bien
2011-02-08
1
-43
/
+69
*
paper work: license and file headers.
Michael Bien
2010-11-26
1
-0
/
+28
*
better toString()
Michael Bien
2010-10-15
1
-1
/
+3
*
removed CLContext factory methods with CLPlatform + CLDevice list combinations.
Michael Bien
2010-09-15
1
-13
/
+8
*
update due to changes in JDK7's ARM spec.
Michael Bien
2010-07-03
1
-4
/
+0
*
image factory methods for CLContext.
Michael Bien
2010-06-28
1
-0
/
+60
*
minor refactorings and updates.
Michael Bien
2010-06-27
1
-2
/
+2
*
added CLContext.getSupportedImageFormats() methods and unit test.
Michael Bien
2010-06-25
1
-1
/
+47
*
changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst...
Michael Bien
2010-05-31
1
-2
/
+1
*
status should be an direct buffer.
Michael Bien
2010-05-12
1
-1
/
+1
*
finished main functionality of ErrorHandler impl.
Michael Bien
2010-05-04
1
-11
/
+81
*
implemented low level BuildProgramCallbacks.
Michael Bien
2010-04-25
1
-2
/
+2
*
CLGLContext.create() makes GLContext current.
Michael Bien
2010-04-24
1
-17
/
+21
*
dynamic binding for OpenGL specific functionality.
Michael Bien
2010-04-24
1
-1
/
+1
*
CLContext should not throw NPE in create(...) if a device or device type is n...
Michael Bien
2010-04-22
1
-4
/
+12
*
code review: improved exception messages to be more verbose whenever possible.
Michael Bien
2010-04-15
1
-3
/
+3
*
renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...
Michael Bien
2010-04-12
1
-0
/
+504