DXVA and OpenGl

Hi,

could you tell me if theres a way to share a DirectX Video Acceleration image to a OpenGl Framebuffer or OpenGl texture object? The problem is were using a third-party software using DXVA, but we`ll use OpenGl. Our software product is a video player and the third-party solution do the decoding process of the video in the GPU. After that our software should add some video overlays and render the image without copying the whole image to the CPU memory.

Is there a common way to do that?

best regards
Bernd

On nvidia hardware there are the two extensions WGL_NV_DX_interop and WGL_NV_DX_interop2 - I don’t know enough about DirectX to say if there are options for other vendors as well.