Skip to content

pan/bi: Prepare things to allow real push_constant support in panvk

Boris Brezillon requested to merge bbrezillon/mesa:bi-push-const into main

What does this MR do and why?

Right now panvk lowers push constant accesses to UBO loads. Prepare the bifrost backend compiler so we can support push constants for real.

/cc @marysaka @kusma

Merge request reports