draw: silence some no-op draw debug prints

this has been annoying me for years

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35584>
This commit is contained in:
Mike Blumenkrantz 2025-06-17 11:56:21 -04:00 committed by Marge Bot
parent 366b36aefd
commit dc066f8577
2 changed files with 2 additions and 2 deletions

View file

@ -321,7 +321,7 @@ fetch_pipeline_generic(struct draw_pt_middle_end *middle,
}
}
if (prim_info->count == 0) {
debug_printf("GS/IA didn't emit any vertices!\n");
// debug_printf("GS/IA didn't emit any vertices!\n");
FREE(vert_info->verts);
if (free_prim_info) {

View file

@ -696,7 +696,7 @@ llvm_pipeline_generic(struct draw_pt_middle_end *middle,
vert_info, prim_info);
if (prim_info->count == 0) {
debug_printf("GS/IA didn't emit any vertices!\n");
// debug_printf("GS/IA didn't emit any vertices!\n");
} else {
draw_stats_clipper_primitives(draw, prim_info);