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

Changes

Summary

  1. cl_apple_gl_sharing -> cl_APPLE_gl_sharing. (details)
  2. added CLDeviceFilters utility api. (details)
  3. added queueMode to filter utilities. (details)
  4. fixed a bug which used a wrong eventlist offset under certain conditions (details)
  5. fixed bug 491 "createImage3d incorrect arguments" (details)
  6. made 3d version of putCopyImage less restrictive, its now possible to (details)
  7. CachedBufferFactory constructors for CLEventList allows efficient (details)
  8. using Buffers.sizeOfBufferElem(buffer) instead of old private (details)
  9. equals of CLMemory should also check the nio buffer. (details)
  10. CLBuildConfiguration.save(..) should store device index and not the (details)
  11. CLEventList uses now buffer.duplicate() to create a view of the buffer (details)
  12. code cleanup in CLProgramBuilder.writeObject(). (details)
  13. CLProgram.getSource() should not throw CLInvalidValueException if (details)
  14. added mapped CLMemory argument to putUnmapMemory for more flexibility. (details)
  15. reverted a3654a0b8a4e0c9e246aa04019bf1d5a09e7a28d (details)
  16. duplicate buffer before changing its position. (details)
  17. fixed race condition in eventsTest() (details)
  18. Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a and (details)
Commit 3e5066589244d812a218433ab25fe6d6f6e1fe84 by Michael Bien
cl_apple_gl_sharing -> cl_APPLE_gl_sharing.
The file was modifiedsrc/com/jogamp/opencl/CLDevice.java (diff)
Commit 612fd3e9e9c157cc28d42791fd04711701def6e3 by Michael Bien
added CLDeviceFilters utility api.
The file was modifiedsrc/com/jogamp/opencl/util/CLPlatformFilters.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLDevice.java (diff)
The file was addedsrc/com/jogamp/opencl/util/CLDeviceFilters.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
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 modifiedtest/com/jogamp/opencl/testkernels.cl (diff)
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
Commit 907e4a1f9077f4ce5d2a8f98b99816f752ce30ce by Michael Bien
fixed bug 491 "createImage3d incorrect arguments"
The file was modifiedsrc/com/jogamp/opencl/CLContext.java (diff)
Commit 9317b6018e7f4e95437204d93d45e4d83daac790 by Michael Bien
made 3d version of putCopyImage less restrictive, its now possible to copy from 2d to 3d and from 3d to 2d images.
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
Commit eb0aeae72378942509942314b346ad9ed30e1333 by Michael Bien
CachedBufferFactory constructors for CLEventList allows efficient creation of large amounts of small lists.
The file was modifiedsrc/com/jogamp/opencl/CLEventList.java (diff)
Commit 8a313c3240994d802af08673d095b0ec8ed69eac by Michael Bien
using Buffers.sizeOfBufferElem(buffer) instead of old private implementation.
The file was modifiedsrc/com/jogamp/opencl/CLMemory.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLSubBuffer.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLBuffer.java (diff)
Commit a3654a0b8a4e0c9e246aa04019bf1d5a09e7a28d by Michael Bien
equals of CLMemory should also check the nio buffer.
The file was modifiedsrc/com/jogamp/opencl/CLMemory.java (diff)
Commit 03ce3ff819e342b95552c1438ea1269fd30e7176 by Michael Bien
CLBuildConfiguration.save(..) should store device index and not the device id.
updated javadoc.
The file was modifiedsrc/com/jogamp/opencl/CLProgramBuilder.java (diff)
The file was modifiedsrc/com/jogamp/opencl/util/CLBuildConfiguration.java (diff)
Commit 623423c7e09a240c6220566a24ad9ac65527da94 by Michael Bien
CLEventList uses now buffer.duplicate() to create a view of the buffer ids instead of using the original buffer directly.
The file was modifiedsrc/com/jogamp/opencl/CLEventList.java (diff)
Commit d50d5a7b1c0411492d111d9a3e5a781bc8cdfd55 by Michael Bien
code cleanup in CLProgramBuilder.writeObject().
The file was modifiedsrc/com/jogamp/opencl/CLProgramBuilder.java (diff)
Commit 3c06ab634c7119249d37f808a5a979a5f7776de5 by Michael Bien
CLProgram.getSource() should not throw CLInvalidValueException if program does not have any sources (only happens on certain drivers).
The file was modifiedsrc/com/jogamp/opencl/CLProgram.java (diff)
Commit 59ec9a937001549262c37c543266cc6015e53f9d by Michael Bien
added mapped CLMemory argument to putUnmapMemory for more flexibility.
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLBufferTest.java (diff)
Commit 6e35af2622d5f4627dfb564058d7cf313afffe0b by Michael Bien
reverted a3654a0b8a4e0c9e246aa04019bf1d5a09e7a28d
The file was modifiedsrc/com/jogamp/opencl/CLMemory.java (diff)
Commit 8d4602f9058d44e94ddafc9618d32411ae37bb2c by Michael Bien
duplicate buffer before changing its position.
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
Commit abcef28580df7ba0176390fe6d0a0eb1d969183d by Michael Bien
fixed race condition in eventsTest()
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
Commit eceed6e10c7d6cb19e8ad3c1bf5ea20450d6fae1 by Sven Gothel
Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a and c5a56e10677e9dc0a048c2be3de16701aac9ad17
The file was modifiedsrc/com/jogamp/opencl/CLEventList.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)