Skip to content

panfrost: Enable packed uniforms.

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

Since we can handle arbitrary offsets in the load_ubo paths, we can let the GLSL compiler pack UBO 0 tighter, saving uniform uploads.

Merge request reports