From: Alyssa Rosenzweig Date: Fri, 14 Aug 2020 22:33:11 +0000 (-0400) Subject: panfrost: Remove useless comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b129dd335ce6a60390799814d4517b32767b008;p=mesa.git panfrost: Remove useless comment Less than useless, actually - it's not even factually correct. Signed-off-by: Alyssa Rosenzweig Reviewed-by: Tomeu Vizoso Part-of: --- diff --git a/src/gallium/drivers/panfrost/pan_context.c b/src/gallium/drivers/panfrost/pan_context.c index f3f1aa55362..1700070f0d5 100644 --- a/src/gallium/drivers/panfrost/pan_context.c +++ b/src/gallium/drivers/panfrost/pan_context.c @@ -332,9 +332,6 @@ panfrost_draw_vbo( panfrost_statistics_record(ctx, info); - /* Dispatch "compute jobs" for the vertex/tiler pair as (1, - * vertex_count, 1) */ - panfrost_pack_work_groups_fused(&vertex_prefix, &tiler_prefix, 1, vertex_count, info->instance_count, 1, 1, 1);