Skip to content

pvr: Fix vtxin special var allocation count

Sent on behalf of James Glanville james.glanville@imgtec.com

When pvr_graphics_pipeline_alloc_vertex_special_vars() was allocating vtxin regs for special vars, it wasn't returning back the updated amount of allocated regs so when the PDS was filling them in, it would try to write out of bounds.

Merge request reports