aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/pandecode/decode.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Document MALI_WRITES_GLOBAL bitAlyssa Rosenzweig2020-06-031-0/+1
* panfrost: Decode AFBC flag bitsIcecream952020-06-031-8/+19
* panfrost: Fix printf format specifier.Vinson Lee2020-05-301-1/+1
* pan/decode: Decode Bifrost shader flagsAlyssa Rosenzweig2020-05-271-1/+13
* panfrost: Document Midgard Inf/NaN suppress bitAlyssa Rosenzweig2020-05-271-0/+1
* panfrost: Identify Bifrost texture format swizzleAlyssa Rosenzweig2020-05-271-1/+7
* pan/decode: Dump unknown2Alyssa Rosenzweig2020-05-261-0/+3
* pan/decode: Dump missing field on BifrostAlyssa Rosenzweig2020-05-261-0/+2
* pan/decode: Fix tiler warningAlyssa Rosenzweig2020-05-261-2/+4
* pan/decode: Fix unused variable warningAlyssa Rosenzweig2020-05-261-6/+0
* pan/decode: Fix min/max_tile_coord mixupAlyssa Rosenzweig2020-05-191-1/+1
* pan/decode: Fix flags_hi printingAlyssa Rosenzweig2020-05-071-1/+1
* pan/decode: Properly print tripped zeroesTomeu Vizoso2020-05-011-1/+1
* panfrost: Add a bit more info about some tiler fieldsTomeu Vizoso2020-05-011-5/+7
* panfrost: Split bit out of format.unk3Tomeu Vizoso2020-05-011-0/+1
* pan/decode: Don't crash on missing payloadAlyssa Rosenzweig2020-05-011-3/+5
* panfrost: Fix norm coords on bifrost samplerAlyssa Rosenzweig2020-05-011-5/+2
* panfrost: Fix size of bifrost sampler descriptorAlyssa Rosenzweig2020-05-011-2/+2
* pan/decode: Use correct printf modifier for long intTomeu Vizoso2020-04-301-1/+1
* pan/decode: Check for correct unknown fieldTomeu Vizoso2020-04-301-1/+1
* panfrost: Emit blend descriptors on BifrostTomeu Vizoso2020-04-301-0/+43
* 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
* 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
* pan/decode: Cleanup pandecode_jcAlyssa Rosenzweig2020-02-181-22/+2
* pan/decode: Add `minimal` modeAlyssa Rosenzweig2020-02-181-7/+14
* 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