aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost
Commit message (Expand)AuthorAgeFilesLines
...
* panfrost: Move pan_afbc.c to rootAlyssa Rosenzweig2020-02-213-136/+0
* panfrost: Move checksum routines to root panfrostAlyssa Rosenzweig2020-02-212-42/+2
* panfrost: Remove flush_frontbufferAlyssa Rosenzweig2020-02-201-11/+0
* panfrost: LogicOp supportIcecream952020-02-204-9/+88
* panfrost: Remove old hackAlyssa Rosenzweig2020-02-191-3/+2
* panfrost: Remove old commentAlyssa Rosenzweig2020-02-191-2/+0
* panfrost: Remove dirty trackingAlyssa Rosenzweig2020-02-193-57/+6
* panfrost: Remove enum panfrost_memory_layoutAlyssa Rosenzweig2020-02-185-50/+28
* panfrost: Debitfieldize mali_uniform_buffer_metaAlyssa Rosenzweig2020-02-181-11/+5
* panfrost: Avoid reading GPU memory when packing verticesAlyssa Rosenzweig2020-02-181-17/+18
* panfrost: Cleanup transfer_mapAlyssa Rosenzweig2020-02-181-22/+1
* panfrost: Update scoreboarding notesAlyssa Rosenzweig2020-02-181-10/+6
* panfrost: Rewrite scoreboarding routinesAlyssa Rosenzweig2020-02-187-494/+117
* panfrost: Print synced traces to stderrAlyssa Rosenzweig2020-02-181-1/+1
* panfrost: Implement PAN_DBG_SYNC with pandecode/minimalAlyssa Rosenzweig2020-02-183-25/+8
* pan/decode: Add `minimal` modeAlyssa Rosenzweig2020-02-181-1/+1
* pan/midgard: Use dummy tag for empty shadersAlyssa Rosenzweig2020-02-161-2/+2
* panfrost: Allocate RAM backing of shared memoryAlyssa Rosenzweig2020-02-165-2/+43
* panfrost: Rename bifrost_framebuffer->mali_framebufferAlyssa Rosenzweig2020-02-162-19/+19
* panfrost: Unify bifrost_scratchpad with mali_shared_memoryAlyssa Rosenzweig2020-02-162-3/+6
* panfrost: Identify mali_shared_memory structureAlyssa Rosenzweig2020-02-163-18/+14
* panfrost: Ensure compute shader_meta is zeroedAlyssa Rosenzweig2020-02-161-1/+2
* panfrost: Simplify swizzle translationAlyssa Rosenzweig2020-02-141-32/+5
* panfrost: Inline panfrost_get_default_swizzleIcecream952020-02-145-20/+23
* panfrost: Set the MALI_WRITES_{Z,S} flags when neededBoris Brezillon2020-02-054-1/+17
* panfrost: Add the MALI_WRITES_{Z,S} flagsBoris Brezillon2020-02-052-7/+7
* panfrost: Z24 variants should be sampled as R32UIBoris Brezillon2020-02-051-1/+9
* panfrost: Use size0 when calculating the offset to a depth levelAlyssa Rosenzweig2020-02-042-7/+12
* panfrost: Only clamp the LOD to disable mipmapping when neededTomeu Vizoso2020-02-041-6/+7
* panfrost: Fix the damage box clamping logicBoris Brezillon2020-02-031-0/+2
* panfrost: Fix non-debug buildsIcecream952020-02-021-0/+1
* panfrost: Use DBG macro to avoid noise in the consoleTomeu Vizoso2020-01-316-11/+10
* panfrost: Add more info to some assertionsTomeu Vizoso2020-01-311-2/+4
* panfrost: Don't copy uniforms when the size is zeroIcecream952020-01-271-1/+1
* panfrost: Fix 32-bit warning for `indices`Alyssa Rosenzweig2020-01-241-1/+1
* pan/decode: Rotate trace filesIcecream952020-01-231-0/+4
* panfrost: Drop mysterious zero=0xFFFF fieldAlyssa Rosenzweig2020-01-231-13/+0
* panfrost: Fix crash in compute variant allocationAlyssa Rosenzweig2020-01-221-1/+2
* panfrost: Add ASTC texture formatsIcecream952020-01-214-1/+28
* panfrost: Add ETC1/ETC2 texture formatsIcecream952020-01-213-4/+34
* panfrost: Rework linear<--->tiled conversionsAlyssa Rosenzweig2020-01-211-3/+5
* panfrost,lima: De-Galliumize tiling routinesAlyssa Rosenzweig2020-01-211-2/+3
* panfrost: Dynamically allocate shader variantsIcecream952020-01-182-3/+23
* panfrost: Expose some functionality with dEQP flagAlyssa Rosenzweig2020-01-181-3/+3
* panfrost: Compact the bo_access readers arrayIcecream952020-01-181-4/+9
* android: Fix whitespace issueRobert Foss2020-01-151-1/+1
* panfrost: Fix linear depth texturesAlyssa Rosenzweig2020-01-144-20/+26
* panfrost: Fix headers and gpu_headers memory leakDaniel Ogorchock2020-01-131-0/+3
* panfrost: Fix panfrost_bo_access memory leakDaniel Ogorchock2020-01-131-1/+3
* panfrost: Add negative lod bias supportIcecream952020-01-101-3/+3