panfrost: Drop Gallium-local pan_bo_create wrapper
[mesa.git] / src / gallium / drivers / panfrost / pan_allocate.h
2020-07-09 Alyssa Rosenzweigpanfrost: Expose pool-based allocation API
2020-07-09 Alyssa Rosenzweigpanfrost: Track the device through the pool
2020-07-09 Alyssa Rosenzweigpanfrost: Introduce pan_pool struct
2019-09-18 Boris Brezillonpanfrost: Move the BO API to its own header
2019-09-13 Boris Brezillonpanfrost: Pass a batch to panfrost_{allocate,upload...
2019-09-08 Boris Brezillonpanfrost: Get rid of the now unused SLAB allocator
2019-09-03 Alyssa Rosenzweigpanfrost: Remove panfrost_upload
2019-08-08 Tomeu Vizosopanfrost: Take into account flags when looking up in...
2019-07-15 Alyssa Rosenzweigpanfrost: Add BO cache data structure
2019-07-15 Alyssa Rosenzweigpanfrost: Cleanup shader upload code
2019-07-15 Alyssa Rosenzweigpanfrost: Remove all old allocators
2019-07-10 Alyssa Rosenzweigpanfrost: Use standard ALIGN_POT/INFINITY macros
2019-07-02 Boris Brezillonpanfrost: Make SLAB pool creation rely on BO helpers
2019-03-10 Tomeu Vizosopanfrost: Add gem_handle to panfrost_memory and panfrost_bo
2019-02-05 Alyssa Rosenzweigpanfrost: Initial stub for Panfrost driver