nir: add callback to nir_remove_dead_variables()
[mesa.git] / src / compiler / nir / nir.h
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-02 Marek Olšáknir: add options::vectorize_vec2_16bit to limit vectori...
2020-05-25 Dmitriy Nesternir: replace fnv1a hash function with xxhash
2020-05-19 Jason Ekstrandnir: Add const to nir_intrinsic_src_components
2020-05-19 Jason Ekstrandnir: Add a new helper for iterating phi sources leaving...
2020-05-19 Jason Ekstrandnir: Add documentation for each jump instruction type
2020-05-15 Jason Ekstrandnir: Use 8-bit types for most info fields
2020-05-14 Rob Clarknir: add pass to lower disjoint wrmask's
2020-05-14 Rob Clarknir: add helper to copy const_index[]
2020-05-14 Jason Ekstrandnir: Add some docs to the metadata types
2020-05-13 Jason Ekstrandnir: Make "divergent" a property of an SSA value
2020-05-11 Samuel Pitoisetnir: do not vectorize load/store if offset can overflow...
2020-05-07 Ian Romanicknir/algebraic: Split ibfe and ubfe with two constant...
2020-04-29 Timur Kristófnir: Add new linking helper to set linked driver locations.
2020-04-27 Jonathan Mareknir: add pack_32_2x16_split/unpack_32_2x16_split lowering
2020-04-27 Alyssa Rosenzweignir: Move nir_lower_mediump_outputs from ir3
2020-04-23 Gert Wollnynir: Add umad24 and umul24 opcodes
2020-04-23 Rhys Perrynir/algebraic: don't undo lowering of 8/16-bit comparis...
2020-04-22 Alejandro Piñeironir: add nir_tex_instr_need_sampler helper
2020-04-20 Jason Ekstrandnir/dominance: Better handle unreachable blocks
2020-04-18 Timothy Arcerinir: add matrix_layout to nir_variable data
2020-04-07 Caio Marcelo de... nir: Add per_view attribute to nir_variable
2020-04-06 Rob Clarknir: add some swizzle helpers
2020-04-01 Ian Romanicknir/algebraic: Distribute source modifiers into instruc...
2020-03-31 Jason Ekstrandnir: Add a nir_op_is_vec helper
2020-03-24 Iago Toral Quiroganir: add a bool bitsize lowering pass
2020-03-12 Caio Marcelo de... nir: Add pass to combine adjacent scoped memory barriers
2020-03-12 Caio Marcelo de... nir: Reorder nir_scopes so wider scope has larger numer...
2020-03-12 Caio Marcelo de... nir: Don't skip a bit in nir_memory_semantics
2020-03-12 Timur Kristófnir: Add ability to lower non-const quad broadcasts...
2020-03-09 Daniel Schürmannnir: add pass to lower discard() to demote()
2020-02-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-24 Caio Marcelo de... nir, intel: Move use_scoped_memory_barrier to nir_options
2020-02-24 Caio Marcelo de... nir: Add the alias NIR_MEMORY_ACQ_REL
2020-02-24 Eric Anholtnir: Move intel's intrinsic_image_coordinate_components...
2020-02-21 Alyssa Rosenzweignir: Add SSBO->global lowering pass
2020-02-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-02-12 Arcady Goldmints... compiler/nir: Add support for variable initialization...
2020-02-05 Eric Anholtglsl,nir: Switch the enum representing shader image...
2020-01-29 Samuel Pitoisetcompiler: add a new explicit interpolation mode
2020-01-23 Samuel Pitoisetnir: add two new texture ops for multisample fragment...
2020-01-23 Ian Romanicknir/algebraic: Add lowering for 64-bit usub_sat
2020-01-23 Ian Romanicknir/algebraic: Add lowering for 64-bit hadd and rhadd
2020-01-21 Eric Anholtnir: Drop the ssbo_offset to atomic lowering.
2020-01-15 Jason Ekstrandanv,nir: Lower quad_broadcast with dynamic index in NIR
2020-01-14 Rhys Perrynir/sink,nir/move: move/sink nir_op_mov
2020-01-14 Rhys Perrynir/lower_gs_intrinsics: add option for per-stream...
2020-01-03 Erik Faye-Lundnir/zink: move clip_halfz-lowering to common code
2020-01-03 Kenneth Graunkest/nir: Optionally unify inputs_read/outputs_written...
2019-12-21 Rob Clarknir+vtn: vec8+vec16 support
2019-12-17 Jonathan Mareknir: add option to lower half packing opcodes
2019-12-13 Timothy Arcerinir: add some fields to nir_variable_data
2019-11-25 Eric Anholtnir: Add a scheduler pass to reduce maximum register...
2019-11-25 Rhys Perrynir: add a load/store vectorization pass
2019-11-25 Rhys Perrynir: add nir_num_variable_modes and nir_var_mem_push_const
2019-11-21 Marek Olšáknir: strip as we serialize to remove the nir_shader_clo...
2019-11-21 Dave Airlienir: add 64-bit ufind_msb lowering support. (v2)
2019-11-20 Rhys Perrynir: add nir_variable::index and nir_index_vars
2019-11-20 Rhys Perrynir: make nir_variable::{num_members,num_state_slots...
2019-11-20 Neil Robertsnir: Add a 8-bit bool type
2019-11-20 Neil Robertsnir: Add a 16-bit bool type
2019-11-19 Marek Olšáknir: don't use GLenum16 in nir.h
2019-11-19 Marek Olšáknir: move data.descriptor_set above data.index for...
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-06 Samuel Pitoisetnir: fix packing of nir_variable
2019-11-06 Marek Olšáknir/serialize: don't expand 16-bit variable state slots...
2019-11-06 Marek Olšáknir: pack the rest of nir_variable::data
2019-11-04 Marek Olšáknir: pack nir_variable::data::xfb_*
2019-11-04 Marek Olšáknir: pack nir_variable::data::stream
2019-11-04 Marek Olšákcompiler: make variable::data::binding unsigned
2019-10-24 Caio Marcelo de... nir: Add scoped_memory_barrier intrinsic
2019-10-24 Timothy Arcerinir: improve nir_variable packing
2019-10-24 Timothy Arcerinir: fix nir_variable_data packing
2019-10-21 Rhys Perrynir/lower_idiv: add new llvm-based path
2019-10-18 Rob Clarknir: add nir_lower_amul pass
2019-10-18 Rob Clarknir/search: fix the PoT helpers
2019-10-18 Eduardo Lima Mitevnir: Add new texop nir_texop_tex_prefetch
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-17 Erik Faye-Lundnir: add lowering-pass for point-size mov
2019-10-17 Erik Faye-Lundnir: allow passing alpha-ref state to lowering-code
2019-10-17 Dave Airlienir: add a pass to lower flat shading.
2019-10-10 Marek Olšáknir: add nir_shader_compiler_options::lower_to_scalar
2019-10-10 Marek Olšáknir: move gl_nir_opt_access from glsl directory
2019-09-17 Samuel Iglesias... nir: add auxiliary functions to detect if a mode is...
2019-09-06 Jason Ekstrandnir: Add a block_is_unreachable helper
2019-09-06 Timur Kristófnir: Carve out nir_lower_samplers from GLSL code.
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-08-22 Alyssa Rosenzweignir: Remove nir_const_load_to_arr
2019-08-20 Daniel Schürmannnir: add divergence analysis pass.
2019-08-20 Rhys Perrynir/lcssa: allow to create LCSSA phis for loop-invarian...
2019-08-20 Daniel Schürmannnir/lcssa: Skip loop invariant variables when convertin...
2019-08-20 Rhys Perrynir: make nir_to_lcssa() a general NIR pass.
2019-08-19 Jason Ekstrandnir: Add more source types to nir_tex_instr_src_type
2019-08-13 Iago Toral Quiroganir: add a pass to clamp gl_PointSize to a range
2019-08-12 Rhys Perrynir: merge and extend nir_opt_move_comparisons and...
2019-08-12 Rhys Perrynir: replace nir_move_load_const() with nir_opt_sink()
2019-08-08 Rhys Perrynir: add nir_lower_to_explicit()
2019-07-31 Jason Ekstrandnir/lower_io: Add an option to lower 64-bit varyings
next