| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
remove an unused variable
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
|
|
|
|
|
|
| |
In opencl device derived case, don't need to call opencl_device_init.
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
|
|
|
|
|
|
|
|
|
| |
opencl_vaapi_intel_media doesn't depend on libmfx, OpenCLâ„¢ Drivers
and Runtimes for Intel® Architectureis is a standalone release, more
information can be found in the link:
https://software.intel.com/en-us/articles/opencl-drivers.
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
|
|
|
|
| |
Unused since a2613647c4f40b9e802cd21f37545ef1fdf370d1.
|
|
|
|
| |
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
|
|
|
|
|
|
| |
fix the build warning when use Portable Computing Language (pocl).
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
|
|
|
|
|
|
|
| |
This fix a build error on Windows:
C2440: connot convert from 'void (__cdecl *) (...)' to 'void (__stdcall *)(...)'.
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
|
|
|
|
| |
Also use that to support mapping VAAPI to Beignet.
|
|
|
|
|
| |
Matching the previous commit. This is not applied to the installed header
because it could incorrectly suppress the warning inside user programs.
|
| |
|
|
|
|
| |
device_uninit can be called twice if device_init fails.
|
|
|
|
|
|
|
|
| |
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 possible as it is with all other mapping extensions.
|
|
|
|
| |
Using cl_khr_d3d11_sharing and cl_intel_d3d11_nv12_media_sharing.
|
|
|
|
| |
Using cl_khr_dx9_media_sharing.
|
|
|
|
|
| |
Uses the cl_intel_va_api_media_sharing extension, which supports only
NV12 surfaces and only mapping from QSV to OpenCL.
|
|
|
|
| |
Supports all surface formats in common between the two.
|
|
|