Skip to content

v3d, v3dv: support 2712D0

Iago Toral requested to merge itoral/mesa:v3d_2712d0 into main

This adds support for 2712D0 which has V3D 7.1.10 that includes draw index and base vertex in the shader state record packet, shuffling the locations of most of its fields. Handle this at run time by emitting the appropriate packet based on the V3D version since our current versoning framework doesn't support changes based on revision number alone.

Edited by Iago Toral

Merge request reports