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
/
CLPlatform.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
added CLDeviceFilters utility api.
Michael Bien
2011-03-29
1
-33
/
+72
*
CLContext and CLPlatform are now threadsafe. Updated javadocs.
Michael Bien
2011-02-08
1
-1
/
+3
*
improved javadoc.
Michael Bien
2011-02-08
1
-1
/
+26
*
check for empty device list to prevent a INVALID_VALUE exception on apple's i...
Michael Bien
2011-01-22
1
-1
/
+1
*
paper work: license and file headers.
Michael Bien
2010-11-26
1
-0
/
+28
*
added JOCLVersion utility and integrated in CLPlatform.
Michael Bien
2010-11-18
1
-0
/
+5
*
initial import of utility API for filtering platforms.
Michael Bien
2010-09-21
1
-8
/
+47
*
removed CLContext factory methods with CLPlatform + CLDevice list combinations.
Michael Bien
2010-09-15
1
-1
/
+1
*
changed initialization from static initializer to internal singleton intializ...
Michael Bien
2010-09-10
1
-15
/
+26
*
added com.jogamp.util.CLInfo.
Michael Bien
2010-09-07
1
-1
/
+7
*
CLPlatform.getDefault() returns now the platform with the latest version
Michael Bien
2010-09-02
1
-3
/
+7
*
better exception message if libOpenCL could not be loaded.
Michael Bien
2010-09-01
1
-4
/
+14
*
minor refactorings and updates.
Michael Bien
2010-06-27
1
-5
/
+5
*
added CLVersion utility class and corresponding API.
Michael Bien
2010-06-24
1
-3
/
+37
*
switched to dynamic linking. All custom code functions must be called via fun...
Michael Bien
2010-06-21
1
-9
/
+32
*
changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst...
Michael Bien
2010-05-31
1
-2
/
+2
*
added doPrivileged block around libloading logic.
Michael Bien
2010-04-28
1
-4
/
+19
*
modification due to method renaming in gluegen/ProcAddressTable.
Michael Bien
2010-04-24
1
-2
/
+1
*
renamed NativeLibLoader to JOCLJNILibLoader.
Michael Bien
2010-04-24
1
-1
/
+1
*
dynamic binding for OpenGL specific functionality.
Michael Bien
2010-04-24
1
-5
/
+16
*
renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...
Michael Bien
2010-04-12
1
-0
/
+302