mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 12:00:12 +01:00
The idea is to offer the driver a way to execute on a different queue than the one the app is using for Present. For instance, this could be used to make the DRI_PRIME blit asynchronous, by using a transfer queue. So instead of creating a command buffer to be executed on present using the supplied queue, this commit uses an internal transfer queue to perform the blit. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13959> |
||
|---|---|---|
| .. | ||
| device-select-layer | ||
| overlay-layer | ||
| registry | ||
| runtime | ||
| util | ||
| wsi | ||
| meson.build | ||
| vulkan-icd-symbols.txt | ||