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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
using lower wgs in LLB test.
Michael Bien
2011-01-22
2
-4
/
+9
*
missing buffer rewind in source upload code (bug id: #458).
Michael Bien
2011-01-21
1
-1
/
+1
*
paper work: license and file headers.
Michael Bien
2010-11-26
9
-0
/
+251
*
missing return
Michael Bien
2010-11-23
1
-0
/
+1
*
fixed customEventsTest (was: segfault with CL 1.0, now: disabled on CL 1.0)
Michael Bien
2010-11-22
1
-11
/
+4
*
CLGLContext.create() no longer makes the glcontext current.
Michael Bien
2010-11-21
1
-13
/
+9
*
changes due to mofifications in jogl + propper jogl release() + destroy(true)...
Michael Bien
2010-11-18
1
-6
/
+7
*
JOGL: getNativeWindow -> getNativeSurface; modified CLGLTest to only use JOGL...
Michael Bien
2010-10-15
1
-8
/
+9
*
temporary disable CLGLTest on mac to prevent deadlock.
Michael Bien
2010-09-26
1
-4
/
+10
*
added junit timeouts to CLGLTest (JOGL deadlock on mac) and CLCommandQueueTest
Michael Bien
2010-09-23
2
-0
/
+16
*
last JOGL API changes broke the GLCL junit test. Fixed it.
Michael Bien
2010-09-23
1
-1
/
+2
*
initial import of utility API for filtering platforms.
Michael Bien
2010-09-21
1
-0
/
+18
*
adjusted remaining work group sizes in tests.
Michael Bien
2010-09-18
2
-3
/
+4
*
CLGLContext.create() makes GLContext current (restored old behavior).
Michael Bien
2010-09-18
1
-1
/
+2
*
CLCommandQueueTest: fixed invalid work group size error on low spec devices
Michael Bien
2010-09-18
1
-10
/
+19
*
wait timeout for concurrencyTest; context release try-finally bocks for all o...
Michael Bien
2010-09-18
1
-143
/
+152
*
removed CLContext factory methods with CLPlatform + CLDevice list combinations.
Michael Bien
2010-09-15
1
-17
/
+8
*
CLMemObjectDestructorCallback for HLB and LLB.
Michael Bien
2010-09-02
1
-1
/
+43
*
CLEvent callbacks for HLB and LLB.
Michael Bien
2010-09-02
1
-1
/
+39
*
added new CL_INVALID_PROPERTY exception + CLException junit test.
Michael Bien
2010-08-25
1
-0
/
+37
*
added a few CLImage junit tests.
Michael Bien
2010-08-07
3
-30
/
+153
*
toString() for CLEventList.
Michael Bien
2010-07-19
1
-0
/
+4
*
enabled create-context and build-program callbacks using CL_CALLBACK calling ...
Michael Bien
2010-07-06
2
-2
/
+0
*
finished CLSubBuffer, added junit testcase, perf improvements and cleanup.
Michael Bien
2010-07-05
1
-0
/
+70
*
misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc.
Michael Bien
2010-07-04
1
-0
/
+1
*
added CLContext.getSupportedImageFormats() methods and unit test.
Michael Bien
2010-06-25
1
-0
/
+29
*
added CLVersion utility class and corresponding API.
Michael Bien
2010-06-24
3
-2
/
+27
*
implemented OpenCL 1.1 user events + JUnit test.
Michael Bien
2010-06-16
1
-0
/
+59
*
moved calls to program.createCLKernels() into seperate test method.
Michael Bien
2010-06-16
2
-16
/
+34
*
changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst...
Michael Bien
2010-05-31
2
-17
/
+16
*
improved concurrent load test (disabled by default) and confirmed that cl pro...
Michael Bien
2010-05-30
2
-27
/
+78
*
enabled CLGLTest again... give it another try with hudson.
Michael Bien
2010-05-23
1
-4
/
+6
*
dissabled CLGL test since there is currently no way to relyable determine if ...
Michael Bien
2010-05-23
1
-3
/
+4
*
disabled callbacks temporary to be able to build on windows.
Michael Bien
2010-05-12
3
-0
/
+4
*
CLBuildListener functionality for high level bindings.
Michael Bien
2010-05-02
3
-10
/
+25
*
fixed CLProgramTest on AMD platform + GPU device.
Michael Bien
2010-05-01
1
-5
/
+12
*
continued with callbacks.
Michael Bien
2010-04-26
1
-1
/
+1
*
implemented low level BuildProgramCallbacks.
Michael Bien
2010-04-25
1
-5
/
+22
*
clGetExtensionFunctionAddress returns now a long.
Michael Bien
2010-04-24
1
-2
/
+2
*
CLGLContext.create() makes GLContext current.
Michael Bien
2010-04-24
1
-0
/
+95
*
CLContext should not throw NPE in create(...) if a device or device type is n...
Michael Bien
2010-04-22
1
-0
/
+27
*
fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized buffer...
Michael Bien
2010-04-16
1
-1
/
+5
*
code review: improved exception messages to be more verbose whenever possible.
Michael Bien
2010-04-15
2
-0
/
+35
*
enabled LowLevelBindingTest again.
Michael Bien
2010-04-13
1
-99
/
+110
*
renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...
Michael Bien
2010-04-12
7
-39
/
+35
*
modifications due to class movement in gluegen.
Michael Bien
2010-04-01
4
-6
/
+6
*
refactorings due to newly introduced Int64Buffer in gluegen.
Michael Bien
2010-03-30
1
-1
/
+0
*
modifications due to refactorings in gluegen and jogl.
Michael Bien
2010-03-29
1
-2
/
+2
*
changes due to BufferFactory -> Buffers renaming in gluegen.
Michael Bien
2010-03-29
4
-4
/
+4
*
forgot test (com.sun.opengl->com.jogamp.opengl).
Michael Bien
2010-03-27
1
-1
/
+1
[next]