Skip to content

glsl: drop non-nir path for atan in builtin functions

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

All drivers now use NIR. Here we drop the non NIR path and rename the NIR path to drop the extra "_op" chars from the function names.

Merge request reports