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

Changes

Summary

  1. added test-file target. Run it with e.g: "ant test-file (details)
  2. improved concurrent load test (disabled by default) and confirmed that (details)
  3. updated jocl webpage. (details)
  4. changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit (details)
  5. use getDisplayHandle for linux and Surface on windows for CLGL context (details)
Commit 0bcc9dd8f36dabfef118f3546a08f7d5666714ef by Michael Bien
added test-file target. Run it with e.g: "ant test-file -Dtest.file=com/jogamp/opencl/LowLevelBindingTest.java".
minimum ant version is now 1.8.
The file was modifiednbproject/project.xml (diff)
The file was modifiedbuild.xml (diff)
Commit c8ae2569a4d90e79b9af83acdd50c1be2ecab9f0 by Michael Bien
improved concurrent load test (disabled by default) and confirmed that cl programs can't be built concurrently.
CLProgram uses ReentrantLock to put synchronous and asynchronous calls to clBuildProgram(...) in a squence.
The file was modifiedtest/com/jogamp/opencl/LowLevelBindingTest.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLProgram.java (diff)
The file was modifiedtest/com/jogamp/opencl/gl/CLGLTest.java (diff)
The file was modifiedwww/index.html (diff)
Commit c5b1dc47f398597a127ebb7cdf72ab324b08a174 by Michael Bien
changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit systems are now supported again.
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLInfoAccessor.java (diff)
The file was modifiedtest/com/jogamp/opencl/LowLevelBindingTest.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLImage.java (diff)
The file was modifiedresources/stubs_includes/common/stddef.h (diff)
The file was modifiedsrc/com/jogamp/opencl/CLContext.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLSampler.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLKernel.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
The file was modifiedresources/stubs_includes/common/stdint.h (diff)
The file was modifiedresources/clImplCustomCode.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLEvent.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLDevice.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLProgram.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLProgramTest.java (diff)
Commit 90e28734f93e57f6906ec93ba8330e54e55d3238 by Michael Bien
use getDisplayHandle for linux and Surface on windows for CLGL context creation.
The file was modifiedsrc/com/jogamp/opencl/gl/CLGLContext.java (diff)