Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Bug 920 - JOCL does not work on windows with 32 bit vm (1/2) | Sven Gothel | 2014-02-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | The 'clGetExtensionFunctionAddress' function pointer declaration was faulty, i.e. using CL_API_ENTRY instead of CL_API_CALL. CL_API_CALL on windows is defined as '__stdcall' which impacts Window 32bit platforms. Fixed same issue w/: - clCreateContext - clBuildProgram Same issue occurs with _all_ gluegen generated native function wrappers, i.e. CL_API_CALL is missing in the function declarations! I will follow-up w/ this fix in a bit .. | ||||
* | CLDynamicLibraryBundleInfo: Add libPVROCL.so lookup if Android ..v2.1.1 | Sven Gothel | 2013-10-19 | 1 | -3/+11 |
| | |||||
* | Bug 773 - Device specific JOCL dynamic library look-up on Android - Part 1/2 | Sven Gothel | 2013-10-19 | 1 | -0/+152 |
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 ... |