d3d11-nv12 interop
authorVladimir Dudnik <vladimir.dudnik@itseez.com>
Wed, 29 Jul 2015 16:52:03 +0000 (19:52 +0300)
committerVladimir Dudnik <vladimir.dudnik@itseez.com>
Wed, 29 Jul 2015 16:52:03 +0000 (19:52 +0300)
commitd4774ead432b3cbb1a757d4b48b69db7314addf0
tree7310de7608fef35f735f431c9d4715d3b40c2f3d
parentc0b544af705eb058642cd8387abf3d9536eaa32a
d3d11-nv12 interop

fixed issues with ocl nv12 cvt kernel

finisged ocl nv12-to-rgba kernel, update dx-interop samples. (ocl rgba-to-nv12 kernel will be added later)

an attempt to fix build issue

fix for non opencl build issue

fix typo

fix compilation warnings

fix compile issue for Mac (OpenCL)

add convertion from rgba to nv12 (still need to debug kernel)

remove empty line at the EOF

fixed compilation warning
modules/core/src/directx.cpp
modules/core/src/opencl/cvtclr_dx.cl [new file with mode: 0644]
samples/directx/d3d10_interop.cpp
samples/directx/d3d11_interop.cpp
samples/directx/d3d9_interop.cpp
samples/directx/d3d9ex_interop.cpp
samples/directx/d3dsample.hpp