Skip to content

WIP: glsl: Remove tree grafting, reassociate matrix multiplication in NIR.

Emma Anholt requested to merge anholt/mesa:glsl-no-graft into main

These changes are mostly by @tarceri, I'm just pulling it all into an MR as I look at what it would take to move mediump lowering to NIR (which would involve disabling this pass, since we need the precisions from the temporary variables that it removes).

Merge request reports