Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. CLGLContext.create() no longer makes the glcontext current. (details)
  2. modified zip folder layout. (details)
  3. fixed javadoc warnings. (details)
  4. fixed customEventsTest (was: segfault with CL 1.0, now: disabled on CL (details)
Commit d40f97c1ecb7de88e6093f54aa9d38e23b091be0 by Michael Bien
CLGLContext.create() no longer makes the glcontext current.
The file was modifiedtest/com/jogamp/opencl/gl/CLGLTest.java (diff)
The file was modifiedsrc/com/jogamp/opencl/gl/CLGLContext.java (diff)
Commit 98258032aaeff5b1d6700ed1e49db161f9a2206a by Michael Bien
modified zip folder layout.
added sh1 to artifact.properties.
The file was modifiedbuild.xml (diff)
Commit e0925f59830af902f214b1b71f3cdaf011dbcc7f by Michael Bien
fixed javadoc warnings.
The file was modifiedsrc/com/jogamp/opencl/gl/CLGLContext.java (diff)
The file was modifiedsrc/com/jogamp/opencl/impl/BuildProgramCallback.java (diff)
The file was modifiedsrc/com/jogamp/opencl/util/CLBuildListener.java (diff)
The file was modifiedsrc/com/jogamp/opencl/util/CLPlatformFilters.java (diff)
Commit 99a8764c3ab9dd80d8d5ac33ed244c0928376a24 by Michael Bien
fixed customEventsTest (was: segfault with CL 1.0, now: disabled on CL 1.0)
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)