Re: [FFmpeg-devel] [PATCH 1/3] lavu: add a Vulkan hwcontext

2018-04-02 Thread Rostislav Pehlivanov
On 2 April 2018 at 21:24, Mark Thompson wrote: > On 30/03/18 04:14, Rostislav Pehlivanov wrote: > > This commit adds a Vulkan hwcontext, currently capable of mapping DRM and > > VAAPI frames but additional functionality can be added later to support > > importing of D3D11

Re: [FFmpeg-devel] [PATCH 1/3] lavu: add a Vulkan hwcontext

2018-04-02 Thread Rostislav Pehlivanov
On 2 April 2018 at 21:24, Mark Thompson wrote: > On 30/03/18 04:14, Rostislav Pehlivanov wrote: > > This commit adds a Vulkan hwcontext, currently capable of mapping DRM and > > VAAPI frames but additional functionality can be added later to support > > importing of D3D11

Re: [FFmpeg-devel] [PATCH 1/3] lavu: add a Vulkan hwcontext

2018-04-02 Thread Mark Thompson
On 30/03/18 04:14, Rostislav Pehlivanov wrote: > This commit adds a Vulkan hwcontext, currently capable of mapping DRM and > VAAPI frames but additional functionality can be added later to support > importing of D3D11 surfaces as well as exporting to various other APIs. Assuming you haven't done

[FFmpeg-devel] [PATCH 1/3] lavu: add a Vulkan hwcontext

2018-03-29 Thread Rostislav Pehlivanov
This commit adds a Vulkan hwcontext, currently capable of mapping DRM and VAAPI frames but additional functionality can be added later to support importing of D3D11 surfaces as well as exporting to various other APIs. This context requires the newest stable version of the Vulkan API, and once the