vl/dri3: remove the wait before getting back buffer
authorLeo Liu <leo.liu@amd.com>
Tue, 19 Mar 2019 17:37:39 +0000 (13:37 -0400)
committerLeo Liu <leo.liu@amd.com>
Mon, 25 Mar 2019 16:20:31 +0000 (12:20 -0400)
commit382401aab75d7f4962705868fdf9099d14043472
treed12eb899ff115c7ae9e2dc7a615c143f3b1da814
parent763c8aabed3e03a67b6c7ba1388aa72f5b6044e4
vl/dri3: remove the wait before getting back buffer

The wait here is unnecessary since we got a pool of back buffers,
and the wait for swap buffer will happen before the present pixmap,
at the same time the previous back buffer will be put back to pool
for reuse after the check for PresentIdleNotify event

Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
src/gallium/auxiliary/vl/vl_winsys_dri3.c