mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 20:30:25 +01:00
Two main reasons: As described in the previous commit, sending buffers to the Wayland compositor as quickly as possible effectively results in mailbox behaviour. Also, doing the same as for MAILBOX present mode provides the following benefits: * We use more images in the swapchain, which avoids stalls on the client side if the Wayland compositor directly uses the client buffers for scanout. * We wait for fences to signal before submitting a new buffer, which avoids missing frames in the Wayland compositor due to fences not signalling in time for a flip. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3673 Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8197> |
||
|---|---|---|
| .. | ||
| device-select-layer | ||
| overlay-layer | ||
| registry | ||
| util | ||
| wsi | ||
| Android.mk | ||
| Makefile.sources | ||
| meson.build | ||
| vulkan-icd-symbols.txt | ||