Lixo Man (1): Fixing some argument order issues; fixing creation of CLContext on Mac OS X with GLContext sharing. Sven Gothel (8): Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add CLGL.CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE and comment it's usage; Remove 'import static' Fix Bug 573: putCopyBuffer(..)'s src/dest offset was not passed to putCopyBuffer(..) impl. method Bug 552 putMapImage(..): Added variant w/ long[] imageRowPitch and long[] imageSlicePitch return values while always passing PointerBuffers (size_t*) for same values to clEnqueueMapImage(..) CLCommandQueue/CLException: Remove 'import static pack.class.*' for all (Easy on ClassLoader) Bug 579: Use result value in checkForError(..) for CLGLTexture2d.createFromGL*, CLGLTexture3d.createFromGL*, CLGLImage2d.createFromGL* and CLGLBuffer.createFromGL* - instead of returned 'id' Bump 7u45 Bug 773 - Device specific JOCL dynamic library look-up on Android - Part 1/2 CLDynamicLibraryBundleInfo: Add libPVROCL.so lookup if Android ..