mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 11:58:10 +02:00
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:
parent
de542784f8
commit
6d8516bd74
1 changed files with 0 additions and 2 deletions
|
|
@ -4482,8 +4482,6 @@ void radv_CmdBindPipeline(
|
|||
assert(!"invalid bind point");
|
||||
break;
|
||||
}
|
||||
|
||||
radv_describe_pipeline_bind(cmd_buffer, pipelineBindPoint, pipeline);
|
||||
}
|
||||
|
||||
void radv_CmdSetViewport(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue