summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/panfrost/pan_resource.h
Commit message (Expand)AuthorAgeFilesLines
* panfrost: clang-format the treeAlyssa Rosenzweig2022-12-241-88/+82
* panfrost: Remove rsrc->trackAlyssa Rosenzweig2022-12-231-11/+0
* panfrost: Clear with a quad to avoid flushingAlyssa Rosenzweig2022-07-081-0/+3
* panfrost: Use a macro for checking for a shared bind typeIcecream952022-06-171-0/+3
* panfrost: Constant stencil value trackingIcecream952022-06-091-0/+6
* panfrost: Decompress for incompatible AFBC formatsAlyssa Rosenzweig2021-10-221-0/+5
* panfrost: Remove unused functionsAlyssa Rosenzweig2021-08-251-10/+0
* panfrost: Replace writers pointer with hash tableAlyssa Rosenzweig2021-08-241-2/+5
* panfrost: Remove rsrc->track.usersAlyssa Rosenzweig2021-08-241-1/+0
* panfrost: Cache number of users of a resourceAlyssa Rosenzweig2021-08-241-0/+4
* panfrost: Call primconvert and u_transfer_helper destroy functionsIcecream952021-08-161-0/+2
* panfrost: Warn on going out of AFBCAlyssa Rosenzweig2021-07-141-1/+1
* panfrost: Remove unused midgard-pack.h includesAlyssa Rosenzweig2021-07-071-1/+0
* panfrost: Do tracking of resources, not BOsBoris Brezillon2021-07-061-0/+6
* panfrost: Fork pan_pool for Gallium and VulkanTomeu Vizoso2021-07-051-1/+0
* panfrost: Remove pan_image_stateAlyssa Rosenzweig2021-06-101-2/+8
* panfrost: Pass a tile enable map to avoid reloading untouched tilesBoris Brezillon2021-04-131-0/+6
* panfrost: Fix partial updateBoris Brezillon2021-04-131-3/+0
* panfrost: Move out-of-band CRC info to pan_imageBoris Brezillon2021-04-131-6/+0
* panfrost: Split pan_image in twoBoris Brezillon2021-04-131-2/+1
* panfrost: Add a format field to pan_image_layoutBoris Brezillon2021-04-131-2/+0
* panfrost: Move image states out of pan_image_layoutBoris Brezillon2021-04-131-0/+3
* panfrost: add resource modifier conversionItalo Nicola2021-01-271-0/+4
* panfrost: Fix typos.Vinson Lee2021-01-141-1/+1
* panfrost: Fix calculation of body/header pointers for 3D AFBCBoris Brezillon2021-01-041-0/+5
* panfrost: Add a pan_image_layout objectBoris Brezillon2021-01-041-11/+5
* panfrost: Move checksum_bo to panfrost_resourceBoris Brezillon2021-01-041-0/+3
* panfrost: Get rid of the non-native wallpering bitsBoris Brezillon2020-10-231-4/+0
* panfrost: Rename gtransfer to transferAlyssa Rosenzweig2020-10-231-3/+3
* panfrost: XMLify Midgard texturesAlyssa Rosenzweig2020-08-131-6/+6
* panfrost: Redirect cmdstream includes through GenXMLAlyssa Rosenzweig2020-08-131-1/+1
* panfrost: Import staging routines from freedrenoAlyssa Rosenzweig2020-08-121-0/+4
* panfrost: Use modifier instead of layout throughoutAlyssa Rosenzweig2020-08-121-6/+6
* panfrost: Remove hint-based AFBC heuristicAlyssa Rosenzweig2020-08-121-7/+0
* panfrost: Use Midgard-specific reloadsAlyssa Rosenzweig2020-07-161-4/+3
* panfrost: Move panfrost_translate_texture_typeAlyssa Rosenzweig2020-07-091-0/+27
* panfrost: Move pool routines to common codeAlyssa Rosenzweig2020-07-091-1/+1
* panfrost: Drop Gallium-local pan_bo_create wrapperAlyssa Rosenzweig2020-07-091-4/+0
* panfrost: Index texture by sampleAlyssa Rosenzweig2020-07-071-1/+1
* panfrost: Tiled to linear layout conversionIcecream952020-06-121-0/+8
* panfrost: Move pan_bo to root panfrostAlyssa Rosenzweig2020-03-311-0/+4
* panfrost: Split panfrost_device from panfrost_screenAlyssa Rosenzweig2020-03-311-2/+2
* panfrost: split index cache into shared partVasily Khoruzhick2020-03-101-23/+1
* panfrost: Implement index buffer cacheAlyssa Rosenzweig2020-02-271-0/+26
* panfrost: Move pan_afbc.c to rootAlyssa Rosenzweig2020-02-211-8/+0
* panfrost: Move checksum routines to root panfrostAlyssa Rosenzweig2020-02-211-18/+1
* panfrost: Remove enum panfrost_memory_layoutAlyssa Rosenzweig2020-02-181-10/+2
* panfrost: Store internal formatTomeu Vizoso2020-01-021-0/+2
* panfrost: Map with size of first layer for 3D texturesTomeu Vizoso2020-01-021-0/+1
* panfrost: Make sure we reset the damage region of RTs at flush timeBoris Brezillon2019-11-291-0/+3