Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / nir /
2020-09-04 Marek Olšáknir/algebraic: add 16-bit versions of a few 32-bit...
2020-09-04 Marek Olšáknir/algebraic: trivially enable existing 32-bit pattern...
2020-09-04 Marek Olšáknir: get ffma support from NIR options for nir_lower_flrp
2020-09-04 Eric Anholtnir/load_store_vectorizer: Add unit tests for alignment...
2020-09-04 Eric Anholtnir/load_store_vectorizer: Use more imm helpers in...
2020-09-04 Rhys Perrynir/load_store_vectorize: rework alignment calculation
2020-09-04 Erik Faye-Lundnir: fix const-cast warning on MSVC
2020-09-03 Jason Ekstrandnir: Allow uniform in nir_lower_vars_to_explicit_types
2020-09-03 Jason Ekstrandnir: Allow var_mem_global in nir_lower_vars_to_explicit...
2020-09-03 Jason Ekstrandspirv: Propagate alignments to deref chains via casts
2020-09-03 Jason Ekstrandnir/opt_deref: Remove restrictive alignment information...
2020-09-03 Jason Ekstrandnir/opt_deref: Don't remove casts with alignment inform...
2020-09-03 Jason Ekstrandnir/lower_io: Apply alignments from derefs when available
2020-09-03 Jason Ekstrandnir: Add a helper for getting the alignment of a deref
2020-09-03 Jason Ekstrandnir: Handle all array stride cases in nir_deref_instr_a...
2020-09-03 Jason Ekstrandnir: Add alignment information to cast derefs
2020-09-03 Jason Ekstrandnir: Don't bail too early in lower_mem_constant_vars
2020-09-03 Jason Ekstrandnir/lower_indirect_derefs: Add a threshold
2020-09-02 Marek Olšáknir: fix a bug in is_dual_slot in nir_io_add_const_offs...
2020-09-02 Jason Ekstrandnir/builder: Add load/store_global helpers
2020-09-02 Jason Ekstrandintel/fs: Add support for a new load_reloc_const intrinsic
2020-09-02 Jason Ekstrandnir/clone: Add a helper for cloning most instruction...
2020-09-02 Eric Anholtnir/opt_vectorize: Add a callback for filtering of...
2020-09-02 Eric Anholtnir: Add simplistic lowering for bany_equal/ball_inequal.
2020-09-01 Jason Ekstrandnir/lower_explicit_io: Assert that compute address...
2020-09-01 Jason Ekstrandnir: Allow opt_large_constants to be run with constant_...
2020-09-01 Jason Ekstrandnir/lower_io: Add support for nir_var_mem_constant
2020-09-01 Jason Ekstrandnir/lower_io: Add a build_addr_for_var helper
2020-09-01 Jason Ekstrandnir/lower_io: Use the variable mode for load_scratch_ba...
2020-09-01 Jason Ekstrandnir: Add a load_global_constant intrinsic
2020-09-01 Jason Ekstrandnir: Add a new nir_var_mem_constant variable mode
2020-09-01 Karol Herbstnir/serialize: fix serialization of system values
2020-09-01 Karol Herbstnir: use enum operator helper for nir_variable_mode...
2020-09-01 Jason Ekstrandnir: Improve the comment on num_inputs and friends
2020-09-01 Jason Ekstrandnir: Rename num_shared to shared_size
2020-09-01 Samuel Pitoisetnir/algebraic: mark some optimizations with fsat(NaN...
2020-08-31 Jesse Natalienir/vtn: Convert constant samplers to variables with...
2020-08-31 Jesse Natalienir/vtn: Add intrinsics for CL image format/order queries
2020-08-31 Jesse Natalienir/vtn: Add type constant to image intrinsics
2020-08-31 Jesse Natalieclover/nir/spirv: Use uniform rather than shader_in...
2020-08-31 Eric Anholtnir: Switch the indexing of block->live_in/out arrays.
2020-08-31 Eric Anholtnir: Invalidate live SSA def information when making...
2020-08-31 Italo Nicolanir: add shared/global atomics to nir_get_io_offset_src()
2020-08-31 Eric Anholtnir: Look up the shader when printing a single instruction.
2020-08-31 Eric Anholtnir: Fix printing of individual instructions with io...
2020-08-29 Jason Ekstrandnir: Take a variable remap parameter in nir_inline_func...
2020-08-29 Jason Ekstrandnir: Use a switch in nir_inline_function_impl
2020-08-27 Eric Anholtnir/lower_discard_to_demote: Use nir_shader_instruction...
2020-08-27 Eric Anholtnir/nir_lower_wrmasks: Use the nir_lower_instructions_p...
2020-08-27 Eric Anholtnir/lower_io_to_scalar: Convert to use nir_shader_instr...
2020-08-27 Eric Anholtnir/opt_undef: Convert to use nir_shader_instructions_p...
2020-08-27 Eric Anholtnir/lower_vec_to_movs: Convert to use nir_shader_instru...
2020-08-27 Eric Anholtnir: Add a helper for general instruction-modifying...
2020-08-27 Eric Anholtnir/opt_copy_prop_vars: Quiet valgrind warning about...
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
next