Skip to content

wsi/win32: Don't require buffer blits for software drivers

Jesse Natalie requested to merge jenatali/mesa:lvp-win32-wsi-fix into main

Lavapipe can directly render to a linear CPU image and then BitBlit straight from there.

Fixes: 2f462105 ("vulkan/wsi: Hook-up DXGI swapchains and DComp") Closes: #8085 (closed)

Merge request reports