lima/ppir: do not assume single src for pipeline outputs
[mesa.git] / src / gallium / drivers / lima / ir / pp / ppir.h
2020-05-09 Erico Nuneslima/ppir: do not assume single src for pipeline outputs
2020-05-09 Erico Nuneslima/ppir: introduce liveness internal live set
2020-01-28 Vasily Khoruzhicklima: ppir: always create move and update ld_tex succes...
2020-01-25 Erico Nuneslima/ppir: fix src read mask swizzling
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-11-20 Arno Messiaenlima/ppir: add lod-bias support
2019-10-31 Arno Messiaenlima: introduce ppir_op_load_coords_reg to differentiat...
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-09-25 Vasily Khoruzhicklima/ppir: add node dependency types
2019-09-13 Andreas Baierllima/ppir: Add undef handling
2019-09-13 Andreas Baierllima/ppir: Rename ppir_op_dummy to ppir_op_undef
2019-09-04 Vasily Khoruzhicklima/ppir: don't assume that load coords gets value...
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: add better liveness analysis
2019-08-24 Vasily Khoruzhicklima/ppir: create ppir block for each corresponding...
2019-08-24 Vasily Khoruzhicklima/ppir: add dummy op
2019-08-24 Vasily Khoruzhicklima/ppir: add support for unconditional branches and...
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: use src accessors in ppir regalloc
2019-08-14 Vasily Khoruzhicklima/ppir: add ppir_node to ppir_src
2019-08-14 Vasily Khoruzhicklima/ppir: introduce accessors for ppir_node sources
2019-08-06 Erico Nuneslima: add summary report for shader-db
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-31 Erico Nuneslima/ppir: refactor texture code to simplify scheduler
2019-07-18 Andreas Baierllima/ppir: Add gl_PointCoord handling
2019-07-15 Vasily Khoruzhicklima/ppir: Fix branch codegen
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-06-13 Mateusz Krzaklima/ppir: change offset type to int
2019-05-27 Vasily Khoruzhicklima/ppir: implement discard and discard_if
2019-05-02 Erico Nuneslima/ppir: support nir_op_ftrunc
2019-04-29 Andreas Baierllima/ppir: Add gl_FragCoord handling
2019-04-11 Qiang Yugallium: add lima driver