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

Changes

Summary

  1. fixed ChannelOrder.valueOf (new CL1.1 enums). (details)
  2. finished CLSubBuffer, added junit testcase, perf improvements and (details)
Commit e5208ab035bc454730edc847cad9d5af3ed92e8c by Michael Bien
fixed ChannelOrder.valueOf (new CL1.1 enums).
The file was modifiedsrc/com/jogamp/opencl/CLImageFormat.java (diff)
Commit a81e907b30364b1abc2a75d446772f066fbf74ff by Michael Bien
finished CLSubBuffer, added junit testcase, perf improvements and cleanup.
CLMemory methods contain now NIO infix for nio buffer specific queries and CL infix for memory object queries.
The file was modifiedtest/com/jogamp/opencl/CLBufferTest.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLImage.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLBuffer.java (diff)
The file was modifiedsrc/com/jogamp/opencl/gl/CLGLBuffer.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLMemory.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLSubBuffer.java (diff)