mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
pvr: enable partial vertex input dmas
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:
parent
043e05768a
commit
ad66ebb686
1 changed files with 0 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue