From 082ad18cea0dc55d0ba930dcfe58e8781e99d325 Mon Sep 17 00:00:00 2001 From: Matt Coster Date: Thu, 27 Oct 2022 13:38:55 +0100 Subject: [PATCH] pvr: VDMCTRL_INDEX_LIST[5-9] are not needed An investigation turned up no need for these values on the currently supported hardware configurations, so remove this comment for now. Signed-off-by: Matt Coster Reviewed-by: Frank Binns Part-of: --- src/imagination/vulkan/pvr_cmd_buffer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/imagination/vulkan/pvr_cmd_buffer.c b/src/imagination/vulkan/pvr_cmd_buffer.c index d2d808c1c9d..15fca2e2d22 100644 --- a/src/imagination/vulkan/pvr_cmd_buffer.c +++ b/src/imagination/vulkan/pvr_cmd_buffer.c @@ -5291,8 +5291,6 @@ static void pvr_emit_vdm_index_list(struct pvr_cmd_buffer *cmd_buffer, list4.index_offset = first_vertex; } } - - /* TODO: See if we need list_words[5-9]. */ } void pvr_CmdDraw(VkCommandBuffer commandBuffer,