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

Changes

Summary

  1. added blockingWait parameter to putWaitForEvent(...) CLCommandQueue (details)
  2. switched from enum to poji as storage for common compiler options. (details)
  3. added obtain[Device|Platform]Properties() methods to CLUtils. (details)
  4. CLImage support for CLCommandQueue. (details)
  5. internal refactoring. (details)
  6. more direct NIO. (details)
  7. implemented GL interop context creation on windows and mac. (details)
Commit ceedf2ac1b1300a12a7b69a31b53787035fe7c13 by Michael Bien
added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods.
Commit e8179f3c0512ac95bfec3c64302eb8e114486ecd by Michael Bien
switched from enum to poji as storage for common compiler options.
Commit 8e2cfb1179a97f7ed1248132429e1e60663b0d42 by Michael Bien
added obtain[Device|Platform]Properties() methods to CLUtils.
added preferred vector width utility accessors to CLDevice.
put impl package on javadoc ignore list.
Commit b4ae8c794974e91878ca005bf2eaaa95781301a3 by Michael Bien
CLImage support for CLCommandQueue.
Commit b0102cab5062eb8cb06329bff457d4dd5b9d0099 by Michael Bien
implemented GL interop context creation on windows and mac.
added more factory methods to CLGLContext.