Re: [FFmpeg-devel] [PATCH 1/2] vulkan: synchronize access to execution pool fences

2023-06-07 Thread Lynne
Jun 7, 2023, 23:31 by phil...@overt.org: > On Wed, 7 Jun 2023 01:59:55 +0200 (CEST) > Lynne wrote: > >> Jun 7, 2023, 01:45 by d...@lynne.ee: >> >> > Jun 7, 2023, 01:22 by d...@lynne.ee: >> > >> >> vkResetFences is specified as being user-synchronized >> >> (yet vkWaitFences, is not). >> >> >> >>

Re: [FFmpeg-devel] [PATCH 1/2] vulkan: synchronize access to execution pool fences

2023-06-07 Thread Philip Langdale
On Wed, 7 Jun 2023 01:59:55 +0200 (CEST) Lynne wrote: > Jun 7, 2023, 01:45 by d...@lynne.ee: > > > Jun 7, 2023, 01:22 by d...@lynne.ee: > > > >> vkResetFences is specified as being user-synchronized > >> (yet vkWaitFences, is not). > >> > >> Patch attached. > >> > > > > Stray change in vulkan_de

Re: [FFmpeg-devel] [PATCH 1/2] vulkan: synchronize access to execution pool fences

2023-06-07 Thread Philip Langdale
On Wed, 7 Jun 2023 01:22:25 +0200 (CEST) Lynne wrote: > From c79aa3ed01033f515cbb21251e83cb5bafdf83d7 Mon Sep 17 00:00:00 2001 > From: Lynne > Date: Wed, 7 Jun 2023 00:24:43 +0200 > Subject: [PATCH 1/2] vulkan: synchronize access to execution pool > fences > > vkResetFences is specified as bein

Re: [FFmpeg-devel] [PATCH 1/2] vulkan: synchronize access to execution pool fences

2023-06-06 Thread Lynne
Jun 7, 2023, 01:45 by d...@lynne.ee: > Jun 7, 2023, 01:22 by d...@lynne.ee: > >> vkResetFences is specified as being user-synchronized >> (yet vkWaitFences, is not). >> >> Patch attached. >> > > Stray change in vulkan_decode.c removed locally. > Also removed the vkWaitForFences call during the _s

Re: [FFmpeg-devel] [PATCH 1/2] vulkan: synchronize access to execution pool fences

2023-06-06 Thread Lynne
Jun 7, 2023, 01:22 by d...@lynne.ee: > vkResetFences is specified as being user-synchronized > (yet vkWaitFences, is not). > > Patch attached. > Stray change in vulkan_decode.c removed locally. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https

[FFmpeg-devel] [PATCH 1/2] vulkan: synchronize access to execution pool fences

2023-06-06 Thread Lynne
vkResetFences is specified as being user-synchronized (yet vkWaitFences, is not). Patch attached. >From c79aa3ed01033f515cbb21251e83cb5bafdf83d7 Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 7 Jun 2023 00:24:43 +0200 Subject: [PATCH 1/2] vulkan: synchronize access to execution pool fences vkRe