Skip to content

swr: Fix crashes on Windows

Jan Zielinski requested to merge jzielins/mesa:swr-fix-win-crashes into master

SWR is missing implementation of pipe_context::flush_resource function, which is now in the execution path on Windows. This change adds an empty implementation (flush_resource is NOOP in SWR) to prevent crashes

Merge request reports