nir: allow specifying filter callback in lower_alu_to_scalar
[mesa.git] / src / gallium / drivers / lima /
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-09-05 Erico Nuneslima/ppir: improve regalloc spill cost calculation
2019-09-05 Erico Nuneslima/ppir: optimizations in regalloc spilling code
2019-09-05 Erico Nuneslima/ppir: mark regalloc created ssa unspillable
2019-09-04 Roman Stratiienkolima: Return fence unconditionally
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-28 Vasily Khoruzhicklima: fix texture descriptor issues
2019-08-25 Erico Nuneslima/ppir: enable vectorize optimization
2019-08-25 Erico Nuneslima/ppir: lower selects to scalars
2019-08-25 Erico Nuneslima: fix ppir spill stack allocation
2019-08-25 Qiang Yulima: move format handling to unified place
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-16 Erico Nuneslima: actually wait for bo in lima_bo_wait
2019-08-15 Vasily Khoruzhicklima: fix compilation of standalone compiler
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-09 Vasily Khoruzhicklima: introduce a struct describing texture descriptor
2019-08-09 Vasily Khoruzhicklima: add texel format table
2019-08-08 Roman Stratiienkolima: Fix Android.mk
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-06 Erico Nuneslima: add support for debug callback
2019-08-05 Erico Nuneslima/ppir: enable lower_vector_cmp to lower fall_equal
2019-08-05 Erico Nuneslima: re-run nir_opt_algebraic after int lowering
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-08-03 Eric Engestrommeson: drop unused dep_{thread,dl}
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-07-31 Erico Nuneslima: enable lower_bitops in ppir
2019-07-31 Erico Nunesnir/algebraic: rename lower_bitshift to lower_bitops
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 Erico Nuneslima/ppir: lower texture projection
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-30 Connor Abbottlima/gp: Support exp2 and log2
2019-07-30 Connor Abbottlima/gpir: Always schedule complex2 and *_impl right...
2019-07-28 Connor Abbottlima/gpir/sched: Handle more special ops in can_use_com...
2019-07-28 Connor Abbottlima/gp: Clean up lima_program_optimize_vs_nir() a...
2019-07-28 Connor Abbottlima/gpir/sched: Don't try to spill when something...
2019-07-24 Jonathan Mareknir: replace lower_sincos with algebraic opt
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-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
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-18 Connor Abbottlima/gp: Fix problem with complex moves
2019-07-18 Connor Abbottlima/gpir: Rework the scheduler
2019-07-18 Connor Abbottlima/gp: Mark more add-only nodes as maybe-two-slot
2019-07-18 Connor Abbottlima/gpir: Fix some bugs in instruction handling
2019-07-18 Connor Abbottlima: Reintroduce the standalone compiler
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-07-13 Andreas Baierllima: Fix compiler warnings for unused functions.
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
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-24 Andreas Baierllima/ppir: lower ffma in ppir
2019-06-20 Alyssa Rosenzweiglima,panfrost: Move lima_tiling.c/h to /src/panfrost
2019-06-16 Erico Nuneslima: lower fmod in ppir and gpir
2019-06-14 Erico Nuneslima: fix dynarray usage in lima_submit_add_bo
2019-06-13 Mateusz Krzaklima/ppir: change offset type to int
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
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-06-03 Jonathan Mareknir: copy intrinsic type when lowering load input/unifo...
2019-05-31 Jonathan Mareknir: remove bool lowering from lower_int_to_float
2019-05-31 Jonathan Mareknir: add lower_bitshift option
2019-05-27 Vasily Khoruzhicklima/ppir: implement discard and discard_if
2019-05-25 Qiang Yulima: fix lima_blit with non-zero level source resource
2019-05-25 Qiang Yulima: fix render to non-zero level texture
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-20 Qiang Yulima/gpir: switch to use nir_lower_viewport_transform
next