Skip to content

r300: get rid of backend branch emulation

I was wondering why we have some timeouting tests !19618 (comment 1637326) and it turns out we are trying to lower some huge if ladders where NIR failed previously (and we fail as well). So just remove the code, trust NIR to do the lowering where possible and also abort much earlier to save ~25% CPU time in a dEQP run.

Merge request reports