summaryrefslogtreecommitdiffstats
path: root/src/panfrost/pandecode
Commit message (Expand)AuthorAgeFilesLines
* 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
* pan/decode: Append 0:0 spills:fills to blobber-dbAlyssa Rosenzweig2019-12-241-1/+1
* pan/decode: Prefix blobberdb with MESA_SHADER_*Alyssa Rosenzweig2019-12-241-1/+1
* pan/decode: Skip COMPUTE in blobber-dbAlyssa Rosenzweig2019-12-241-14/+19
* panfrost: Decode shader types in pantrace shader-dbAlyssa Rosenzweig2019-12-241-1/+13
* panfrost: Pack invocation_shifts manually instead of a bit fieldAlyssa Rosenzweig2019-12-161-25/+22
* panfrost: Remove fbd_type enumAlyssa Rosenzweig2019-12-161-3/+3
* pandecode: Add castAlyssa Rosenzweig2019-12-131-1/+1
* panfrost: Split stack_shift nibble from unk0Alyssa Rosenzweig2019-12-121-0/+1
* panfrost: Rename unknown_address_0 -> scratchpadAlyssa Rosenzweig2019-12-121-1/+1
* panfrost: Add PAN_MESA_DEBUG=syncTomeu Vizoso2019-12-112-1/+5
* panfrost: Rename SET_VALUE to WRITE_VALUEAlyssa Rosenzweig2019-12-061-5/+5
* panfrost: Update SET_VALUE with information from igtAlyssa Rosenzweig2019-12-061-2/+13
* panfrost: Implement pan_tiler for non-hierarchy GPUsAlyssa Rosenzweig2019-12-031-47/+8
* panfrost: Add the lod_bias fieldAlyssa Rosenzweig2019-11-211-0/+3
* panfrost: Don't print the midgard_blend_rt structs on SFBDTomeu Vizoso2019-11-201-1/+1