lima/ppir: mark regalloc created ssa unspillable
[mesa.git] / src / gallium / drivers / lima / ir / pp /
2019-09-05 Erico Nuneslima/ppir: mark regalloc created ssa unspillable
2019-09-04 Vasily Khoruzhicklima/ppir: clone uniforms and load_coords into each...
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: print register index and components number...
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: validate shader outputs
2019-08-24 Vasily Khoruzhicklima/ppir: turn store_color into ALU node
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 write after read deps for registers
2019-08-24 Vasily Khoruzhicklima/ppir: fix ordering deps
2019-08-24 Vasily Khoruzhicklima/ppir: set write mask for texture loads if dest...
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-20 Erico Nuneslima/ppir: use ra_get_best_spill_node to select spill...
2019-08-14 Vasily Khoruzhicklima/ppir: print srcs and dests in ppir_node_print_prog()
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-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