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

Changes

Summary

  1. Bump 7u45 (details)
  2. Bug 773 - Device specific JOCL dynamic library look-up on Android - Part (details)
The file was modifiedscripts/make.jocl.all.win32.bat (diff)
The file was modifiedscripts/make.jocl.all.win64.bat (diff)
Commit 6be41a8e457ec2881f4ce351395ba84748a737b6 by Sven Gothel
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 ...
The file was modifiedresources/cl-impl.cfg (diff)
The file was modifiedsrc/com/jogamp/opencl/llb/impl/CLImpl.java (diff)
The file was removedsrc/com/jogamp/opencl/JOCLJNILibLoader.java
The file was modifiedresources/clImplCustomCode.c (diff)
The file was modifiedresources/clImplCustomCode.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
The file was addedsrc/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java