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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed bug in putCopyImageToBuffer + added junit test for buffer2image and im...
Michael Bien
2011-10-19
2
-2
/
+50
*
NV driver doesn't like it if a shared CLGL context is released without releas...
Michael Bien
2011-09-22
4
-6
/
+104
*
initial version of parallel scan primitive. The implementation is work in pro...
Michael Bien
2011-09-21
5
-8
/
+434
*
bugfixes for parallel reduction primitive
Michael Bien
2011-09-21
3
-12
/
+14
*
improved generic factory methods to allow getClass() to be used instead of Cl...
Michael Bien
2011-09-21
3
-19
/
+19
*
first version of parallel ForEach primitive.
Michael Bien
2011-09-20
5
-81
/
+352
*
introduced CLResourceQueueContext CLQueueContext implementation.
Michael Bien
2011-09-18
2
-46
/
+42
*
Reduction supports now cl.util.concurrent package.
Michael Bien
2011-09-17
6
-33
/
+100
*
initial version of parallel Reduction utility.
Michael Bien
2011-09-15
3
-0
/
+696
*
extracted readStream utility method to CLUtil
Michael Bien
2011-09-13
2
-9
/
+29
*
better buffering in source reader.
Michael Bien
2011-09-13
1
-5
/
+6
*
toString and better exception messages.
Michael Bien
2011-09-13
1
-1
/
+22
*
bugfix: [CLWork codepath] local WS must be null if all elements are 0. Using ...
Michael Bien
2011-08-30
2
-3
/
+29
*
removed old scripts
Michael Bien
2011-08-16
7
-119
/
+0
*
namespace for native libs to enable cp libloading
Michael Bien
2011-08-11
1
-9
/
+5
*
incremented version to 0.9.1
Michael Bien
2011-08-11
1
-1
/
+1
*
minor ant cleanup, removed 7zip dependency.
Michael Bien
2011-08-08
1
-17
/
+19
*
fixed another concurrent modification bug after testing on AMD, NV and Intel.
Michael Bien
2011-08-04
2
-1
/
+6
*
renamed CLAbstractExecutorService -> CLExecutorService.
Michael Bien
2011-08-03
5
-9
/
+9
*
javadoc improvements in concurrent package.
Michael Bien
2011-08-03
5
-5
/
+32
*
initial import of CLForkJoinPool, a JOCL variant of the Java 7 ForkJoinPool +...
Michael Bien
2011-08-03
4
-1
/
+391
*
made dimension and kernel public final in CLWork.
Michael Bien
2011-08-03
1
-2
/
+2
*
refactoring; extracted CLAbstractExecutorService and CLPoolable.
Michael Bien
2011-08-03
6
-256
/
+375
*
initial import of CLWork. Integrated in CLCommandQueue, added junit test.
Michael Bien
2011-07-26
4
-0
/
+329
*
fixed generics and vargs warning.
Michael Bien
2011-07-26
2
-1
/
+2
*
unused parameters - fixed copy&paste bug in read/writeBufferRect method + add...
Michael Bien
2011-07-25
2
-2
/
+65
*
added missing license headers.
Michael Bien
2011-07-20
7
-0
/
+182
*
trivial javadoc fixes.
Michael Bien
2011-07-20
2
-3
/
+3
*
fixed generics to accept subdevices.
Michael Bien
2011-07-19
2
-3
/
+3
*
initial subdevice support.
Michael Bien
2011-07-18
4
-6
/
+438
*
renamed setNullArg to setArgSize, since its currently the sole usecase for nu...
Michael Bien
2011-07-18
1
-3
/
+9
*
custom impl for clGetExtensionFuncitonAddress binding to remove a few gluegen...
Michael Bien
2011-07-18
4
-20
/
+49
*
redesigned CLCommandQueuePool.
Michael Bien
2011-07-11
6
-174
/
+147
*
changed resource release synchronization in a way that we can allow concurren...
Michael Bien
2011-07-11
9
-19
/
+35
*
changed impl to use an extended ThreadPoolExecutor directly.
Michael Bien
2011-07-09
2
-8
/
+76
*
CLKernel utility methods for setting vector arguments with up to 4 elements +...
Michael Bien
2011-07-07
3
-14
/
+372
*
fixed ant property name
Michael Bien
2011-07-05
1
-1
/
+1
*
- initial import of CLTaskCompletionService.
Michael Bien
2011-07-05
3
-32
/
+160
*
corrected mistake: CLEvent constructor should be protected not public.
Michael Bien
2011-07-04
1
-1
/
+1
*
public CLEvent constructor + missing @Override
Michael Bien
2011-06-29
2
-1
/
+3
*
added factory method (Collection<CLPlatform> ...)
Michael Bien
2011-06-29
1
-6
/
+8
*
utility create and init CLKernel method.
Michael Bien
2011-06-20
1
-0
/
+13
*
CLCommandQueuePool support for invokeAny(tasks).
Michael Bien
2011-06-20
2
-4
/
+48
*
varargs createProgram(...) methods for convenient concatenation.
Michael Bien
2011-06-20
1
-13
/
+38
*
CLKernel short setters, setArgs(Object... values) for convenient initialization.
Michael Bien
2011-06-19
2
-2
/
+45
*
- added isReleased() to CLResource, made CLObject public.
Michael Bien
2011-06-19
14
-23
/
+102
*
added another factory method to CLMultiContext.
Michael Bien
2011-06-18
2
-5
/
+14
*
internal refactoring to use new binding interfaces in highlevel api impl.
Michael Bien
2011-06-15
18
-101
/
+139
*
automatic header update (one new extension + minor modifications).
Michael Bien
2011-06-15
4
-51
/
+83
*
added blocking waitForEvents() methods to CLEventList.
Michael Bien
2011-06-13
2
-10
/
+51
[next]