nir: Add b2b opcodes
[mesa.git] / src / compiler / nir /
2020-03-30 Jason Ekstrandnir: Add b2b opcodes
2020-03-30 Samuel Pitoisetnir/algebraic: add fexp2(fmul(flog2(a), 0.5) -> fsqrt...
2020-03-30 Timur Kristófnir: Collect if shader uses cross-invocation or indirec...
2020-03-30 Danylo Piliaievnir: Fix breakage of foreach_list_typed_safe assumption...
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-03-27 Timothy Arcerinir: fix packing of TCS varyings not read by the TES
2020-03-26 Erik Faye-Lundcompiler/nir: move build_log helper into builtin-builder
2020-03-26 Erik Faye-Lundcompiler/nir: move build_exp helper into builtin-builder
2020-03-26 Marek Olšáknir: add and gather shader_info::writes_memory
2020-03-25 Pierre-Eric Pellou... nir: update uses_demote flag in discard_to_demote pass
2020-03-24 Iago Toral Quiroganir: add a bool bitsize lowering pass
2020-03-24 Rhys Perrynir/gather_info: fix per-vertex handling in try_mask_pa...
2020-03-19 Rhys Perrynir/gather_info: handle emit_vertex_with_counter
2020-03-19 Marek Olšáknir: fix clip/cull_distance_array_size in nir_lower_cli...
2020-03-18 Ian Romanicksoft-fp64/flt: Perform checks in a different order
2020-03-18 Ian Romanicknir/algebraic: Simplify a contradiction that can occur...
2020-03-18 Ian Romanicknir/algebraic: Constant reassociation for bitwise opera...
2020-03-18 Ian Romanicknir/algebraic: Generalize some and-of-shift-right patte...
2020-03-18 Ian Romanicknir/algebraic: optimize ior(ine(a, 0), ine(b, 0)) to...
2020-03-18 Ian Romanicknir/algebraic: Simplify logic to detect sign of an...
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 Juan A. Suarez Romeronir/algebraic: coalesce fmod lowering
2020-03-12 Juan A. Suarez Romeronir/lower_double_ops: relax lower mod()
2020-03-12 Timur Kristófnir: Add ability to lower non-const quad broadcasts...
2020-03-10 Rob Clarknir/print: show variable precision
2020-03-09 Daniel Schürmannnir: add pass to lower discard() to demote()
2020-03-09 Daniel Schürmannnir: gather info whether a shader uses demote_to_helper
2020-03-06 Samuel Pitoisetnir/lower_input_attachments: remove bogus assert in...
2020-03-04 Jason Ekstrandnir: Flush to zero with OOB low exponents in ldexp
2020-02-28 Icecream95nir: Allow nir_format conversions to work on 32-bit...
2020-02-28 Marek Olšáknir: fix 5 warnings
2020-02-28 Marek Olšáknir: replace GCC unroll with an option that works on...
2020-02-26 Albert Astals Cidcube_face_index: Use fabsf instead of fabs since we...
2020-02-26 Albert Astals Cidcube_face_coord: Use fabsf instead of fabs since we...
2020-02-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-26 Juan A. Suarez Romeronir/lower_double_ops: add note for lowering mod
2020-02-24 Caio Marcelo de... nir, intel: Move use_scoped_memory_barrier to nir_options
2020-02-24 Caio Marcelo de... nir/tests: Use nir_scoped_memory_barrier() helper
2020-02-24 Caio Marcelo de... nir: Add the alias NIR_MEMORY_ACQ_REL
2020-02-24 Caio Marcelo de... nir/builder: Add nir_scoped_memory_barrier()
2020-02-24 Eric Anholtnir: Move intel's intrinsic_image_coordinate_components...
2020-02-24 Hyunjun Konir: Add optimization for doing removing f16/f32 conver...
2020-02-24 Neil Robertsnir/opcodes: Add nir_op_f2fmp
2020-02-21 Jason Ekstrandnir/builder: Return an integer from nir_get_texture_size
2020-02-21 Jason Ekstrandnir: Fix the nir_builder include path for nir_builtin_b...
2020-02-21 Karol Herbstnir/lower_ssbo: handle atomics
2020-02-21 Alyssa Rosenzweignir: Add SSBO->global lowering pass
2020-02-19 Ian Romanicknir/search: Use larger type to hold linearized index
2020-02-19 Kristian H. KristensenMark a few static inline helpers with ASSERTED
2020-02-13 Rhys Perrynir: fix nir_const_value_as_uint bit size in load/store...
2020-02-13 Erik Faye-LundRevert "nir: Add a couple trivial abs optimizations"
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-11 Samuel Pitoisetnir: do not use De Morgan's Law rules for flt and fge
2020-02-11 Ian Romanicknir: Mark fmin and fmax as commutative and associative
2020-02-10 Gert Wollnyr600/sfn: Add lowering UBO access to r600 specific...
2020-02-05 Eric Anholtglsl,nir: Switch the enum representing shader image...
2020-02-05 Boris Brezillonpan/midgard: Turn Z/S stores into zs_output_pan intrinsics
2020-02-05 Michel Dänzergitlab-ci: Add ppc64el and s390x cross-build jobs
2020-02-04 Kristian H. Kristensennir: Remove always-true assert
2020-02-04 Kristian H. Kristensennir: Make unroll pragma work on clang
2020-02-04 Kristian H. Kristensennir: Delete unused is_var_constant() helper
2020-01-29 Caio Marcelo de... nir: Make nir_deref_path_init skip trivial casts
2020-01-29 Rhys Perrynir/algebraic: add some half packing optimizations
2020-01-29 Rhys Perrynir/algebraic: add patterns for a >> #b << #b
2020-01-29 Samuel Pitoisetnir: lower interp_deref_at_vertex to load_input_vertex
2020-01-29 Samuel Pitoisetnir: add nir_intrinsic_interp_deref_at_vertex
2020-01-29 Samuel Pitoisetnir: lower SYSTEM_VALUE_BARYCENTRIC_* to nir_load_baryc...
2020-01-29 Samuel Pitoisetnir: add nir_intrinsic_load_barycentric_model
2020-01-29 Samuel Pitoisetcompiler: add a new explicit interpolation mode
2020-01-23 Vasily Khoruzhicknir: don't emit ishl in _nir_mul_imm() if backend doesn...
2020-01-23 Anthony Peschutil/hash_table: added hash functions for integer types
2020-01-23 Samuel Pitoisetnir/lower_input_attachments: lower nir_texop_fragment_...
2020-01-23 Samuel Pitoisetnir: add two new texture ops for multisample fragment...
2020-01-23 Matt Turnerutil: Remove tmp argument from BITSET_FOREACH_SET macro
2020-01-23 Ian Romanicknir/algebraic: Optimize some 64-bit integer comparisons...
2020-01-23 Ian Romanicknir/algebraic: Add lowering for 64-bit iadd_sat and...
2020-01-23 Ian Romanicknir/algebraic: Add lowering for 64-bit uadd_sat
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-23 Ian Romanicknir/algebraic: Add lowering for uabs_usub and uabs_isub
2020-01-23 Ian Romanicknir: Add new instructions for INTEL_shader_integer_func...
2020-01-21 Eric Anholtnir: Drop the ssbo_offset to atomic lowering.
2020-01-21 Eric Anholtmesa: Make atomic lowering put atomics above SSBOs.
2020-01-16 Eric Anholtnir: Fix printing of ~0 .locations.
2020-01-15 Jason Ekstrandanv,nir: Lower quad_broadcast with dynamic index in NIR
2020-01-15 Elie Tourniernir/algebraic: sqrt(x)*sqrt(x) -> fabs(x)
2020-01-15 Elie Tourniernir/algebraic: i2f(f2i()) -> trunc()
2020-01-14 Caio Marcelo de... nir: Add missing nir_var_mem_global to various passes
2020-01-14 Rhys Perrynir/algebraic: a & ~(a >> 31) -> imax(a, 0)
2020-01-14 Rhys Perrynir/sink,nir/move: move/sink nir_op_mov
2020-01-14 Rhys Perrynir/sink,nir/move: move/sink load_per_vertex_input
2020-01-14 Rhys Perrynir/lower_gs_intrinsics: add option for per-stream...
2020-01-14 Rhys Perrynir/divergence: handle load_primitive_id in GS
2020-01-14 Kenneth GraunkeRevert "nir: assert that nir_lower_tex runs after lower...
2020-01-13 Rob Clarknir: assert that nir_lower_tex runs after lowering...
2020-01-13 Jason Ekstrandnir/lower_atomics_to_ssbo: Also lower barriers
next