lima/ppir: fix lod bias register codegen
[mesa.git] / src / gallium / drivers / lima / ir / pp / codegen.c
2020-05-09 Erico Nuneslima/ppir: fix lod bias register codegen
2020-03-20 Vasily Khoruzhicklima: add support for R and RG formats
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: add cubemap 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 support for indirect load of uniforms...
2019-09-04 Vasily Khoruzhicklima/ppir: don't assume that load coords gets value...
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 support for unconditional branches and...
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-23 Erico Nuneslima/ppir: fix branch codegen register encode
2019-07-18 Andreas Baierllima/ppir: Add gl_PointCoord handling
2019-07-15 Vinson Leelima/ppir: Fix assert condition in ppir_codegen_encode_...
2019-07-15 Vasily Khoruzhicklima/ppir: Fix branch codegen
2019-07-15 Vasily Khoruzhicklima/ppir: Fix assert condition in ppir_codegen_encode_...
2019-06-13 Mateusz Krzaklima/ppir: change offset type to int
2019-06-06 Vasily Khoruzhicklima/ppir: add missing handling of min/max ops for...
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