Skip to content

panvk: do not skip cmd_init_render_state when resuming

Erik Faye-Lund requested to merge kusma/mesa:panvk-resume-fix into main

panvk: do not skip cmd_init_render_state when resuming

When we're resuming a render pass, that might be done from a different command buffer than we suspended from. And if we don't call cmd_init_render_state in that case, we end up with incorrect state.

This makes a bunch of CTS test cases go from Crash to Failed, like for intance dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed0.

Merge request reports

Loading