summaryrefslogtreecommitdiff
path: root/src/panfrost
AgeCommit message (Expand)AuthorFilesLines
2020-09-24pan/bit: Set d3d=true for CMP testsAlyssa Rosenzweig1-3/+3
2020-09-11pan/mdg: Fix spilling of non-32-bit typesIcecream951-1/+1
2020-09-01pan/mdg: Fix perspective combinationAlyssa Rosenzweig1-0/+1
2020-09-01pan/mdg: Fix discard encodingAlyssa Rosenzweig1-1/+2
2020-08-21panfrost: Use memctx for sysvalsAlyssa Rosenzweig4-5/+5
2020-08-21pan/mdg: Free previous livenessAlyssa Rosenzweig1-3/+5
2020-08-21panfrost: Free hash_to_temp mapAlyssa Rosenzweig3-13/+13
2020-08-21panfrost: Free NIR of blit shadersAlyssa Rosenzweig1-0/+1
2020-08-21pan/mdg: Ensure barrier op is set on textureAlyssa Rosenzweig1-0/+1
2020-08-04panfrost: Add MSAA mode selection fieldAlyssa Rosenzweig2-10/+35
2020-08-03pan/mdg: Test for SSA before chasing addressesAlyssa Rosenzweig1-2/+25
2020-08-03pan/mdg: Mask spills from texture writeAlyssa Rosenzweig1-0/+8
2020-07-31pan/bit: Remove BI_SHIFT stubAlyssa Rosenzweig1-3/+0
2020-07-31pan/bit: Update f32->f16 convert testAlyssa Rosenzweig2-7/+8
2020-07-31pan/mdg: emit REGISTER_UNUSED on unused ALU src2Italo Nicola2-3/+10
2020-07-30pan/mdg: remove ins->br_compact and ins->branch_extendedItalo Nicola2-5/+1
2020-07-30pan/mdg: defer branch packingItalo Nicola3-160/+148
2020-07-30pan/mdg: refactor emit_alu_bundleItalo Nicola1-24/+14
2020-07-30pan/mdg: remove ins->aluItalo Nicola4-26/+17
2020-07-30pan/mdg: externalize mir_pack_modItalo Nicola2-1/+5
2020-07-30pan/mdg: defer register packingItalo Nicola2-58/+105
2020-07-30pan/mdg: eliminate references to ins->load_store.opItalo Nicola9-36/+48
2020-07-30pan/mdg: eliminate references to ins->texture.opItalo Nicola7-15/+23
2020-07-30pan/mdg: apply float outmods to texturesItalo Nicola1-26/+40
2020-07-30pan/mdg: eliminate references to ins->alu.outmodItalo Nicola4-10/+11
2020-07-30pan/mdg: fix commentItalo Nicola1-1/+1
2020-07-30pan/mdg: eliminate references to ins->alu.reg_modeItalo Nicola5-77/+80
2020-07-30pan/mdg: eliminate references to ins->alu.opItalo Nicola10-44/+54
2020-07-30pan/mdg: prepare effective_writemask()Italo Nicola4-5/+5
2020-07-30pan/mdg: fix src_type in instructions that need a implicit zeroItalo Nicola1-1/+1
2020-07-29panfrost/midgard: Make search_var take a nir_shader and modeJason Ekstrand1-6/+6
2020-07-29nir: Add nir_foreach_shader_in/out_variable helpersJason Ekstrand1-1/+1
2020-07-28bifrost: Fix packing of ADD_FEXP2_FASTChris Forbes2-2/+2
2020-07-28bifrost: Honor src swizzle in special math opsChris Forbes1-3/+8
2020-07-28bifrost: Add support for nir_op_iabsChris Forbes5-0/+10
2020-07-28bifrost: Add support for nir_op_imulChris Forbes6-0/+25
2020-07-28bifrost: Add support for nir_op_ugeChris Forbes1-0/+3
2020-07-28bifrost: Add support for nir_op_ishlChris Forbes5-10/+20
2020-07-28bifrost: Add support for nir_op_inotChris Forbes1-0/+7
2020-07-27bifrost: Add lowering for b2i32Chris Forbes1-1/+2
2020-07-27bifrost: Document d3d/gl comparison control bitChris Forbes1-3/+5
2020-07-27bifrost: Emit "d3d" variant of comparison instructionsChris Forbes1-4/+4
2020-07-27bifrost: Lower x->bool conversions to != 0Chris Forbes1-0/+3
2020-07-20pan/mdg: Use the blend RT for blend shader framebuffer fetchesIcecream951-4/+7
2020-07-20panfrost: 8x MRT supportIcecream951-2/+2
2020-07-18android: panfrost/encoder: add libmesa_nir static dependencyMauro Rossi1-0/+1
2020-07-18panfrost: Make panfrost_bo_wait take a wait_readers boolIcecream952-15/+5
2020-07-17panfrost: Enable FP16 by defaultAlyssa Rosenzweig1-1/+1
2020-07-17pan/mdg: Do per-sample framebuffer loadsIcecream952-2/+23
2020-07-17panfrost: Rename lower_store to is_blend in pan_lower_framebufferIcecream951-2/+2