nir: Report progress properly in nir_lower_bool_to_*
[mesa.git] / src / compiler / nir / nir_builder.h
2020-08-24 Eric Anholtnir: Add nir_[iu]shr_imm and nir_udiv_imm helpers and...
2020-08-24 Eric Anholtnir: Make the nir_builder *_imm helpers consistently...
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-08-20 Jesse Natalienir: Use 'unsigned' instead of enum types in nir_variab...
2020-08-19 Jason Ekstrandnir/builder: Add a nir_iand_imm helper
2020-08-17 Jason Ekstrandnir/builder: Make nir_get_ptr_bitsize take a nir_shader
2020-08-14 Julian Winklernir: Add a structurizer
2020-08-14 Karol Herbstnir: Add goto_if jump instruction
2020-07-24 Jason Ekstrandspirv: Use nir_bany/ball for OpAny/All
2020-07-24 Jesse Natalienir: Support 8 and 16 component vectors for reduceable...
2020-06-03 Rob Clarknir/builder: add bitsize conversion helpers
2020-06-03 Rob Clarknir: extract out convert_to_bitsize() helper
2020-06-03 Boris Brezillonnir: Replace the scoped_memory barrier by a scoped_barrier
2020-05-19 Jason Ekstrandnir: Add a store_reg helper and use the builder in...
2020-04-17 Jason Ekstrandspirv,nir: Move the SPIR-V vector insert code to NIR
2020-04-17 Jason Ekstrandnir/builder: Handle any bit-size selector in nir_extract
2020-02-24 Caio Marcelo de... nir/builder: Add nir_scoped_memory_barrier()
2020-01-29 Samuel Pitoisetnir: add nir_intrinsic_load_barycentric_model
2020-01-23 Vasily Khoruzhicknir: don't emit ishl in _nir_mul_imm() if backend doesn...
2019-12-21 Rob Clarknir+vtn: vec8+vec16 support
2019-11-12 Brian Paulnir: fix a couple signed/unsigned comparison warnings...
2019-11-11 Jason Ekstrandnir/builder: Add a nir_extract_bits helper
2019-10-18 Rob Clarknir: add amul instruction
2019-10-04 Eric Anholtnir: Skip emitting no-op movs from the builder.
2019-08-06 Connor Abbottnir/builder: Add nir_b2i
2019-07-29 Eric Anholtnir: Fix helgrind complaints about data race in trivial...
2019-07-10 Jason Ekstrandnir/builder: Use nir_const_value_for_* for constructing...
2019-07-09 Alyssa Rosenzweignir: Add nir_imm_vec4_16
2019-06-19 Connor Abbottnir: Allow qualifiers on copy_deref and image instructions
2019-06-03 Caio Marcelo de... nir: Add nir_ball_iequal() helper
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandnir/builder: Merge nir_[if]mov_alu into one nir_mov_alu...
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-04 Karol Herbstnir: Add nir_op_vec helper
2019-05-04 Karol Herbstnir: Add a nir_builder_alu variant which takes an array...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Jason Ekstrandnir/builder: Add a nir_imm_zero helper
2019-04-14 Karol Herbstnir/builder: Move nir_imm_vec2 from blorp into the...
2019-03-27 Samuel Pitoisetnir: add nir_{load,store}_deref_with_access() helpers
2019-03-19 Karol Herbstnir/spirv: support physical pointers
2019-03-16 Jason Ekstrandnir/builder: Add a vector extract helper
2019-03-07 Jason Ekstrandnir/builder: Add a build_deref_array_imm helper
2019-03-07 Jason Ekstrandnir/builder: Cast array indices in build_deref_follower
2019-03-07 Jason Ekstrandnir/builder: Emit better code for iadd/imul_imm
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-02-25 Jason Ekstrandnir/builder: Don't emit no-op swizzles
2019-02-23 Caio Marcelo de... nir: nir_build_deref_follower accept array derefs of...
2019-01-10 Matt Turnernir: Tag entrypoint for easy recognition by nir_shader_...
2019-01-08 Jason Ekstrandnir: Add a ptr_as_array deref type
2019-01-08 Jason Ekstrandnir/builder: Add nir_i2i and nir_u2u helpers which...
2019-01-02 Iago Toral Quirogacompiler/nir: add nir_fadd_imm() and nir_fmul_imm(...
2019-01-02 Iago Toral Quirogacompiler/nir: add a nir_b2f() helper
2018-12-16 Jason Ekstrandnir: Switch to using 1-bit Booleans for almost everything
2018-12-16 Jason Ekstrandnir: Add support for 1-bit data types
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-11-21 Iago Toral QuirogaRevert "nir/builder: Assert that intN_t immediates...
2018-11-16 Jason Ekstrandnir/builder: Add a nir_pack/unpack/bitcast helpers
2018-11-16 Jason Ekstrandnir/builder: Add iadd_imm and imul_imm helpers
2018-11-16 Jason Ekstrandnir/builder: Assert that intN_t immediates fit
2018-10-26 Jason Ekstrandnir/builder: Handle 16-bit floats in nir_imm_floatN_t
2018-10-26 Jason Ekstrandnir/builder: Add a nir_imm_true/false helpers
2018-10-16 Caio Marcelo de... nir: Add nir_imm_ivec2 helper
2018-07-17 Karol Herbstnir: prepare for bumping up max components to 16
2018-07-13 Karol Herbstnir: cleanup oversized arrays in nir_swizzle calls
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir/builder: Use deref instructions for load/store...
2018-06-23 Jason Ekstrandnir,spirv: Rework function calls
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_var_copies
2018-06-23 Jason Ekstrandnir: Add helpers for working with deref instructions
2018-06-23 Jason Ekstrandnir: Add _deref versions of all of the _var intrinsics
2018-06-23 Jason Ekstrandnir/builder: Add deref building helpers
2018-04-17 Neil Robertsnir/builder: Add a nir_imm_floatN_t helper
2018-04-05 Jason Ekstrandprog/nir: Simplify some load/store operations
2018-03-27 Rob Clarknir: mako all the intrinsics
2017-11-07 Jason Ekstrandnir/builder: Add a nir_imm_intN_t helper
2017-10-10 Eric Anholtnir: Move vc4's alpha test lowering to core NIR.
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-03 Jason Ekstrandnir/builder: Add an int64 immediate helper
2017-03-02 Jason Ekstrandnir/builder: Add support for easily building control...
2017-01-07 Jason Ekstrandnir/builder: Add a helper for getting the most recently...
2017-01-07 Jason Ekstrandnir/builder: Add a load_deref_var helper
2016-12-30 Jason Ekstrandnir: Make nir_copy_deref follow the "clone" pattern
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-08-19 Eric Anholtnir: Add nir_builder support for individual system...
2016-08-18 Kenneth Graunkenir/builder: Add bany_inequal and bany helpers.
2016-07-20 Kenneth Graunkenir: Add new intrinsics for fragment shader input inter...
2016-05-14 Jason Ekstrandnir/builder: Add a helper for grabbing multiple channel...
2016-05-14 Jason Ekstrandnir/builder: Generate the alu helpers directly in python
2016-05-12 Rob Clarknir: glsl_get_bit_size() should take glsl_type
2016-04-28 Jose Fonsecanir: Avoid C99 field initializers.
2016-04-28 Connor Abbottnir/builder: add nir_imm_double()
2016-04-28 Samuel Iglesias... nir/builder: Add bit_size info to nir_build_imm()
2016-04-19 Rob Clarknir/builder: const'ify swiz param
2016-04-17 Dave Airlienir: only dereference undef after NULL check. (v2)
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_load_const_instr_create()
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_ssa_undef_instr_create()
2016-03-29 Jason Ekstrandnir/builder: Add a helper for creating undefs
next