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:
committed by
Marge Bot
parent
366b36aefd
commit
dc066f8577
@@ -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) {
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user