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:
Samuel Pitoiset 2021-02-17 10:39:40 +01:00 committed by Marge Bot
parent de542784f8
commit 6d8516bd74

View file

@ -4482,8 +4482,6 @@ void radv_CmdBindPipeline(
assert(!"invalid bind point");
break;
}
radv_describe_pipeline_bind(cmd_buffer, pipelineBindPoint, pipeline);
}
void radv_CmdSetViewport(