ac/nir: set the DA field when performing atomics on 3D images
[mesa.git] / src / amd / common / ac_nir_to_llvm.c
2018-02-21 Samuel Pitoisetac/nir: set the DA field when performing atomics on...
2018-02-21 Dave Airlieradv/tess: don't need to look in constant for vertices_...
2018-02-21 Dave Airlieac/radv: cleanup some tcs output values access
2018-02-21 Dave Airlieac/radv: remove total_vertices variable
2018-02-21 Dave Airlieac/radv: don't mark tess inner as used if we don't...
2018-02-20 Dave Airlieac/nir: to integer the args to bcsel.
2018-02-20 Samuel Pitoisetac/nir: move ac_declare_lds_as_pointer() outside of...
2018-02-15 Samuel Pitoisetac/nir: do not reserve user SGPRs for unused descriptor...
2018-02-14 Timothy Arceriac: implement nir_intrinsic_image_samples
2018-02-14 Timothy Arceriac/nir_to_llvm: fix image size for arrays of arrays
2018-02-14 Samuel Pitoisetac/nir: rename nir_to_llvm_context to radv_shader_context
2018-02-14 Samuel Pitoisetac: remove nir_to_llvm_context from ac_nir_translate()
2018-02-14 Samuel Pitoisetac/nir: remove nir_to_llvm_context::nir link
2018-02-14 Samuel Pitoisetac: move the outputs array to the ABI
2018-02-14 Samuel Pitoisetac/shader: scan force_persample
2018-02-13 Timothy Arceriac/nir: add nir_intrinsic_{load,store}_shared support
2018-02-13 Timothy Arceriac/nir_to_llvm: add support for nir_intrinsic_shared_at...
2018-02-12 Eric Anholtac/nir: Fix compiler warning about uninitialized dw_addr.
2018-02-12 Samuel Pitoisetac/nir: remove backlink to nir_to_llvm_context
2018-02-12 Samuel Pitoisetac/nir: remove nir_to_llvm_context::module
2018-02-12 Samuel Pitoisetac/nir: remove nir_to_llvm_context::builder
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from glsl_to_llvm_type()
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from visit_var_atomic()
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from visit_vulkan_reso...
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from visit_load_push_c...
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from cast_ptr()
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from visit_load_local_...
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from emit_f2f16()
2018-02-12 Samuel Pitoisetac: remove unused parameters in abi::load_tess_coord()
2018-02-12 Samuel Pitoisetac/nir: remove useless bitcast in load_tess_coord()
2018-02-12 Samuel Pitoisetac: add load_resource() to the ABI
2018-02-12 Samuel Pitoisetac: add load_sample_mask_in() to the ABI
2018-02-12 Samuel Pitoisetac: move view_index to the ABI
2018-02-12 Samuel Pitoisetac: move push_constants to the ABI
2018-02-12 Samuel Pitoisetac: move tg_size to the ABI
2018-02-12 Samuel Pitoisetac/nir: remove unused nir_to_llvm_context:{defs,phis}
2018-02-09 Timothy Arceriac: convert nir_op_f2f32 src to a float
2018-02-09 Timothy Arceriac: fix some 64bit unpack asserts
2018-02-09 Samuel Pitoisetac/nir: compute correct number of user SGPRs on GFX9
2018-02-09 Timothy Arceriac: pass struct ac_llvm_context to emit_membar()
2018-02-08 Timothy Arceriac: move get_elem_bits() to ac_llvm_build.c
2018-02-08 Timothy Arceriac: add 64bit bitCount support
2018-02-08 Samuel Pitoisetac/nir: clean up handle_fs_outputs_post()
2018-02-08 Samuel Pitoisetac/nir: add radv_load_output() helper
2018-02-08 Samuel Pitoisetac/shader: scan info about output PS declarations
2018-02-08 Samuel Pitoisetac/nir: add radv_export_param() helper
2018-02-08 Samuel Pitoisetac/nir: remove set but unused export_mask
2018-02-08 Samuel Pitoisetac/nir: remove dead code in handle_vs_outputs_post()
2018-02-08 Samuel Pitoisetac/nir: remove useless check in si_llvm_init_export_args()
2018-02-08 Samuel Pitoisetac/nir: use ac_build_export_null()
2018-02-07 Samuel Pitoisetac/nir: use new pknorm_i16/u16 and pk_i16/u16 LLVM...
2018-02-07 Samuel Pitoisetac/nir: avoid loading unused VS input components
2018-02-06 Timothy Arceriac/radeonsi: add num_work_groups to the abi
2018-02-06 Timothy Arceriac: implement nir_intrinsic_shader_clock
2018-02-06 Timothy Arceriac/radeonsi: add load_local_group_size() to the abi
2018-02-06 Timothy Arceriac: don't call emit_outputs() for compute
2018-02-06 Timothy Arceriac/radeonsi: add local_invocation_ids to the abi
2018-02-06 Timothy Arceriac/radeonsi: add workgroup_ids to the abi
2018-02-06 Bas Nieuwenhuizenac/nir: fix GS load input type.
2018-02-05 Samuel Pitoisetac/nir: remove emission of nir_op_fdiv
2018-02-05 Samuel Pitoisetac/nir: fix a crash in load_gs_input() on pre-GFX9...
2018-02-02 Marek Olšákamd: remove support for LLVM 3.9
2018-02-02 Samuel Pitoisetac/nir: replace SI.buffer.load.dword with amdgcn.buffer...
2018-02-01 Marek Olšákac/nir: use ac_build_buffer_load_format for image buffe...
2018-02-01 Marek Olšákac: add glc parameter to ac_build_buffer_load_format
2018-01-31 Samuel Pitoisetac/nir: fix emission of ffract for 64-bit
2018-01-30 Timothy Arceriac/radeonsi: add lookup_interp_param and load_sample_po...
2018-01-30 Timothy Arceriradeonsi/nir: add prim_mask to the abi
2018-01-30 Timothy Arceriac/nir_to_llvm: move some interp defines to the header
2018-01-29 Timothy Arceriac: fix indentation
2018-01-29 Timothy Arceriac: remove unused nir2llvmtype()
2018-01-29 Timothy Arceriac: fix gs load inputs type
2018-01-28 Kai Wasserbächac/nir: call glsl_get_sampler_dim() only once where...
2018-01-27 Marek Olšákac: rename and move si_const_array into common code
2018-01-27 Marek Olšákac: move address space definitions to common code
2018-01-27 Marek Olšákac: don't use byval LLVM qualifier in shaders
2018-01-26 Samuel Pitoisetac/nir: set amdgpu.uniform and invariant.load for SSBOs
2018-01-26 Samuel Pitoisetac/nir: set amdgpu.uniform and invariant.load for UBOs
2018-01-26 Samuel Pitoisetac/nir: set the noalias attribute on input pointers
2018-01-26 Samuel Pitoisetac: only load used channels when sampling buffer views
2018-01-26 Samuel Pitoisetac: pass the number of channels to ac_build_buffer_load...
2018-01-26 Samuel Pitoisetac/shader: scan if fragment shaders write memory
2018-01-26 Samuel Pitoisetac/nir: only canonicalize 32-bit float min/max outputs...
2018-01-25 Samuel Pitoisetac/nir: add break statements in needs_view_index_sgpr()
2018-01-24 Dave Airlieradv: fix sample_mask_in loading. (v3.1)
2018-01-23 Bas Nieuwenhuizenac/nir: Use instance_rate_inputs per attribute, not...
2018-01-23 Timothy Arceriac: fix image load store for GLSL_SAMPLER_DIM_3D
2018-01-23 Timothy Arceriac: image size builtin for GLSL_SAMPLER_DIM_3D
2018-01-22 Timothy Arceriac: remove arrays when when querying sampler info
2018-01-22 Timothy Arceriac: fix emit vertex stream parameter
2018-01-22 Timothy Arceriac: add support for gl_HelperInvocation
2018-01-22 Timothy Arceriac/radeonsi: add emit primitive to the abi
2018-01-22 Timothy Arceriac: add stream handling to visit_end_primitive()
2018-01-22 Timothy Arceriac/nir/radeonsi: add ARB_shader_ballot support
2018-01-22 Timothy Arceriac/nir: add ARB_shader_group_vote support
2018-01-22 Samuel Pitoisetradv: add an option that allows to dump pre-optimization ir
2018-01-19 Bas Nieuwenhuizenac/nir: Fix vector extraction if source vector has...
2018-01-19 Bas Nieuwenhuizenac/nir: Use correct 32-bit component writemask for...
2018-01-19 Bas Nieuwenhuizenac/nir: Fix TCS output LDS offsets.
2018-01-18 Timothy Arceriac: fix visit_ssa_undef() for doubles
next