Re: [Mesa-dev] [PATCH] st/vdpau: resolve delayed rendering for GL interop

2013-11-06 Thread Christian König
We need to take/release the driver lock around this as well. I've fixed this and pushed the result upstream. Any idea when your deinterlacer is ready to hit the list as a patch? Thanks for the help, Christian. Am 06.11.2013 00:35, schrieb Grigori Goronzy: Otherwise OutputSurface interop has

Re: [Mesa-dev] [PATCH] st/vdpau: resolve delayed rendering for GL interop

2013-11-06 Thread Grigori Goronzy
On 06.11.2013 15:08, Christian König wrote: We need to take/release the driver lock around this as well. I've fixed this and pushed the result upstream. Any idea when your deinterlacer is ready to hit the list as a patch? Thanks for fixing this up. The simple temporal deinterlacer should be

[Mesa-dev] [PATCH] st/vdpau: resolve delayed rendering for GL interop

2013-11-05 Thread Grigori Goronzy
Otherwise OutputSurface interop has funny results sometimes. This fixes interop with the mpv media player. --- src/gallium/state_trackers/vdpau/output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/state_trackers/vdpau/output.c b/src/gallium/state_trackers/vdpau/output.c index