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

Changes

Summary

  1. update due to changes in JDK7's ARM spec. (details)
  2. updated webpage (CL 1.1 links). (details)
  3. misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc. (details)
  4. initial import of CLSubBuffer to HLB. (details)
  5. fixed ChannelOrder.valueOf (new CL1.1 enums). (details)
  6. finished CLSubBuffer, added junit testcase, perf improvements and (details)
Commit 974e23998611bef3b9170504ed835759a4de1666 by Michael Bien
update due to changes in JDK7's ARM spec.
added AutoCloseable dummy for backwards compatibility (won't be loaded when used with JDK7)
can be further improved as soon we have extension methods.
The file was modified src/com/jogamp/opencl/CLDevice.java (diff)
The file was modified src/com/jogamp/opencl/CLEvent.java (diff)
The file was modified src/com/jogamp/opencl/CLObject.java (diff)
The file was modified src/com/jogamp/opencl/CLCommandQueue.java (diff)
The file was modified src/com/jogamp/opencl/CLContext.java (diff)
The file was modified src/com/jogamp/opencl/CLKernel.java (diff)
The file was modified src/com/jogamp/opencl/CLProgram.java (diff)
The file was modified src/com/jogamp/opencl/CLResource.java (diff)
The file was addedsrc/com/jogamp/opencl/AutoCloseable.java (diff)
The file was removedsrc/com/jogamp/opencl/Disposable.java (diff)
The file was modified src/com/jogamp/opencl/CLMemory.java (diff)
The file was modified src/com/jogamp/opencl/CLSampler.java (diff)
The file was modified src/com/jogamp/opencl/CLEventList.java (diff)
Commit b90d32cba56e54e73fd93aed59b7a4edf70831d7 by Michael Bien
updated webpage (CL 1.1 links).
The file was modified www/index.html (diff)
Commit b9c7501cc93743b168f8bc938adadf0be7d4ff80 by Michael Bien
misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc.
The file was modified src/com/jogamp/opencl/CLDevice.java (diff)
The file was modified src/com/jogamp/opencl/CLMemory.java (diff)
The file was modified src/com/jogamp/opencl/util/CLUtil.java (diff)
The file was modified test/com/jogamp/opencl/HighLevelBindingTest.java (diff)
The file was modified src/com/jogamp/opencl/CLImageFormat.java (diff)
Commit 4760089650228703bab990565fa9a3bdba2edb43 by Michael Bien
initial import of CLSubBuffer to HLB.
The file was addedsrc/com/jogamp/opencl/CLSubBuffer.java (diff)
The file was modified src/com/jogamp/opencl/CLBuffer.java (diff)
Commit e5208ab035bc454730edc847cad9d5af3ed92e8c by Michael Bien
fixed ChannelOrder.valueOf (new CL1.1 enums).
The file was modified src/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 modified src/com/jogamp/opencl/CLBuffer.java (diff)
The file was modified test/com/jogamp/opencl/CLBufferTest.java (diff)
The file was modified src/com/jogamp/opencl/CLMemory.java (diff)
The file was modified src/com/jogamp/opencl/gl/CLGLBuffer.java (diff)
The file was modified src/com/jogamp/opencl/CLCommandQueue.java (diff)
The file was modified src/com/jogamp/opencl/CLImage.java (diff)
The file was modified src/com/jogamp/opencl/CLSubBuffer.java (diff)