Skip to content

zink: Enable PIPE_CAP_PACKED_UNIFORMS.

Emma Anholt requested to merge anholt/mesa:zinkpacked into master

We already support everything necessary and just need to ask the frontend to DTRT. This makes UBO0 get more tightly packed, saving upload space, and allows for _mesa_optimize_state_parameters() as well.

Merge request reports