Re: [FFmpeg-devel] [PATCH] vulkan: use a single command buffer per command buffer pool

2025-04-17 Thread Jerome Martinez
Le 16/04/2025 à 15:26, Lynne a écrit : We violated the spec, which, despite the actual command buffer pool *not* being involved in any functions which require external synchronization of the pool, *require* external synchronization even if only the command buffers are used. This also has the eff

[FFmpeg-devel] [PATCH] vulkan: use a single command buffer per command buffer pool

2025-04-16 Thread Lynne
We violated the spec, which, despite the actual command buffer pool *not* being involved in any functions which require external synchronization of the pool, *require* external synchronization even if only the command buffers are used. This also has the effect of *significantly* speeding up execut