lima/ppir: introduce liveness internal live set
[mesa.git] / src / gallium / drivers / lima / ir / pp / node.c
2020-01-28 Vasily Khoruzhicklima: ppir: always create move and update ld_tex succes...
2020-01-25 Erico Nuneslima/ppir: split ppir_op_undef into undef and dummy...
2020-01-15 Erico Nuneslima/ppir: implement full liveness analysis for regalloc
2020-01-15 Erico Nuneslima/ppir: remove orphan load node after cloning
2019-12-20 Erico Nuneslima/ppir: fix lod bias src
2019-10-31 Arno Messiaenlima: introduce ppir_op_load_coords_reg to differentiat...
2019-10-09 Vasily Khoruzhicklima/ppir: don't clone texture loads
2019-09-25 Vasily Khoruzhicklima/ppir: add support for indirect load of uniforms...
2019-09-25 Vasily Khoruzhicklima/ppir: add node dependency types
2019-09-25 Vasily Khoruzhicklima/ppir: don't attempt to clone tex coords if it...
2019-09-13 Andreas Baierllima/ppir: Rename ppir_op_dummy to ppir_op_undef
2019-09-04 Vasily Khoruzhicklima/ppir: clone uniforms and load_coords into each...
2019-09-04 Vasily Khoruzhicklima/ppir: add common helper for creating movs
2019-08-24 Vasily Khoruzhicklima/ppir: add control flow support
2019-08-24 Vasily Khoruzhicklima/ppir: turn store_color into ALU node
2019-08-24 Vasily Khoruzhicklima/ppir: add dummy op
2019-08-24 Vasily Khoruzhicklima/ppir: clone ld_{uni,tex,var} into each block
2019-08-24 Vasily Khoruzhicklima/ppir: refactor const lowering
2019-08-14 Vasily Khoruzhicklima/ppir: print srcs and dests in ppir_node_print_prog()
2019-08-14 Vasily Khoruzhicklima/ppir: add ppir_node to ppir_src
2019-08-12 Andreas Baierllima/ppir: Add fddx and fddy
2019-08-04 Erico Nuneslima/ppir: simplify select op lowering and scheduling
2019-08-03 Andreas Baierllima/ppir: Add gl_FrontFace handling
2019-07-31 Erico Nuneslima/ppir: lower fdot in nir_opt_algebraic
2019-07-19 Erico Nuneslima/ppir: handle all node types in ppir_node_replace_child
2019-07-18 Andreas Baierllima/ppir: Add gl_PointCoord handling
2019-06-24 Andreas Baierllima/ppir: Add fsat op
2019-06-24 Andreas Baierllima/ppir: Add fneg op
2019-06-24 Andreas Baierllima/ppir: Add fabs op
2019-05-27 Vasily Khoruzhicklima/ppir: implement discard and discard_if
2019-04-29 Andreas Baierllima/ppir: Add gl_FragCoord handling
2019-04-19 Erico Nuneslima/ppir: support ppir_op_ceil
2019-04-11 Qiang Yugallium: add lima driver