summaryrefslogtreecommitdiff
path: root/src/panfrost
AgeCommit message (Expand)AuthorFilesLines
2023-08-07panfrost: add PAN_MESA_DEBUG=yuv for debugging yuv samplerItalo Nicola2-0/+12
2023-08-07panfrost: mandate proper alignment requirement depending format and archItalo Nicola4-16/+82
2023-08-07panfrost: advertise support for YUYV and variantsItalo Nicola1-0/+22
2023-08-07panfrost: prepare the driver to support YUYV and variantsItalo Nicola1-29/+112
2023-08-07panfrost: prepare pan_image_view for multiplanar formatsItalo Nicola13-99/+182
2023-08-07pan/decode: decode Multiplanar Surface descriptorsItalo Nicola1-1/+23
2023-08-07panfrost: refactor (un)packing of surface descriptorsItalo Nicola4-50/+73
2023-08-07panfrost/genxml: add Multiplanar Surface descriptorItalo Nicola1-0/+8
2023-08-07panfrost/genxml: fix Surface With Stride descriptor alignmentItalo Nicola1-1/+1
2023-08-07panfrost/vk: Use correct sampler dimensions for MSAADaniel Stone1-3/+5
2023-08-03pan/mdg: Assume SSAAlyssa Rosenzweig3-34/+6
2023-08-03treewide: sed out more is_ssaAlyssa Rosenzweig3-4/+0
2023-08-03nir: Drop nir_alu_src::{negate,abs}Alyssa Rosenzweig1-3/+0
2023-08-03treewide: Remove more is_ssa assertsAlyssa Rosenzweig1-1/+0
2023-08-03treewide: Drop is_ssa assertsAlyssa Rosenzweig5-11/+0
2023-08-03nir: Remove impl->{registers,reg_alloc}Alyssa Rosenzweig1-1/+0
2023-08-02nir: Remove reg_intrinsics parameter to convert_from_ssaAlyssa Rosenzweig1-1/+1
2023-08-02util: Move u_pack_color.h and dbughelp.h into src/util from/src/gallium/auxil...Yonggang Luo1-1/+1
2023-08-01nir: Rename scoped_barrier -> barrierAlyssa Rosenzweig2-2/+2
2023-08-01panfrost: Only define pan_blitter_get_blend_shaders for midgardAlyssa Rosenzweig1-2/+4
2023-08-01panfrost: Drop unused decode_position for samplesAlyssa Rosenzweig1-6/+0
2023-08-01pan/mdg: Add missing static inline annotationAlyssa Rosenzweig1-1/+1
2023-08-01pan/decode: Drop unused debug functionAlyssa Rosenzweig1-7/+0
2023-08-01panfrost: Add missing static inline annotationAlyssa Rosenzweig1-2/+2
2023-07-25pan/bi: Remove leftover includeAlyssa Rosenzweig1-1/+0
2023-07-24panvk: Use 1.0 in ICD Manifest jsonCharles Giessen1-2/+2
2023-07-21panfrost: Remove unused helpersAlyssa Rosenzweig1-29/+0
2023-07-20ci/panfrost: introduce OpenGL testing with Mali-G57 MP5 on Asurada chromebookDavid Heidelberg5-9/+752
2023-07-20panfrost: Lower vertex_id for XFBAlyssa Rosenzweig1-0/+14
2023-07-18ci: move panfrost files rules to src/panfrost/ci/gitlab-ci.ymlEric Engestrom1-0/+74
2023-07-15nir: Devendor load_sample_maskAlyssa Rosenzweig1-2/+2
2023-07-13panfrost: Convert to PIPE_BLEND enums internallyAlyssa Rosenzweig5-506/+263
2023-07-13nir/lower_blend: Use util enumsAlyssa Rosenzweig2-38/+160
2023-07-12pan/mdg: Ingest new-style registersAlyssa Rosenzweig3-34/+60
2023-07-12nir: Add a reg_intrinsics flag to nir_convert_from_ssaFaith Ekstrand1-1/+1
2023-07-11gallium: Remove `PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND`Lucas Fryzek1-7/+0
2023-07-06panfrost/ci: drop invalid skips that are already marked as known flakesEric Engestrom1-5/+0
2023-07-05panfrost: remove BO from cache before closing GEMMichael Tretter1-4/+5
2023-07-04st/mesa: Set gl_config.floatMode based on color_formatJanne Grunau1-1/+0
2023-07-03panfrost: Use nir_builder_atKonstantin Seurer2-6/+5
2023-07-01panfrost: Convert to use nir_foreach_function_impl when possibleYonggang Luo3-25/+16
2023-07-01panfrost: Convert to use nir_foreach_function_with_impl in function midgard_c...Yonggang Luo1-5/+2
2023-06-30pan/mdg: Propagate modifiers in the backendAlyssa Rosenzweig7-258/+248
2023-06-30pan/mdg: Copy-prop even with swizzle restrictionsAlyssa Rosenzweig1-3/+19
2023-06-30pan/mdg: Reset predicate.exclude while schedulingAlyssa Rosenzweig1-0/+1
2023-06-30pan/mdg: Lower special reads betterAlyssa Rosenzweig2-25/+36
2023-06-30pan/mdg: Fix temp count calculationAlyssa Rosenzweig2-7/+10
2023-06-30pan/mdg: Fix 2-const CSEL at block beginningAlyssa Rosenzweig1-2/+11
2023-06-30pan/mdg: Fix IR from scheduling conditionsAlyssa Rosenzweig1-0/+3
2023-06-30pan/mdg: Add is_ssa helperAlyssa Rosenzweig1-0/+6