vtn/opencl: native powr support
[mesa.git] / src / compiler / nir /
2020-05-04 Erik Faye-Lundcompiler/nir: move tan-calculation to helper
2020-05-01 Caio Marcelo de... intel/fs: Add and use a new load_simd_width_intel intrinsic
2020-04-29 Timur Kristófnir: Add new linking helper to set linked driver locations.
2020-04-28 Jason Ekstrandnir/combine_stores: Handle volatile
2020-04-28 Jason Ekstrandnir/dead_write_vars: Handle volatile
2020-04-28 Jason Ekstrandnir/copy_prop_vars: Report progress when deleting self...
2020-04-28 Jason Ekstrandnir/copy_prop_vars: Handle volatile better
2020-04-28 Ian Romanicknir/algebraic: Require operands to iand be 32-bit
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-27 Ian Romanicknir/algebraic: Detect some kinds of malformed variable...
2020-04-24 Jason Ekstrandnir/lower_subgroups: Mask off unused bits in ballot ops
2020-04-24 Jason Ekstrandnir/opt_deref: Remove certain sampler type casts
2020-04-23 Eric Anholtnir/lower_clip: Fix picking of unused driver locations.
2020-04-23 Eric Anholtnir/lower_two_sided_color: Fix picking of new driver...
2020-04-23 Gert Wollnynir: Add umad24 and umul24 opcodes
2020-04-23 Gert Wollnynir: Add r600 specific intrinsics for tesselation shader IO
2020-04-23 Rhys Perrynir/algebraic: don't undo lowering of 8/16-bit comparis...
2020-04-23 Rhys Perrynir/lower_bit_size: fix lowering of {imul,umul}_high
2020-04-23 Rhys Perrynir/lower_bit_size: fix lowering of shifts
2020-04-23 Kenneth Graunkenir: Actually do load/store vectorization beyond vec2
2020-04-22 Alejandro Piñeironir: add nir_tex_instr_need_sampler helper
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Jason Ekstrandnir: Delete the fnoise opcodes
2020-04-20 Jonathan Mareknir: convert_ycbcr: preserve alpha channel
2020-04-20 Jonathan Mareknir: add common convert_ycbcr for vulkan csc
2020-04-20 Dave Airlienir/linking: fix issue with two compact variables in...
2020-04-20 Samuel Pitoisetnir/opt_algebraic: lower 64-bit fmin3/fmax3/fmed3
2020-04-20 Samuel Pitoisetnir/lower_int64: lower imin3/imax3/umin3/umax3/imed3...
2020-04-20 Timothy Arcerinir/gcm: dont move movs unless we can replace them...
2020-04-20 Timothy Arcerinir/gcm: be more conservative about moving instructions...
2020-04-20 Timothy Arcerinir/gcm: allow derivative dependent intrinisics to...
2020-04-20 Jason Ekstrandnir/gcm: Prefer the instruction's original block
2020-04-20 Jason Ekstrandnir/gcm: Delete dead instructions
2020-04-20 Jason Ekstrandnir/gcm: Add a real concept of "progress"
2020-04-20 Jason Ekstrandnir/gcm: Move block choosing into a helper function
2020-04-20 Jason Ekstrandnir/gcm: Use an array for storing the early block
2020-04-20 Jason Ekstrandnir/gcm: Loop over blocks in pin_instructions
2020-04-20 Jason Ekstrandnir/dominance: Better handle unreachable blocks
2020-04-19 Arcady Goldmints... nir: Lower returns correctly inside nested loops
2020-04-18 Timothy Arcerinir: add matrix_layout to nir_variable data
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-04-16 Jason Ekstrandnir: Add some sanity assertions in opt_large_constants
2020-04-16 Jason Ekstrandnir: Add an alignment to nir_intrinsic_load_constant
2020-04-15 Connor Abbottir3: Fix LDC offset units
2020-04-09 Connor Abbottir3: Plumb through bindless support
2020-04-08 Timothy Arcerinir: make opt_if_loop_terminator() less strict
2020-04-07 Caio Marcelo de... nir: Add per_view attribute to nir_variable
2020-04-06 Rob Clarknir/lower_amul: fix slot calculation
2020-04-06 Rob Clarknir: add some swizzle helpers
2020-04-06 Jason Ekstrandnir: Assert memory loads are aligned
2020-04-06 Hyunjun Konir: fix wrong assignment to buffer in xfb_varyings_info
2020-04-04 Rob Clarknir: fix definition of imadsh_mix16 for vectors
2020-04-03 Daniel Schürmannnir: fix unpack_64_4x16 in lower_alu_to_scalar()
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Add support for nir_var_mem_g...
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Use nir_iadd_imm for offsets
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Fix shared atomic info
2020-04-02 Jason Ekstrandnir/from_ssa: Only chain movs when a src is also a...
2020-04-01 Mark Janesnir: check shader type before writing to shaderinfo...
2020-04-01 Ian Romanicknir/algebraic: Remove a redundant fabs pattern
2020-04-01 Ian Romanicknir/algebraic: Use value range analysis to convert...
2020-04-01 Ian Romanicknir/algebraic: Distribute source modifiers into instruc...
2020-04-01 Ian Romanicknir/algebraic: Change the default cursor location when...
2020-03-31 Timothy Arcerinir: fix crash in varying packing on interface mismatch
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in nir_shrink_array_vars
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in opt_undef_vecN
2020-03-31 Jason Ekstrandnir: Treat vec8/16 as select in opt_peephole_select
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in opt_split_alu_of_phi
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in lower_regs_to_ssa
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in lower_phis_to_scalar
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in gather_ssa_types
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in bool_to_bitsize
2020-03-31 Jason Ekstrandnir: Copy propagate through vec8s and vec16s
2020-03-31 Jason Ekstrandnir: Add a nir_op_is_vec helper
2020-03-31 Jason Ekstrandnir/algebraic: Add downcast-of-pack opts
2020-03-31 Jason Ekstrandnir/lower_int64: Lower 8 and 16-bit downcasts with...
2020-03-30 Jason Ekstrandnir/opt_loop_unroll: Fix has_nested_loop handling
2020-03-30 Jason Ekstrandnir: Set UBO alignments in lower_uniforms_to_ubo
2020-03-30 Jason Ekstrandnir: Validate that memory load/store ops work on whole...
2020-03-30 Jason Ekstrandnir: Insert b2b1s around booleans in nir_lower_to
2020-03-30 Jason Ekstrandnir: Use b2b opcodes for shared and constant memory
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...
next