Skip to content

panfrost: Load/store optimizations, etc.

Alyssa Rosenzweig requested to merge alyssa/mesa:fuse-v4 into master

The Midgard load/store pipeline can do quite a bit of address arithmetic (adds, shifts, etc), so this series lets us take advantage of this, along with fixing some misc issues that cropped up in the compiler along the way.

Merge request reports