Skip to content

kopper: check swapchain size after possible loader image resize

Mike Blumenkrantz requested to merge zmike/mesa:kopper-alloc into main

What does this MR do and why?

kopper: check swapchain size after possible loader image resize

previously the size was checked at the top of the function, but this
ignored cases where the loader might end up resizing the drawable,
resulting in an attempted 0x0 swapchain creation based on stale
geometry

cc: mesa-stable

Merge request reports

Loading