Skip to content

zink: simplify clear-apply on fb state change

Mike Blumenkrantz requested to merge zmike/mesa:zink-fbsimple into master

since surfaces are cached and deduplicated, we no longer have to do deep comparisons to determine whether two surfaces are equal and can just compare the pointers

Merge request reports