summaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3
Commit message (Expand)AuthorAgeFilesLines
* 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