Skip to content

freedreno/a2xx: Stop using lower-to-source-mods.

Emma Anholt requested to merge anholt/mesa:fd-no-lower-to-source-mods into main

Our copy propagation should be able to handle squashing fneg/fabs just fine. There's a goal in NIR of eliminating the source modifier flags, and this gets us one less driver using them.

Merge request reports