Skip to content

nir: Add base/range to nir_intrinsic_load_ubo

Emma Anholt requested to merge anholt/mesa:nir-ubo-ranges into master

This series adds a base/range to nir_intrinsic_load_ubo(), and uses it in the freedreno backend to allow us to push indirect UBO loads to the constant file, improving Manhattan31 performance by ~10%.

Edited by Emma Anholt

Merge request reports