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

Changes

Summary

  1. added queueMode to filter utilities. (details)
  2. fixed a bug which used a wrong eventlist offset under certain conditions (details)
  3. fixed bug 491 "createImage3d incorrect arguments" (details)
Commit 38a1408b585fd3fe7b274708b531e98d73f1ac0c by Michael Bien
added queueMode to filter utilities.
The file was modifiedsrc/com/jogamp/opencl/util/CLDeviceFilters.java (diff)
The file was modifiedsrc/com/jogamp/opencl/util/CLPlatformFilters.java (diff)
Commit 6612391c7ad8309ebd315cdf2a91a71f11793a61 by Michael Bien
fixed a bug which used a wrong eventlist offset under certain conditions and added a regression test.
The file was modifiedsrc/com/jogamp/opencl/CLEventList.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
The file was modifiedtest/com/jogamp/opencl/testkernels.cl (diff)
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
Commit 907e4a1f9077f4ce5d2a8f98b99816f752ce30ce by Michael Bien
fixed bug 491 "createImage3d incorrect arguments"
The file was modifiedsrc/com/jogamp/opencl/CLContext.java (diff)