lima/ppir: Skip instruction merge when having more than one successor
[mesa.git] / src / gallium / drivers / lima / ir / pp / node_to_instr.c
2020-09-07 Andreas Baierllima/ppir: Skip instruction merge when having more...
2020-07-10 Timothy Arcerilima: add missing break
2020-05-27 Erico Nuneslima/ppir: use a ready list in node_to_instr
2020-05-09 Erico Nuneslima/ppir: add fallback mov option for const scheduler
2020-05-09 Erico Nuneslima/ppir: rework store output
2020-05-09 Erico Nuneslima/ppir: combine varying loads in node_to_instr
2020-05-09 Erico Nuneslima/ppir: do not assume single src for pipeline outputs
2019-10-31 Arno Messiaenlima: introduce ppir_op_load_coords_reg to differentiat...
2019-09-25 Vasily Khoruzhicklima/ppir: add node dependency types
2019-09-13 Andreas Baierllima/ppir: Add undef handling
2019-09-04 Vasily Khoruzhicklima/ppir: clone uniforms and load_coords into each...
2019-08-24 Vasily Khoruzhicklima/ppir: turn store_color into ALU node
2019-08-24 Vasily Khoruzhicklima/ppir: refactor const lowering
2019-08-14 Vasily Khoruzhicklima/ppir: add ppir_node to ppir_src
2019-08-04 Erico Nuneslima/ppir: simplify load uni/temp op lowering and sched...
2019-08-04 Erico Nuneslima/ppir: simplify select op lowering and scheduling
2019-08-04 Erico Nuneslima/ppir: support pipeline registers in scheduler
2019-08-03 Andreas Baierllima/ppir: Add gl_FrontFace handling
2019-07-31 Erico Nuneslima/ppir: refactor texture code to simplify scheduler
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-18 Andreas Baierllima/ppir: Add gl_PointCoord handling
2019-05-27 Vasily Khoruzhicklima/ppir: implement discard and discard_if
2019-04-29 Andreas Baierllima/ppir: Add gl_FragCoord handling
2019-04-11 Qiang Yugallium: add lima driver