aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/pandecode
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Implement ARB_depth_clampIcecream952020-06-161-0/+2
* panfrost: Document MALI_WRITES_GLOBAL bitAlyssa Rosenzweig2020-06-031-0/+1
* panfrost: Decode AFBC flag bitsIcecream952020-06-031-8/+19
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-2/+2
* 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
* panfrost: Fix Z24 vs Z32 mixupAlyssa Rosenzweig2020-05-191-1/+1
* pan/decode: Fix min/max_tile_coord mixupAlyssa Rosenzweig2020-05-191-1/+1
* pan/decode: Use a page table for tracking mmapsAlyssa Rosenzweig2020-05-192-25/+17
* pan/decode: Fix flags_hi printingAlyssa Rosenzweig2020-05-071-1/+1
* pan/decode: Properly print tripped zeroesTomeu Vizoso2020-05-011-1/+1
* pan/decode: Trace to stderr with PANDECODE_DUMP_FILE=stderrTomeu Vizoso2020-05-011-18/+16
* 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
* 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