The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- added a set of put3DRangeKernel utility methods. (details)
- added createBufferTest (details)
- switched from PointerBuffer to NativeSizeBuffer. (details)
- more acquire/releaseGLObject methods, made CLGLObject interface public. (details)
- added glSharing(GLContext context) filter utitlity + code cleanup (details)
- - CLGLBuffer size must now be specified when the buffer is created (details)
- using CL_CGL sharegroup for context creation on mac + enabled CLGLTest (details)
- missing rewind() (details)
- generator should use IllegalArgumentException instead of CLException for (details)
- using device name and platform vendor suffix for device identification. (details)
- initial import of CLMultiContext utility and test. (details)
- initial import of CLCommandQueuePool and CLTask. (details)
- added finish action and several utility methods, WIP. (details)
- worker threads should be deamons and should have a name (like all evil (details)
- one context per device to workaround driver bugs - may change in future. (details)
- introduced CLQueueContext and its factory - WIP. (details)
- added context switching functionality. (details)
- concurrent utils bugfixes and improvements. (details)
- added submitAll() utility method (details)
- fixed old TODO + better toString() formatting. (details)
- moved all cl calls to CLInfoAccessor (CLDevice and CLPlatform). (details)
- CLKernel code review. (details)
- Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again (details)