lima/ppir: introduce accessors for ppir_node sources
[mesa.git] / src / gallium / drivers / lima / ir / pp /
2019-08-14 Vasily Khoruzhicklima/ppir: introduce accessors for ppir_node sources
2019-08-12 Andreas Baierllima/ppir: Add fddx and fddy
2019-08-06 Erico Nuneslima: fix pipe_debug_callback warnings
2019-08-06 Vasily Khoruzhicklima/ppir: move sin/cos input scaling into NIR
2019-08-06 Erico Nuneslima: add summary report for shader-db
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-04 Vasily Khoruzhicklima/ppir: move alu vec to scalar lowering into NIR
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-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-24 Qiang Yulima/ppir: fix disassembler temp read/write print
2019-07-23 Erico Nuneslima/ppir: fix branch codegen register encode
2019-07-23 Erico Nuneslima/ppir: fix debug logs in regalloc
2019-07-23 Erico Nuneslima/ppir: fix alignment on regalloc spilling loads
2019-07-19 Erico Nuneslima/ppir: handle all node types in ppir_node_replace_child
2019-07-19 Erico Nuneslima/ppir: branch regalloc fixes
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-26 Jonathan Mareknir: remove fnot/fxor/fand/for opcodes
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-06-06 Vasily Khoruzhicklima/ppir: add missing handling of min/max ops for...
2019-06-06 Vasily Khoruzhicklima/ppir: fix crash when program uses no registers...
2019-05-27 Vasily Khoruzhicklima/ppir: implement discard and discard_if
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-06 Erico Nuneslima/ppir: abort compilation in case of unsupported...
2019-05-06 Erico Nuneslima/ir: print names of unsupported intrinsics
2019-05-02 Erico Nuneslima/ppir: support nir_op_ftrunc
2019-04-29 Patrick Lerdalima/ppir: fix pointer referenced after a free
2019-04-29 Andreas Baierllima/ppir: Add gl_FragCoord handling
2019-04-19 Erico Nuneslima/ppir: support ppir_op_ceil
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Karol Herbstlima: use nir_src_as_float
2019-04-12 Icenowy Zhenglima: lower bool to float when building shaders
2019-04-11 Qiang Yugallium: add lima driver