commit 51bb8b2259e8eae9f62ec7202e8b7eb934a44c85 Author: Sven Gothel Date: Sat Oct 19 07:11:01 2013 +0200 CLDynamicLibraryBundleInfo: Add libPVROCL.so lookup if Android .. commit 6be41a8e457ec2881f4ce351395ba84748a737b6 Author: Sven Gothel Date: Sat Oct 19 06:47:48 2013 +0200 Bug 773 - Device specific JOCL dynamic library look-up on Android - Part 1/2 Use DynamicLibraryBundleInfo w/ alternative native library names, drop manual coding of loading and binding, i.e. JOCLJNILibLoader. After trying opencl native libs (and failing), try GL libs .. We use a manual impl. to CL's 'clGetExtensionFunctionAddress' similar to JOAL, JOGL ... commit 412dd81be138c49f8c683f9d350aa16322605281 Author: Sven Gothel Date: Fri Oct 18 07:37:24 2013 +0200 Bump 7u45 commit ec14381e0bd681c354de1a002894a628f8bf69e5 Author: Sven Gothel Date: Sat Oct 12 23:36:51 2013 +0200 Bug 579: Use result value in checkForError(..) for CLGLTexture2d.createFromGL*, CLGLTexture3d.createFromGL*, CLGLImage2d.createFromGL* and CLGLBuffer.createFromGL* - instead of returned 'id' Thank you Johan & Daniel ! Using your original patch, I went through the other CLGL[Texture*|Image2d|Buffer] classes and ensured all are handled the same. Reported and 1st patch provided by: Johan Confirmed by: Daniel Balog commit 8fefade93b3b48d5d6d3233af48c483e335203f3 Author: Sven Gothel Date: Sat Oct 12 23:30:29 2013 +0200 CLCommandQueue/CLException: Remove 'import static pack.class.*' for all (Easy on ClassLoader) commit 518fcb4730256a3aaf77cf787219d5941eb3c9b4 Author: Sven Gothel Date: Sat Oct 12 22:54:56 2013 +0200 Bug 552 putMapImage(..): Added variant w/ long[] imageRowPitch and long[] imageSlicePitch return values while always passing PointerBuffers (size_t*) for same values to clEnqueueMapImage(..) commit d587291ccfc23970647192aeffc99fc60b17829c Author: Sven Gothel Date: Sat Oct 12 22:18:19 2013 +0200 Fix Bug 573: putCopyBuffer(..)'s src/dest offset was not passed to putCopyBuffer(..) impl. method commit ef02c4dc2aced367ad5de29171d138161e2b3514 Author: Sven Gothel Date: Sat Oct 12 22:09:27 2013 +0200 Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add CLGL.CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE and comment it's usage; Remove 'import static' Note: JOCL impl. shall remove all 'import static' to remove hardhsip on ClassLoader .. commit 7b21b5abb6373637eeeb270de05bb7472f70b853 Author: Lixo Man Date: Wed Sep 4 13:57:09 2013 -0300 Fixing some argument order issues; fixing creation of CLContext on Mac OS X with GLContext sharing.