The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- cl_apple_gl_sharing -> cl_APPLE_gl_sharing. (details)
- added CLDeviceFilters utility api. (details)
- added queueMode to filter utilities. (details)
- fixed a bug which used a wrong eventlist offset under certain conditions (details)
- fixed bug 491 "createImage3d incorrect arguments" (details)
- made 3d version of putCopyImage less restrictive, its now possible to (details)
- CachedBufferFactory constructors for CLEventList allows efficient (details)
- using Buffers.sizeOfBufferElem(buffer) instead of old private (details)
- equals of CLMemory should also check the nio buffer. (details)
- CLBuildConfiguration.save(..) should store device index and not the (details)
- CLEventList uses now buffer.duplicate() to create a view of the buffer (details)
- code cleanup in CLProgramBuilder.writeObject(). (details)
- CLProgram.getSource() should not throw CLInvalidValueException if (details)
- added mapped CLMemory argument to putUnmapMemory for more flexibility. (details)
- reverted a3654a0b8a4e0c9e246aa04019bf1d5a09e7a28d (details)
- duplicate buffer before changing its position. (details)
- fixed race condition in eventsTest() (details)
- Sync w/ gluegen change 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a and (details)