Skip to content

nir: Consider load_ubo to be dynamically uniform

Alyssa Rosenzweig requested to merge alyssa/mesa:uniform into master

Like uniform variables, indeed indistinguishable if lower_uniforms_to_ubo is in use. I want to use this to enable the next commit (a bit of a stop gap before we wire in divergence analysis).

Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com

Merge request reports