Module: Mesa Branch: main Commit: 082ad18cea0dc55d0ba930dcfe58e8781e99d325 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=082ad18cea0dc55d0ba930dcfe58e8781e99d325
Author: Matt Coster <[email protected]> Date: Thu Oct 27 13:38:55 2022 +0100 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 <[email protected]> Reviewed-by: Frank Binns <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19673> --- 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,
