turnip: Lower usub_borrow.
[mesa.git] / src / freedreno / ir3 / ir3_nir.c
2019-12-16 Eric Anholtturnip: Lower usub_borrow.
2019-11-20 Neil Robertsfreedreno/ir3: Enabling lowering 16-bit flrp
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Allocate const space for tessellation...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Extend geometry lowering pass to handle...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add tessellation field to shader key
2019-10-21 Rhys Perrynir/lower_idiv: add new llvm-based path
2019-10-18 Rob Clarknir: add nir_lower_amul pass
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement primitive layout intrinsics
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement lowering passes for VS and GS
2019-10-17 Erik Faye-Lundnir: support feeding state to nir_lower_clip_[vg]s
2019-10-17 Erik Faye-Lundnir: support lowering clipdist to arrays
2019-10-10 Marek Olšáknir: add nir_shader_compiler_options::lower_to_scalar
2019-09-30 Daniel Schürmannfreedreno: Enable the nir_opt_algebraic_late() pass.
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Turn on vectorize_io
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-13 Rob Clarkfreedreno/ir3: track # of driver params
2019-08-12 Rhys Perrynir: replace nir_move_load_const() with nir_opt_sink()
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-06-24 Eric Anholtfreedreno: Stop treating UBO 0 specially in UBO uploading.
2019-06-24 Daniel Schürmannnir: define behavior of nir_op_bfm and nir_op_u/ibfe...
2019-06-22 Eric Anholtfreedreno: Only upload UBO pointers for UBOs that haven...
2019-06-22 Eric Anholtfreedreno: Remove silly return from ir3_optimize_nir().
2019-06-05 Kenneth Graunkenir: Combine lower_fmod16/32 back into a single lower_fmod.
2019-06-05 Kenneth Graunkegallium: Drop lower_fmod64 from drivers that don't...
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-05-07 Rob Clarkfreedreno/ir3: move const_state to ir3_shader
2019-05-07 Rob Clarkfreedreno/ir3: split out const_state setup
2019-05-07 Rob Clarkfreedreno/ir3: consolidate const state
2019-05-07 Ian Romanicknir: Use the flrp lowering pass instead of nir_opt_alge...
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-05-02 Rob Clarkfreedreno/ir3: fb read support
2019-05-02 Rob Clarkfreedreno/ir3: fix shader variants vs UBO analysis
2019-04-14 Karol Herbstfreedreno/ir3: use nir_src_as_uint in a few places
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-03-30 Rob Clarkfreedreno/ir3: convert to "new style" frag inputs
2019-03-27 Kristian H. Kristensenfreedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
2019-03-21 Rob Clarkfreedreno/ir3: additional lowering
2019-03-21 Jason Ekstrandanv,radv,turnip: Lower TG4 offsets with nir_lower_tex
2019-03-13 Eduardo Lima Mitevir3/compiler: Enable lower_io_offsets pass and handle...
2019-03-08 Rob Clarkfreedreno/ir3: turn on [iu]mul_high
2019-02-26 Rob Clarkfreedreno/a6xx: vertex_id is not _zero_based
2019-02-14 Eric Anholtfreedreno: Use the NIR lowering for isign.
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-11-27 Rob Clarkfreedreno: move ir3 to common location