Skip to content

llvmpipe: flush resources for kms swrast path.

Dave Airlie requested to merge airlied/mesa:llvmpipe-fix-kms-swrast-flush into main

The kms_swrast path calls this callback via the dri2 paths, not flushing caused artifacts when running inside a VM or on hw in weston/gnome-shell.

Fixes: 6bbbe15a ("Reinstate: llvmpipe: allow vertex processing and fragment processing in parallel")

Merge request reports