Skip to content

llvmpipe/setup: use bigger hammer to force fs constant updating correctly

Mike Blumenkrantz requested to merge zmike/mesa:lp-bigger_hammer into master

this race condition between destroying ubo backing memory in lavapipe and performing descriptor updates can be triggered from more than just queries, so forcing the update just before the Problem Area seems like the best way to permanently resolve the issue

Merge request reports