mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-07 22:50:43 +01:00
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:
parent
366b36aefd
commit
dc066f8577
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue