nir: support lowering clipdist to arrays
[mesa.git] / src / gallium / drivers / lima /
2019-10-16 Andreas Baierllima: Fix crash when there are no vertex shader attributes
2019-10-16 Andreas Baierllima: Fix compiler warning in standalone compiler
2019-10-09 Vasily Khoruzhicklima/ppir: don't clone texture loads
2019-09-28 Vasily Khoruzhicklima: set uniforms_address lower bits properly
2019-09-28 Icenowy Zhenglima: do not set the PP uniforms address lowest bits
2019-09-27 Vasily Khoruzhicklima/ppir: add NIR pass to split varying loads
2019-09-26 Icenowy Zhenglima: support rectangle texture
2019-09-25 Andreas Baierllima/ppir: Add various varying fetch sources to disasse...
2019-09-25 Vasily Khoruzhicklima/ppir: add support for indirect load of uniforms...
2019-09-25 Vasily Khoruzhicklima/ppir: add node dependency types
2019-09-25 Vasily Khoruzhicklima/ppir: don't attempt to clone tex coords if it...
2019-09-24 Connor Abbottlima/gpir: Fix 64-bit shift in scheduler spilling
2019-09-24 Connor Abbottlima/gpir: Don't emit movs when translating from NIR
2019-09-24 Connor Abbottlima/gpir: Fix postlog2 fixup handling
2019-09-24 Connor Abbottlima/gpir: Use registers for values live in multiple...
2019-09-24 Connor Abbottlima/gpir: Support branch instructions
2019-09-24 Connor Abbottlima/gpir: Only try to place actual children
2019-09-24 Connor Abbottlima/gpir: Fix compiler warning
2019-09-23 Erico Nuneslima: remove partial clear support from pipe->clear()
2019-09-23 Vasily Khoruzhicklima: implement BO cache
2019-09-23 Vasily Khoruzhicklima: use 0 to poll if BO is busy in lima_bo_wait()
2019-09-23 Qiang Yulima: move damage bound build to resource
2019-09-23 Qiang Yulima: don't use damage system when full damage
2019-09-23 Qiang Yulima: implement EGL_KHR_partial_update
2019-09-22 Icenowy Zhenglima: fix PLBU viewport configuration
2019-09-17 Icenowy Zhenglima: reset scissor state if scissor test is disabled
2019-09-16 Vasily Khoruzhicklima: add standalone disassembler with primitive MBS...
2019-09-13 Andreas Baierllima/ppir: Add undef handling
2019-09-13 Andreas Baierllima/ppir: Rename ppir_op_dummy to ppir_op_undef
2019-09-11 Dylan Bakermeson: don't generate file into subdirs
2019-09-11 Vasily Khoruzhicklima: set .out_sync field of req in lima_submit_start()
2019-09-09 Vasily Khoruzhicklima/ppir: drop fge/flt/feq/fne options
2019-09-09 Vasily Khoruzhicklima: run opt_algebraic between int_to_float and boot_t...
2019-09-09 Vasily Khoruzhicklima/gpir: fix warning in gpir disassembler
2019-09-09 Vasily Khoruzhicklima/gpir: lower fceil
2019-09-09 Connor Abbottlima/gpir: Disallow moves for schedule_first nodes
2019-09-09 Connor Abbottlima/gpir: Fix fake dep handling for schedule_first...
2019-09-09 Connor Abbottlima/gpir: Fix schedule_first insertion logic
2019-09-09 Connor Abbottlima/gpir: Ignore unscheduled successors in can_use_com...
2019-09-09 Connor Abbottlima/gpir: Do all lowerings before rsched
2019-09-06 Vasily Khoruzhicklima/ppir: don't lower phis to scalar
2019-09-06 Vasily Khoruzhicklima/ppir: don't lower vector {b,f}csel to scalar if...
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...
next