util/tc: don't print END_BATCH in debug
this is a garbage string anyway Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36715>
This commit is contained in:
committed by
Marge Bot
parent
097d953492
commit
a7fd3b454b
@@ -5248,7 +5248,8 @@ batch_execute(struct tc_batch *batch, struct pipe_context *pipe, bool parsing)
|
||||
|
||||
tc_assert(call->sentinel == TC_SENTINEL);
|
||||
#if TC_DEBUG >= 3
|
||||
tc_printf("CALL: %s", tc_call_names[call->call_id]);
|
||||
if (call->call_id != TC_END_BATCH)
|
||||
tc_printf("CALL: %s", tc_call_names[call->call_id]);
|
||||
#endif
|
||||
TC_TRACE_SCOPE(call->call_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user