summaryrefslogtreecommitdiffstats
path: root/src/panfrost/pandecode
Commit message (Expand)AuthorAgeFilesLines
* panfrost: The texture descriptor has a pointer to a trampolineAlyssa Rosenzweig2020-04-241-48/+67
* panfrost: Identify texture layout fieldAlyssa Rosenzweig2020-04-241-7/+4
* pan/decode: Remove is_zs weirdnessAlyssa Rosenzweig2020-04-241-7/+0
* panfrost: decode textures and samplers on bifrostAlyssa Rosenzweig2020-04-241-76/+265
* panfrost: Set clear_color_[12] in the extra fb descAlyssa Rosenzweig2020-04-241-2/+6
* panfrost: Clean up a bit the tiler structs for BifrostTomeu Vizoso2020-04-241-7/+25
* pan/decode: Print Bifrost blend descriptorAlyssa Rosenzweig2020-04-101-1/+1
* panfrost: On Bifrost, set the right tiler descriptorTomeu Vizoso2020-04-101-26/+12
* panfrost: Remove most usage of midgard_payload_vertex_tilerTomeu Vizoso2020-04-101-1/+7
* panfrost: Unify vertex/tiler structuresAlyssa Rosenzweig2020-04-101-70/+33
* pan/bi: Handle abs packing for fp16/FMA add/minAlyssa Rosenzweig2020-03-311-1/+1
* panfrost: Correctly identify format 0x4cIcecream952020-03-311-1/+1
* panfrost: Add support for R3G3B2Icecream952020-03-311-0/+1
* panfrost: Add support for B5G5R5X1Icecream952020-03-311-0/+1
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* pan/decode: Skip analysis for Bifrost tiler structuresAlyssa Rosenzweig2020-03-031-1/+34
* pan/decode: Fix tiler weights printingAlyssa Rosenzweig2020-03-031-2/+2
* pan/decode: Restore bifrost sample_locationsAlyssa Rosenzweig2020-03-031-8/+55
* pan/decode: Calm an assert to a pandecode errorAlyssa Rosenzweig2020-03-031-2/+2
* pan/decode: Dump scratchpad size if presentAlyssa Rosenzweig2020-02-271-0/+8
* panfrost: Debitfieldize mali_uniform_buffer_metaAlyssa Rosenzweig2020-02-181-4/+4
* panfrost: Print synced traces to stderrAlyssa Rosenzweig2020-02-182-3/+7
* pan/decode: Cleanup pandecode_jcAlyssa Rosenzweig2020-02-182-23/+3
* pan/decode: Add `minimal` modeAlyssa Rosenzweig2020-02-182-8/+15
* pan/decode: Remove extraneous newlineAlyssa Rosenzweig2020-02-161-1/+1
* panfrost: Rename unknown2_8 to paddingAlyssa Rosenzweig2020-02-161-2/+4
* panfrost: Rename bifrost_framebuffer->mali_framebufferAlyssa Rosenzweig2020-02-161-10/+10
* panfrost: Unify bifrost_scratchpad with mali_shared_memoryAlyssa Rosenzweig2020-02-161-33/+8
* panfrost: Identify mali_shared_memory structureAlyssa Rosenzweig2020-02-161-58/+49
* panfrost: Add the MALI_WRITES_{Z,S} flagsBoris Brezillon2020-02-051-6/+14
* panfrost: Fix decoding of tiled 3D texturesTomeu Vizoso2020-02-041-2/+2
* panfrost: Print intended field when decodingTomeu Vizoso2020-01-311-1/+1
* pan/decode: Drop MFBD compute shader stuffAlyssa Rosenzweig2020-01-271-4/+7
* pan/decode: Remove SHORT_SLIDE indirectionAlyssa Rosenzweig2020-01-241-15/+6
* pan/decode: Remove last_sizeAlyssa Rosenzweig2020-01-241-4/+0
* panfrost: Don't use implicit mali_exception_status enumAlyssa Rosenzweig2020-01-242-2/+2
* pan/decode: Rotate trace filesIcecream952020-01-232-4/+22
* pan/decode: Dump to a fileIcecream952020-01-232-1/+35
* pan/decode: Support dumping to a fileIcecream952020-01-233-19/+24
* pan/bifrost: Support disassembling to a fileIcecream952020-01-231-1/+1
* pan/midgard: Support disassembling to a fileIcecream952020-01-231-1/+1
* panfrost: Add pandecode entries for ASTC/ETC formatsAlyssa Rosenzweig2020-01-211-0/+9
* panfrost: Fix linear depth texturesAlyssa Rosenzweig2020-01-141-6/+21
* panfrost: Dynamically allocate array of texture pointersTomeu Vizoso2020-01-021-6/+6
* panfrost: Remove 32-bit next_job pathAlyssa Rosenzweig2019-12-271-6/+2
* panfrost: Remove mali_alt_funcAlyssa Rosenzweig2019-12-271-23/+1
* panfrost: Inline away MALI_NEGATIVEAlyssa Rosenzweig2019-12-271-5/+5
* panfrost: Remove MALI_ATTR_INTERNALAlyssa Rosenzweig2019-12-271-2/+0
* pan/decode: Handle gl_VertexID/gl_InstanceIDAlyssa Rosenzweig2019-12-241-19/+42
* pan/decode: Fix reference computation for invocationsAlyssa Rosenzweig2019-12-241-4/+3