Skip to content

lavapipe: mark event_storage as volatile

Dave Airlie requested to merge airlied/mesa:lavapipe-fix-event-read into master

This is spun on in cmd execution so make sure it doesn't get optimised or cached out.

Fixes some timeouts in dEQP-VK.api.command_buffers.record_simul_use_primary

Merge request reports