Skip to content

glsl: port lower_blend_equation_advanced() to NIR

Timothy Arceri requested to merge tarceri/mesa:nir_linker_more_v2 into main

This is a step closer to to having a full NIR based GLSL linker which will allow improvements like doing NIR optimisations at compile time to reduce memory taken up by unfreed shaders, and speed up link times.

Merge request reports