Skip to content

Remove the roundtrip to Wayland when creating wl_buffers for each image

Change the implementation to create wl_buffers immediately on client side and defer the creation of wl_buffers on the server when the first image is presented as that's when all buffered requests will be flushed to the display

Additionally remove the swapchain event queue as we no longer need it to dispatch any events

Change-Id: Ic0683e7ec457df63638ce0b972c4925ac836b198 Signed-off-by: Normunds Rieksts normunds.rieksts@arm.com

Merge request reports