Skip to content

radv: Remove assert about pDepthStencilState

Tony Wasserka requested to merge neobrain/mesa:fix_ds_assert into master

Mafia III hits this case during regular gameplay.

RenderDoc's serialization code replaces unused references with NULL pointers, which caused this assert to fire when the NULL state wasn't really dereferenced.

Edited by Tony Wasserka

Merge request reports