mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
Right now, the WSI core supports copying WSI images to a linear buffer for implementations that want the result in this form. This being said, most of the blit logic can be re-used for image to image copies, and that's exactly what we'll need if we want to hook-up DXGI swapchains in the win32 WSI implementation. So let's rename a few fields so we no longer imply that images are copied to a buffer, and the use_buffer_blit boolean an enum so we can extend the implementation to support image -> image copies. Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16200> |
||
|---|---|---|
| .. | ||
| ci | ||
| venus-protocol | ||
| virtio-gpu | ||
| vtest | ||
| vulkan | ||
| meson.build | ||