summaryrefslogtreecommitdiffstats
path: root/src/panfrost/pandecode
Commit message (Expand)AuthorAgeFilesLines
* 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
* panfrost: Just print tiler fields as-is for Tx20Tomeu Vizoso2019-11-201-6/+48
* pan/midgard: Pass shader stage to disassemblerAlyssa Rosenzweig2019-11-081-1/+3
* panfrost: Pipe the GPU ID into compiler and disassemblerTomeu Vizoso2019-11-072-21/+19
* panfrost: Print the right zero fieldTomeu Vizoso2019-11-061-1/+1
* panfrost: Decode blend shaders for SFBDTomeu Vizoso2019-11-061-22/+29
* panfrost: Rework format encoding on SFBDTomeu Vizoso2019-11-061-21/+71
* panfrost: Add checksum fields to SFBD descriptorTomeu Vizoso2019-11-061-0/+6
* panfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASKBoris Brezillon2019-11-041-2/+2
* panfrost: Cleanup _shader_upper -> shaderAlyssa Rosenzweig2019-10-291-11/+9
* pan/decode: Add missing format specifierAlyssa Rosenzweig2019-09-031-1/+1
* pan/decode: Use portable format specifier for 64-bitAlyssa Rosenzweig2019-09-031-1/+1
* pan/decode: Use %zu instead of %dAlyssa Rosenzweig2019-09-031-3/+3
* pan/decode: Fix uninitialized variablesAlyssa Rosenzweig2019-09-031-2/+5
* pan/decode: Validate and quiet helper invocation flagAlyssa Rosenzweig2019-08-231-1/+8