panfrost: Drop Gallium-local pan_bo_create wrapper
[mesa.git] / src / gallium / drivers / panfrost / pan_allocate.c
2020-07-09 Alyssa Rosenzweigpanfrost: Drop Gallium-local pan_bo_create wrapper
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: Allocate pool BOs against the pool
2020-07-09 Alyssa Rosenzweigpanfrost: Introduce pan_pool struct
2019-10-03 Boris Brezillonpanfrost: Extend the panfrost_batch_add_bo() API to...
2019-09-18 Boris Brezillonpanfrost: Add the panfrost_batch_create_bo() helper
2019-09-18 Boris Brezillonpanfrost: Stop passing screen around for BO operations
2019-09-18 Boris Brezillonpanfrost: Move the BO API to its own header
2019-09-18 Boris Brezillonpanfrost: Get rid of pan_drm.c
2019-09-13 Boris Brezillonpanfrost: Pass a batch to panfrost_{allocate,upload...
2019-09-08 Boris Brezillonpanfrost: Make transient allocation rely on the BO...
2019-09-08 Boris Brezillonpanfrost: s/job/batch/
2019-09-03 Alyssa Rosenzweigpanfrost: Remove panfrost_upload
2019-09-03 Alyssa Rosenzweigpanfrost: Fix misc. issues flagged by cppcheck
2019-08-30 Boris Brezillonpanfrost: Add transient BOs to job batches
2019-08-30 Rohan Gargpanfrost: protect access to shared bo cache and transie...
2019-07-25 Alyssa Rosenzweigpanfrost: Reserve, but do not upload, shader padding
2019-07-15 Alyssa Rosenzweigpanfrost: Don't leak oversized transient allocations
2019-07-15 Alyssa Rosenzweigpanfrost: Cleanup shader upload code
2019-07-15 Alyssa Rosenzweigpanfrost: Remove all old allocators
2019-07-12 Alyssa Rosenzweigpanfrost: Subdivide fixed-size transient slabs
2019-07-12 Alyssa Rosenzweigpanfrost: Recycle fixed-size transient BOs
2019-07-12 Alyssa Rosenzweigpanfrost: Bookkeep transient indices
2019-07-12 Alyssa Rosenzweigpanfrost: Rewrite allocate_transient with new abstraction
2019-07-12 Alyssa Rosenzweigpanfrost: Add panfrost_transient_bo array
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
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 backend targeting the DRM driver
2019-02-07 Alyssa Rosenzweigpanfrost: Check in sources for command stream