aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_allocate.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Extend the panfrost_batch_add_bo() API to pass access flagsBoris Brezillon2019-10-031-2/+12
* panfrost: Add the panfrost_batch_create_bo() helperBoris Brezillon2019-09-181-8/+1
* panfrost: Stop passing screen around for BO operationsBoris Brezillon2019-09-181-1/+1
* panfrost: Move the BO API to its own headerBoris Brezillon2019-09-181-0/+1
* panfrost: Get rid of pan_drm.cBoris Brezillon2019-09-181-1/+1
* panfrost: Pass a batch to panfrost_{allocate,upload}_transient()Boris Brezillon2019-09-131-5/+5
* panfrost: Make transient allocation rely on the BO cacheBoris Brezillon2019-09-081-66/+14
* panfrost: s/job/batch/Boris Brezillon2019-09-081-3/+3
* panfrost: Remove panfrost_uploadAlyssa Rosenzweig2019-09-031-23/+0
* panfrost: Fix misc. issues flagged by cppcheckAlyssa Rosenzweig2019-09-031-1/+1
* panfrost: Add transient BOs to job batchesBoris Brezillon2019-08-301-0/+2
* panfrost: protect access to shared bo cache and transient poolRohan Garg2019-08-301-0/+2
* panfrost: Reserve, but do not upload, shader paddingAlyssa Rosenzweig2019-07-251-3/+3
* panfrost: Don't leak oversized transient allocationsAlyssa Rosenzweig2019-07-151-0/+4
* panfrost: Cleanup shader upload codeAlyssa Rosenzweig2019-07-151-65/+11
* panfrost: Remove all old allocatorsAlyssa Rosenzweig2019-07-151-49/+0
* panfrost: Subdivide fixed-size transient slabsAlyssa Rosenzweig2019-07-121-5/+17
* panfrost: Recycle fixed-size transient BOsAlyssa Rosenzweig2019-07-121-3/+18
* panfrost: Bookkeep transient indicesAlyssa Rosenzweig2019-07-121-2/+12
* panfrost: Rewrite allocate_transient with new abstractionAlyssa Rosenzweig2019-07-121-29/+20
* panfrost: Add panfrost_transient_bo arrayAlyssa Rosenzweig2019-07-121-0/+18
* panfrost: Style main Gallium driverAlyssa Rosenzweig2019-07-101-1/+1
* panfrost: Use standard ALIGN_POT/INFINITY macrosAlyssa Rosenzweig2019-07-101-2/+2
* panfrost: Make SLAB pool creation rely on BO helpersBoris Brezillon2019-07-021-10/+11
* panfrost: Add backend targeting the DRM driverTomeu Vizoso2019-03-101-2/+2
* panfrost: Check in sources for command streamAlyssa Rosenzweig2019-02-071-0/+220