aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_resource.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: s/job/batch/Boris Brezillon2019-09-081-2/+2
* panfrost: Fix misc. issues flagged by cppcheckAlyssa Rosenzweig2019-09-031-2/+0
* panfrost: Reset the damage area on imported resourcesBoris Brezillon2019-08-281-11/+12
* panfrost: Add support for KHR_partial_update()Boris Brezillon2019-08-131-0/+80
* panfrost: Handle the bo == NULL case in panfrost_bo_[un]reference()Boris Brezillon2019-08-021-1/+5
* panfrost: Disable tiled formats on SFBD systemsAlyssa Rosenzweig2019-07-251-1/+3
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-9/+9
* panfrost: Set `initialized` in more casesAlyssa Rosenzweig2019-07-221-5/+9
* panfrost: Check for NULL surface in placesAlyssa Rosenzweig2019-07-181-1/+4
* panfrost: Implement opportunistic AFBCAlyssa Rosenzweig2019-07-161-0/+60
* panfrost: AFBC buffers must be cache-line alignedAlyssa Rosenzweig2019-07-161-0/+5
* panfrost: Stub out panfrost_bo_cache_putAlyssa Rosenzweig2019-07-151-1/+1
* panfrost: Remove all old allocatorsAlyssa Rosenzweig2019-07-151-66/+0
* panfrost: Delay resource mmapsAlyssa Rosenzweig2019-07-151-1/+11
* panfrost: Remove unused display target fieldAlyssa Rosenzweig2019-07-111-1/+0
* panfrost: Style main Gallium driverAlyssa Rosenzweig2019-07-101-96/+95
* panfrost: Use standard ALIGN_POT/INFINITY macrosAlyssa Rosenzweig2019-07-101-8/+8
* panfrost: Add the panfrost_drm_{create,release}_bo() helpersBoris Brezillon2019-07-021-29/+3
* panfrost: Avoid passing winsys handles to import/export BO funcsBoris Brezillon2019-07-021-5/+11
* panfrost: Move BO meta-data out of panfrost_boBoris Brezillon2019-07-021-61/+65
* panfrost: Get rid of the "free imported BO" logicBoris Brezillon2019-07-021-13/+8
* panfrost: Move scanout res creation out of panfrost_resource_create()Boris Brezillon2019-07-021-32/+41
* panfrost: Only tag AFBC addresses when samplingTomeu Vizoso2019-06-281-6/+1
* panfrost: Fix checksumming typoAlyssa Rosenzweig2019-06-261-1/+1
* panfrost: Update copyright identifiersAlyssa Rosenzweig2019-06-261-1/+1
* panfrost: Merge checksum buffer with main BOAlyssa Rosenzweig2019-06-251-16/+44
* panfrost: Use get_texture_address for framebuffer computationsAlyssa Rosenzweig2019-06-251-0/+18
* panfrost: Merge AFBC slab with BO backingAlyssa Rosenzweig2019-06-251-14/+15
* panfrost: Z/S can't be tiledAlyssa Rosenzweig2019-06-251-0/+3
* panfrost: Handle generate_mipmap ourselvesAlyssa Rosenzweig2019-06-251-0/+52
* panfrost: Remove the panfrost_driver abstractionBoris Brezillon2019-06-211-8/+10
* panfrost: Track buffer initializationAlyssa Rosenzweig2019-06-211-2/+10
* panfrost: Load from tiled imagesAlyssa Rosenzweig2019-06-201-2/+15
* panfrost: Switch to lima tilingAlyssa Rosenzweig2019-06-201-27/+10
* panfrost: Fix tiled NPOT textures with bpp<4Alyssa Rosenzweig2019-06-201-3/+3
* panfrost: Move to use ralloc for some allocationsTomeu Vizoso2019-06-191-17/+22
* panfrost: Resource management for linear 2D texture arraysAlyssa Rosenzweig2019-06-171-1/+2
* panfrost: Implement 3D texture resource managementAlyssa Rosenzweig2019-06-171-5/+45
* panfrost: Enable AFBC on depth/stencilAlyssa Rosenzweig2019-06-111-6/+0
* panfrost: Linear depth/stencil should be alignedAlyssa Rosenzweig2019-06-111-1/+2
* panfrost: Align linear renderable resourcesAlyssa Rosenzweig2019-06-101-3/+10
* panfrost: Refactor blitting codeAlyssa Rosenzweig2019-06-101-36/+25
* panfrost: Always align strides to cache line (64)Alyssa Rosenzweig2019-06-101-1/+7
* panfrost: Cleanup leak todosAlyssa Rosenzweig2019-05-171-2/+8
* panfrost: Support RGB565 FBOsAlyssa Rosenzweig2019-05-041-6/+15
* panfrost: Track BO lifetime with jobs and reference countsAlyssa Rosenzweig2019-04-191-4/+63
* panfrost: Size tiled temp buffers correctlyAlyssa Rosenzweig2019-04-041-5/+7
* panfrost: Respect box->width in tiled storesAlyssa Rosenzweig2019-04-041-1/+3
* panfrost: Cleanup some indirection in pan_resourceAlyssa Rosenzweig2019-04-041-24/+21
* panfrost: Extend tiling for cubemapsAlyssa Rosenzweig2019-03-311-14/+14