Skip to content

lima: set shader caps to optimize control flow

Erico Nunes requested to merge enunes/mesa:lima-shader-caps into master

With these new caps, nir is able to unroll loops and optimize conditionals much more efficiently in both gpir and ppir. panfrost and vc4 were used as reference for the values.

Merge request reports