summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2018-02-12radv: Fix compiler warning about uninitialized 'set'Eric Anholt1-1/+1
2018-02-12ac/nir: Fix compiler warning about uninitialized dw_addr.Eric Anholt1-1/+1
2018-02-12ac/nir: remove backlink to nir_to_llvm_contextSamuel Pitoiset1-6/+0
2018-02-12ac/nir: remove nir_to_llvm_context::moduleSamuel Pitoiset1-13/+10
2018-02-12ac/nir: remove nir_to_llvm_context::builderSamuel Pitoiset1-95/+92
2018-02-12ac/nir: drop nir_to_llvm_context from glsl_to_llvm_type()Samuel Pitoiset1-13/+13
2018-02-12ac/nir: drop nir_to_llvm_context from visit_var_atomic()Samuel Pitoiset1-7/+7
2018-02-12ac/nir: drop nir_to_llvm_context from visit_vulkan_resource_reindex()Samuel Pitoiset1-5/+5
2018-02-12ac/nir: drop nir_to_llvm_context from visit_load_push_constant()Samuel Pitoiset1-6/+7
2018-02-12ac/nir: drop nir_to_llvm_context from cast_ptr()Samuel Pitoiset1-3/+3
2018-02-12ac/nir: drop nir_to_llvm_context from visit_load_local_invocation_index()Samuel Pitoiset1-4/+4
2018-02-12ac/nir: drop nir_to_llvm_context from emit_f2f16()Samuel Pitoiset1-15/+14
2018-02-12ac: remove unused parameters in abi::load_tess_coord()Samuel Pitoiset2-6/+3
2018-02-12ac/nir: remove useless bitcast in load_tess_coord()Samuel Pitoiset1-8/+3
2018-02-12ac: add load_resource() to the ABISamuel Pitoiset2-7/+25
2018-02-12ac: add load_sample_mask_in() to the ABISamuel Pitoiset2-8/+11
2018-02-12ac: move view_index to the ABISamuel Pitoiset2-15/+18
2018-02-12ac: move push_constants to the ABISamuel Pitoiset2-4/+5
2018-02-12ac: move tg_size to the ABISamuel Pitoiset2-3/+3
2018-02-12ac/nir: remove unused nir_to_llvm_context:{defs,phis}Samuel Pitoiset1-3/+0
2018-02-10ac: convert nir_op_f2f32 src to a floatTimothy Arceri1-0/+1
2018-02-10ac: fix some 64bit unpack assertsTimothy Arceri1-2/+2
2018-02-09ac/nir: compute correct number of user SGPRs on GFX9Samuel Pitoiset1-10/+29
2018-02-09ac: pass struct ac_llvm_context to emit_membar()Timothy Arceri1-3/+3
2018-02-09ac: add 64bit support to ac_find_lsb()Timothy Arceri1-2/+20
2018-02-09ac: move get_elem_bits() to ac_llvm_build.cTimothy Arceri3-26/+30
2018-02-09ac: add 64bit bitCount supportTimothy Arceri1-1/+6
2018-02-08ac/nir: clean up handle_fs_outputs_post()Samuel Pitoiset1-26/+38
2018-02-08ac/nir: add radv_load_output() helperSamuel Pitoiset1-20/+20
2018-02-08ac/shader: scan info about output PS declarationsSamuel Pitoiset5-16/+52
2018-02-08ac/nir: add radv_export_param() helperSamuel Pitoiset1-21/+22
2018-02-08ac/nir: remove set but unused export_maskSamuel Pitoiset2-2/+0
2018-02-08ac/nir: remove dead code in handle_vs_outputs_post()Samuel Pitoiset1-8/+1
2018-02-08ac/nir: remove useless check in si_llvm_init_export_args()Samuel Pitoiset1-3/+0
2018-02-08ac/nir: use ac_build_export_null()Samuel Pitoiset1-2/+1
2018-02-08ac: add ac_build_export_null() helperSamuel Pitoiset2-0/+19
2018-02-08radv: implement VK_EXT_external_memory_hostFredrik Höglund6-8/+137
2018-02-07ac/nir: use new pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsSamuel Pitoiset1-99/+47
2018-02-07ac/nir: avoid loading unused VS input componentsSamuel Pitoiset1-1/+6
2018-02-07ac/shader: scan vertex inputs usage maskSamuel Pitoiset2-0/+16
2018-02-06radv: run nir_opt_shrink_loadSamuel Pitoiset1-0/+2
2018-02-07ac/radeonsi: add num_work_groups to the abiTimothy Arceri2-3/+3
2018-02-07ac: implement nir_intrinsic_shader_clockTimothy Arceri1-0/+3
2018-02-07ac/radeonsi: create ac_build_shader_clock() helperTimothy Arceri2-0/+10
2018-02-07ac/radeonsi: add load_local_group_size() to the abiTimothy Arceri2-0/+5
2018-02-07ac: don't call emit_outputs() for computeTimothy Arceri1-2/+3
2018-02-07ac/radeonsi: add local_invocation_ids to the abiTimothy Arceri2-3/+4
2018-02-07ac/radeonsi: add workgroup_ids to the abiTimothy Arceri2-5/+5
2018-02-06ac/nir: fix GS load input type.Bas Nieuwenhuizen1-1/+1
2018-02-06radv: don't support tc-compat on multisample d32s8 at all.Dave Airlie1-2/+2