pvr: enable partial vertex input dmas
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Acked-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33998>
This commit is contained in:
Simon Perretta 2025-01-08 17:02:43 +00:00 committed by Marge Bot
parent 043e05768a
commit ad66ebb686

View file

@ -1385,8 +1385,6 @@ static void pvr_graphics_pipeline_setup_vertex_dma(
dma_desc->flags = 0;
/* Size to DMA per vertex attribute. Used to setup src3 in the DDMAD. */
/* TODO: what if not all components are used */
assert(attrib_range->count == fmt_description->block.bits / 32);
dma_desc->size_in_dwords = attrib_range->count;
/* Vtxin reg offset to start DMAing into. */