aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ir3: Fix txs with bindlessConnor Abbott2020-04-141-3/+3
* aco: clear moved operands in get_reg_create_vector()Rhys Perry2020-04-141-1/+11
* aco: improve p_create_vector RA for sub-dword operandsRhys Perry2020-04-141-17/+32
* aco: fix p_extract_vector validationRhys Perry2020-04-141-1/+1
* aco: improve vector optimization with sub-dword vectorsRhys Perry2020-04-141-11/+22
* radv: use RMW packets for updating the maximum sample distanceSamuel Pitoiset2020-04-141-9/+3
* radv: add radeon_set_context_reg_rmw() helperSamuel Pitoiset2020-04-141-0/+12
* meson: Link Gallium Nine with ld_args_build_idTobias Jakobi2020-04-141-1/+1
* svga: fix build on FreeBSDGreg V2020-04-131-0/+3
* freedreno/a5xx+: Skip compiling the old gmem blit programs.Eric Anholt2020-04-131-1/+13
* pan/bit: Add BI_CONVERT testsAlyssa Rosenzweig2020-04-131-0/+66
* pan/bit: Add BI_CONVERT interpretationAlyssa Rosenzweig2020-04-131-1/+108
* pan/bi: ADD packing for CONVERTAlyssa Rosenzweig2020-04-132-5/+22
* pan/bi: Rewrite conversion packingAlyssa Rosenzweig2020-04-132-58/+84
* pan/bi: Fix incorrect swizzle packing assertAlyssa Rosenzweig2020-04-131-1/+1
* pan/bi: Set BI_ROUNDMODE for BI_CONVERTAlyssa Rosenzweig2020-04-131-1/+1
* pan/midgard: Fix f2u naming confusionAlyssa Rosenzweig2020-04-131-4/+4
* meson: Specify the maximum required libdrm in dri.pcMatt Turner2020-04-131-1/+1
* freedreno/ir3/ra: cleanup some leftoversRob Clark2020-04-131-6/+0
* freedreno/ir3: rename depth->dceRob Clark2020-04-137-68/+18
* freedreno/ir3: better cleanup when removing unused instructionsRob Clark2020-04-134-10/+36
* freedreno/ir3/ra: handle array case for SFU select_reg optRob Clark2020-04-131-3/+10
* freedreno/ir3: add mov/cov statsRob Clark2020-04-134-6/+16
* freedreno/ir3/postsched: avoid moving tex ahead of killRob Clark2020-04-131-0/+18
* freedreno/ir3/postsched: remove some leftoversRob Clark2020-04-131-9/+0
* freedreno/ir3/sched: awareness of partial livenessRob Clark2020-04-131-1/+44
* freedreno/ir3: new pre-RA schedulerRob Clark2020-04-133-396/+426
* freedreno/ir3: fix location of inserted mov'sRob Clark2020-04-131-1/+11
* freedreno/ir3: simplify grouping passRob Clark2020-04-131-31/+18
* freedreno/ir3: make falsedep use's optionalRob Clark2020-04-133-4/+6
* freedreno/ir3: spiff out disasm a bitRob Clark2020-04-131-5/+17
* freedreno/computerator: support bindless sampler instructionsJonathan Marek2020-04-132-1/+4
* freedreno/computerator: support nop prefixJonathan Marek2020-04-132-1/+6
* freedreno/ir3: CSE the up/downconversion of SEL's cond's size.Eric Anholt2020-04-133-7/+22
* freedreno/ir3: Stop doing b2n on the SEL condition.Eric Anholt2020-04-132-3/+11
* tnl: Code formatting in t_rebase.cIan Romanick2020-04-131-60/+51
* tnl: Code formatting in t_draw.cIan Romanick2020-04-131-140/+132
* tnl: Silence unused parameter warnings in _tnl_split_inplaceIan Romanick2020-04-133-10/+2
* tnl: Silence unused parameter warnings in dump_draw_infoIan Romanick2020-04-131-10/+4
* tnl: Silence unused parameter warnings in _tnl_draw_primsIan Romanick2020-04-136-35/+17
* tnl: Silence unused parameter 'attrib' warning in convert_half_to_floatIan Romanick2020-04-131-8/+7
* tnl: Don't dereference NULL obj pointer in t_rebase_primsIan Romanick2020-04-131-10/+13
* tnl: Don't dereference NULL obj pointer in replay_initIan Romanick2020-04-131-8/+10
* tnl: Don't dereference NULL obj pointer in bind_indicesIan Romanick2020-04-131-14/+16
* aco: fix p_extract_vector optimization in presence of unequally sized vector ...Daniel Schürmann2020-04-131-22/+27
* pan/bi: Lower fsqrtAlyssa Rosenzweig2020-04-131-0/+1
* panfrost: Drop dependency on nonexistant write_valueAlyssa Rosenzweig2020-04-131-3/+6
* glsl: stop processing function parameters if error happenedTapani Pälli2020-04-131-0/+4
* aco: fix nir_op_pack_32_2x16_split if one operand is a constantSamuel Pitoiset2020-04-131-0/+2
* aco: implement 16-bit nir_op_f2i64/nir_op_f2u64Samuel Pitoiset2020-04-131-4/+10