Skip to content

freedreno: Handle xfb invalidation

Rob Clark requested to merge robclark/mesa:fd/so-invalidate into main

So using the same buffer for CPU writes and GPU writes might be kinda unusual. But I noticed we were missing handling for the case while debugging something unrelated.

Signed-off-by: Rob Clark robdclark@chromium.org

Merge request reports