aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/pandecode/decode.c
Commit message (Expand)AuthorAgeFilesLines
* pan/decode: Open the dump file laterIcecream952020-07-161-0/+2
* panfrost: Identify zs_samples fieldAlyssa Rosenzweig2020-07-151-0/+1
* panfrost: Add MALI_PER_SAMPLE bitAlyssa Rosenzweig2020-07-151-0/+1
* pan/decode: Make mapped memory read-only while decodingIcecream952020-07-071-0/+2
* panfrost: Identify depth/stencil layer stridesAlyssa Rosenzweig2020-07-071-10/+9
* panfrost: Implement alpha-to-coverageAlyssa Rosenzweig2020-07-071-1/+1
* panfrost: Identify coverage_maskAlyssa Rosenzweig2020-07-071-8/+2
* panfrost: Identify layer_strideAlyssa Rosenzweig2020-07-071-2/+4
* pan/decode: Identify layered MSAA flagAlyssa Rosenzweig2020-07-071-0/+1
* pan/decode: Fix MSAA texture decodingAlyssa Rosenzweig2020-07-071-8/+6
* pan/decode: Add missing wrap modesIcecream952020-06-221-0/+4
* pan/decode: Fix helper invocations when tracingIcecream952020-06-221-2/+2
* 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
* 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