Skip to content

r600/sfn: lower uniforms to UBOs

Gert Wollny requested to merge gerddie/mesa:r600-sfn-lower-uniforms-to-ubo into main

This needed a fix with the fp64 code path and I also added a lowering pass to avoid the extra alu op of adding the "1" to a non-const buffer offset.

Edited by Gert Wollny

Merge request reports