Skip to content

r600: enable sb for nir

Gert Wollny requested to merge gerddie/mesa:r600-us-sb into master

nir is now close to feature complete for Evergreen and NI hardware, but a scheduler and some back-end optimization is missing. Until these pieces are added it makes sense to enable the sb optimizer so that the nir code path can be testes on more challenging applications.

Merge request reports