radv: stop emitting pipeline bind markers
RGP actually crashes if pipeline bind markers are emitted without PSO correlation objects. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9097>
This commit is contained in:
committed by
Marge Bot
parent
de542784f8
commit
6d8516bd74
@@ -4482,8 +4482,6 @@ void radv_CmdBindPipeline(
|
||||
assert(!"invalid bind point");
|
||||
break;
|
||||
}
|
||||
|
||||
radv_describe_pipeline_bind(cmd_buffer, pipelineBindPoint, pipeline);
|
||||
}
|
||||
|
||||
void radv_CmdSetViewport(
|
||||
|
||||
Reference in New Issue
Block a user