Skip to content

panfrost: Memory usage optimizations

Alyssa Rosenzweig requested to merge alyssa/mesa:mem-plus into master

Depends on !6327 (merged) , fixes a number of cases where we overallocate GPU data structures hurting our memory footprint, GPU cache locality, and BO cache effectiveness.

Merge request reports