aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: samplerBuffer fixesRob Clark2019-02-201-2/+11
* freedreno/ir3/a6xx: use ldib for ssbo readsRob Clark2019-02-201-24/+10
* freedreno/ir3: sync instr/disasm and add ldib encodingRob Clark2019-02-204-14/+42
* freedreno/ir3/a6xx: fix load_ssbo barrier type.Rob Clark2019-02-201-2/+2
* freedreno/ir3: rename put_dst()Rob Clark2019-02-203-9/+9
* freedreno: fix crash w/ masked non-SSA dstRob Clark2019-02-201-0/+2
* freedreno/ir3: fix crash in compile fail caseRob Clark2019-02-201-1/+1
* freedreno/ir3: fix legalize for vecN inputsRob Clark2019-02-202-0/+3
* freedreno/ir3: handle quirky atomic dst for a6xxRob Clark2019-02-181-3/+12
* freedreno/ir3: HIGH reg w/a for a6xxRob Clark2019-02-164-3/+26
* freedreno/ir3: add a6xx+ SSBO/image supportRob Clark2019-02-166-2/+483
* freedreno/ir3: add a6xx instruction encodingRob Clark2019-02-161-0/+90
* freedreno/ir3: add image/ssbo <-> ibo/tex mappingRob Clark2019-02-166-25/+141
* freedreno/ir3: fix ncomp for _store_image() srcRob Clark2019-02-161-2/+3
* freedreno/ir3: split out a4xx+ instructionsRob Clark2019-02-166-332/+393
* freedreno/ir3: split out image helpersRob Clark2019-02-165-183/+251
* freedreno/ir3: fix varying packing vs. tex sharp edgeRob Clark2019-02-161-2/+30
* freedreno: Use the NIR lowering for isign.Eric Anholt2019-02-142-14/+1
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-211-0/+1
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-1/+1
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-1/+1
* freedreno/ir3: don't treat all inputs/outputs as vec4Rob Clark2018-12-222-14/+38
* freedreno/ir3: fix fallout of extra assertRob Clark2018-12-211-1/+1
* freedreno/ir3: Handle GL_NONE in get_num_components_for_glformat()Eduardo Lima Mitev2018-12-191-3/+8
* freedreno/ir3: Make imageStore use num components from image formatEduardo Lima Mitev2018-12-181-2/+70
* nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick2018-12-171-1/+1
* nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick2018-12-171-1/+1
* nir: Add a bool to int32 lowering passJason Ekstrand2018-12-161-0/+1
* nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand2018-12-161-11/+11
* freedreno/ir3: don't remove unused input componentsRob Clark2018-12-131-1/+7
* freedreno/ir3: fix crashRob Clark2018-12-131-14/+8
* freedreno: debug GEM obj namesRob Clark2018-12-131-1/+3
* freedreno/ir3: track max flow control depth for a5xx/a6xxRob Clark2018-12-073-0/+33
* freedreno/ir3: code-motionRob Clark2018-12-075-838/+940
* freedreno/ir3: sync instr/disasmRob Clark2018-12-073-24/+131
* freedreno/ir3: don't fetch unused tex componentsRob Clark2018-12-072-0/+29
* nir: Make boolean conversions sized just like the othersJason Ekstrand2018-12-051-4/+7
* freedreno: move ir3 to common locationRob Clark2018-11-2721-0/+13688