Skip to content

panfrost: Only build GPU indirect kernels for v7

Alyssa Rosenzweig requested to merge alyssa/mesa:indirect into main

These kernels aren't tested (and are probably broken) elsewhere. Don't waste cycles trying to compile for other architectures. This reduces the amount of code that needs to be ported to a new architecture.

Cherry-picked from my Valhall branch.

Merge request reports