Skip to content

panfrost: Enhance memory allocators

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

This series enhances our Gallium driver's memory allocation infrastructure to enable:

  • Labeling allocations, for better debug of memory usage
  • Pooling memory persistently, for better packing of CSO uploads
  • Configurable pool size, to avoid wasting memory on small pools.

Merge request reports