Re: [FFmpeg-devel] [PATCH 08/14] hwcontext_opencl: DRM to OpenCL mapping for ARM

2017-09-19 Thread Mark Thompson
On 19/09/17 20:24, wm4 wrote: > On Sun, 10 Sep 2017 21:53:32 +0100 > Mark Thompson wrote: > >> Using cl_arm_import_memory. Unfortunately, despite this not being a >> standard extension, the function clImportMemoryARM() is not accessible >> via

Re: [FFmpeg-devel] [PATCH 08/14] hwcontext_opencl: DRM to OpenCL mapping for ARM

2017-09-19 Thread wm4
On Sun, 10 Sep 2017 21:53:32 +0100 Mark Thompson wrote: > Using cl_arm_import_memory. Unfortunately, despite this not being a > standard extension, the function clImportMemoryARM() is not accessible > via clGetExtensionFunctionAddressForPlatform(). This means that it has > to

[FFmpeg-devel] [PATCH 08/14] hwcontext_opencl: DRM to OpenCL mapping for ARM

2017-09-10 Thread Mark Thompson
Using cl_arm_import_memory. Unfortunately, despite this not being a standard extension, the function clImportMemoryARM() is not accessible via clGetExtensionFunctionAddressForPlatform(). This means that it has to be linked directly to the ARM OpenCL binary, so making a portable binary is not