nir/vtn: SPIR-V bit count opcodes (core and extension) dest size mismatches nir
[mesa.git] / src / compiler / nir /
2020-08-27 Jesse Natalienir: Add bit_count to lower_int64 pass
2020-08-27 Jesse Natalienir: Remove 32bit restriction for uadd_carry optimization
2020-08-27 Jesse Natalienir: Implement mul_high lowering for bit sizes other...
2020-08-27 Jesse Natalienir_lower_bit_size: Support lowering ops with differing...
2020-08-27 Jesse Natalienir: Relax opt_if logic to prevent re-merging 64bit...
2020-08-27 Jesse Natalienir: Add a lowering pass to split 64bit phis
2020-08-25 Jason Ekstrandnir: Report progress properly in nir_lower_bool_to_*
2020-08-25 Kenneth Graunkenir: Move new edgeflag assert into the io_lowered case
2020-08-25 Kenneth Graunkenir: Copy semantics to nir_intrinsic_load_fs_input_inte...
2020-08-24 Daniel Schürmannnir,amd: remove trinary_minmax opcodes
2020-08-24 Marek Olšáknir: generate lowered IO in nir_lower_passthrough_edgeflags
2020-08-24 Marek Olšáknir: properly identify texcoords for lowered IO in...
2020-08-24 Marek Olšáknir: print IO semantics (v2)
2020-08-24 Marek Olšáknir: update IO semantics in nir_io_add_const_offset_to_base
2020-08-24 Marek Olšáknir: gather all IO info from IO intrinsics
2020-08-24 Marek Olšáknir: save IO semantics in lowered IO intrinsics
2020-08-24 Eric Anholtnir/load_store_vectorizer: Clean up unit test swizzle...
2020-08-24 Eric Anholtfreedreno/ir3: Replace our custom vec4 UBO intrinsic...
2020-08-24 Eric Anholtnir: Add a lowering pass for backends wanting load_ubo...
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-24 Erik Faye-Lundnir: add iabs-lowering code
2020-08-21 Karol Herbstnir: fix nir_variable_create for kernels
2020-08-21 Jesse Natalienir: Add options to nir_lower_compute_system_values...
2020-08-21 Jesse Natalienir: Move compute system value lowering to a separate...
2020-08-21 Erik Faye-Lundcompiler/nir: make lowering global-id to local-id optional
2020-08-21 Jesse Natalienir: Add new system values and intrinsics for dealing...
2020-08-21 Jesse Natalienir: Populate some places where existing system values...
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-08-21 Rhys Perrynir: add and use nir_intrinsic_has_ helpers
2020-08-20 Jesse Natalienir: Use 'unsigned' instead of enum types in nir_variab...
2020-08-20 Jason Ekstrandnir: Add an LOD parameter to image_*_size
2020-08-20 Eric Anholtnir: Shrink store intrinsic num_components to the size...
2020-08-20 Eric Anholtnir: Expand opt_undef to handle undef channels in a...
2020-08-20 Eric Anholtnir/opt_undef: Handle a couple more normal store intrin...
2020-08-20 Jason Ekstrandnir/opt_large_constants: Fix a type/deref_type typo
2020-08-20 Rhys Perrynir: fix memory leak in nir_cf_list_clone
2020-08-20 Rhys Perrynir: fix potential left shift of a negative value
2020-08-19 Jason Ekstrandnir/large_constants: Handle incomplete derefs
2020-08-19 Jason Ekstrandnir/find_array_copies: Handle cast derefs
2020-08-19 Jason Ekstrandnir/builder: Add a nir_iand_imm helper
2020-08-19 Jason Ekstrandnir: Initialize nir_ssa_def::live_index
2020-08-19 Connor Abbottnir/lower_input_attachments: Support loading layer...
2020-08-19 Connor Abbottnir/lower_input_attachments: Support loading layer...
2020-08-19 Connor Abbottnir/lower_input_attachments: Refactor to use an options...
2020-08-19 Rhys Perrynir/opt_remove_phis: optimize out phis with undef
2020-08-18 Louis-Francis Ratt... st/mesa: Replace UsesStreams by ActiveStreamMask for GS
2020-08-17 Jesse Natalienir: Add fisfinite op
2020-08-17 Jesse Natalienir: Add fisnormal op
2020-08-17 Boris Brezillonnir: Fix i64tof32 lowering
2020-08-17 Boris Brezilloncompiler/nir: Add new flags to lower pack/unpack split...
2020-08-17 Jason Ekstrandnir/builder: Make nir_get_ptr_bitsize take a nir_shader
2020-08-17 Jesse Natalienir: Add nir_address_format_32bit_index_offset_pack64
2020-08-17 Jesse Natalienir: Add nir_address_format_32bit_offset_as_64bit
2020-08-17 Jesse Natalienir: Optimize mask+downcast to just downcast
2020-08-17 Jesse Natalienir: Fix serialize/deserialize of void samplers/images
2020-08-17 Gert Wollnycompiler/nir: extend lower_fragcoord_wtrans to support...
2020-08-17 Gert Wollnycompiler/nir: rewrite lower_fragcoord_wtrans to use...
2020-08-17 Marek Olšáknir: handle load_input_vertex in nir_get_io_offset_src
2020-08-17 Marek Olšáknir: remove nir_strip stub declaration
2020-08-14 Karol Herbstspirv: parse unstructured CFG
2020-08-14 Jason Ekstrandnir/lower_goto_if: Add some debug prints
2020-08-14 Jason Ekstrandnir/lower_goto_if: Add a route::outside set
2020-08-14 Jason Ekstrandnir/lower_goto_if: Replace a tripple loop with a double...
2020-08-14 Jason Ekstrandnir/lower_goto_if: Add a block_for_singular_set helper
2020-08-14 Jason Ekstrandnir/lower_goto_if: Sort blocks in select_fork
2020-08-14 Jason Ekstrandnir/lower_goto_if: Rework some set union logic
2020-08-14 Jason Ekstrandnir/lower_goto_if: Rework handling of skip targets
2020-08-14 Jason Ekstrandnir/lower_goto_if: Use util/list instead of exec_list
2020-08-14 Jason Ekstrandnir/lower_goto_if: Clean up ralloc usage
2020-08-14 Jason Ekstrandnir/lower_goto_if: Document some data structures
2020-08-14 Julian Winklernir: Add a structurizer
2020-08-14 Karol Herbstnir: Add goto_if jump instruction
2020-08-14 Jason Ekstrandnir: Add and use nir_foreach_block_unstructured helpers
2020-08-14 Karol Herbstnir: Add a structured flag to nir_shader
2020-08-13 Tony Wasserkanir/lower_idiv: Port recent LLVM fixes to emit_udiv
2020-08-11 Jesse Natalienir: nir_range_analysis needs to be updated for vec16
2020-08-11 Alyssa Rosenzweignir/lower_ssbo: Don't set align_* for atomics
2020-08-05 Alejandro Piñeironir/lower_tex: handle query lod with nir_lower_tex_pack...
2020-08-05 Iago Toral Quiroganir/lower_tex: skip lower_tex_packing for the texture...
2020-08-05 Eric Anholtnir: Print the constant data size associated with a...
2020-08-05 Eric Anholtnir: Add a little more docs about NIR's constant_data.
2020-08-05 Eric Anholtnir/lower_amul: Use num_ubos/ssbos instead of recomputi...
2020-08-03 Jason Ekstrandnir/deref: Don't try to compare derefs containing casts
2020-08-03 Eric Anholtnir: Remove the old nir_opt_shrink_load.
2020-08-03 Eric Anholtnir: Add a pass to cut the trailing ends of vectors.
2020-07-31 David Stevensnir: Add colorspace support to YUV lowering pass
2020-07-30 Boris Brezillonnir: Get rid of __[u]int64_to_fp32() and __fp32_to_...
2020-07-30 Boris Brezillonnir: Extend nir_lower_int64() to support i2f/f2i lowering
2020-07-30 Boris Brezillonnir: Stop passing an options arg to nir_lower_int64()
2020-07-30 Boris Brezillonnir: Allow casts in nir_deref_instr_get[_const]_offset()
2020-07-30 Boris Brezillonnir: Use a switch in build_deref_offset()/deref_instr_g...
2020-07-29 Rhys Perrynir/load_store_vectorize: fix indentation
2020-07-29 Caio Marcelo de... nir: Filter modes of scoped memory barrier in nir_opt_l...
2020-07-29 Jason Ekstrandnir: Add a find_variable_with_[driver_]location helper
2020-07-29 Jason Ekstrandnir/split_per_member_structs: Inline split_variables_in...
2020-07-29 Jason Ekstrandnir: Use a single list for all shader variables
2020-07-29 Jason Ekstrandnir/lower_variable_initializers: Restrict the modes...
2020-07-29 Jason Ekstrandnir/split_per_member_structs: Use nir_variable_with_mod...
2020-07-29 Jason Ekstrandnir/lower_uniforms_to_ubo: Use nir_foreach_variable_wit...
next