summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_resource.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* panfrost: Implement command stream for linear cubemapsAlyssa Rosenzweig2019-03-311-1/+1
* panfrost: Preliminary work for cubemapsAlyssa Rosenzweig2019-03-311-2/+6
* panfrost: Preliminary work for mipmapsAlyssa Rosenzweig2019-03-271-118/+91
* panfrost: Properly align strideDaniel Stone2019-03-201-12/+11
* panfrost: Workaround buffer overrun with mip levelAlyssa Rosenzweig2019-03-191-1/+0
* panfrost; Disable AFBC for depth buffersAlyssa Rosenzweig2019-03-141-0/+6
* panfrost: Allocate extra data for depth bufferAlyssa Rosenzweig2019-03-141-0/+5
* panfrost: Set bo->gem_handle when creating a linear BOTomeu Vizoso2019-03-131-1/+3
* panfrost: Allocate dedicated slab for linear BOsAlyssa Rosenzweig2019-03-121-13/+20
* panfrost: Combine has_afbc/tiled in layout enumAlyssa Rosenzweig2019-03-121-8/+26
* panfrost: Cleanup needless if in create_boAlyssa Rosenzweig2019-03-121-30/+26
* panfrost: Add support for PAN_MESA_DEBUGTomeu Vizoso2019-03-121-7/+8
* panfrost: Add backend targeting the DRM driverTomeu Vizoso2019-03-101-19/+20
* panfrost: Stub out separate stencil functionsAlyssa Rosenzweig2019-02-211-4/+23
* panfrost: Swap order of tiled texture (de)allocAlyssa Rosenzweig2019-02-181-6/+6
* panfrost: Free imported BOsAlyssa Rosenzweig2019-02-181-0/+4
* panfrost: Fix various leaks unmapping resourcesAlyssa Rosenzweig2019-02-181-8/+11