summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: compact varyings after removing unused onesSamuel Pitoiset2018-02-191-6/+3
* radeonsi: implement 32-bit pointers in user data SGPRs (v2)Marek Olšák2018-02-172-0/+18
* ac: query high bits of 32-bit address spaceMarek Olšák2018-02-172-0/+8
* radv: Always lower indirect derefs after nir_lower_global_vars_to_local.Bas Nieuwenhuizen2018-02-153-36/+53
* ac/nir: do not reserve user SGPRs for unused descriptor setsSamuel Pitoiset2018-02-151-3/+6
* ac/shader: fix gathering of desc_set_used_maskSamuel Pitoiset2018-02-151-1/+1
* ac/shader: be a little smarter when scanning vertex buffersSamuel Pitoiset2018-02-151-1/+11
* ac: implement nir_intrinsic_image_samplesTimothy Arceri2018-02-151-0/+23
* ac/nir_to_llvm: fix image size for arrays of arraysTimothy Arceri2018-02-151-6/+4
* ac/nir: rename nir_to_llvm_context to radv_shader_contextSamuel Pitoiset2018-02-141-74/+74
* ac: remove nir_to_llvm_context from ac_nir_translate()Samuel Pitoiset2018-02-142-4/+3
* ac/nir: remove nir_to_llvm_context::nir linkSamuel Pitoiset2018-02-141-11/+0
* ac: move the outputs array to the ABISamuel Pitoiset2018-02-142-25/+26
* ac/shader: scan force_persampleSamuel Pitoiset2018-02-142-3/+17
* ac: Use the renumbered const address space for LLVM 7.Bas Nieuwenhuizen2018-02-141-1/+2
* ac/nir: add nir_intrinsic_{load,store}_shared supportTimothy Arceri2018-02-131-0/+46
* ac/nir_to_llvm: add support for nir_intrinsic_shared_atomic_*Timothy Arceri2018-02-131-6/+42
* radv: Fix compiler warning about uninitialized 'set'Eric Anholt2018-02-121-1/+1
* ac/nir: Fix compiler warning about uninitialized dw_addr.Eric Anholt2018-02-121-1/+1
* ac/nir: remove backlink to nir_to_llvm_contextSamuel Pitoiset2018-02-121-6/+0
* ac/nir: remove nir_to_llvm_context::moduleSamuel Pitoiset2018-02-121-13/+10
* ac/nir: remove nir_to_llvm_context::builderSamuel Pitoiset2018-02-121-95/+92
* ac/nir: drop nir_to_llvm_context from glsl_to_llvm_type()Samuel Pitoiset2018-02-121-13/+13
* ac/nir: drop nir_to_llvm_context from visit_var_atomic()Samuel Pitoiset2018-02-121-7/+7
* ac/nir: drop nir_to_llvm_context from visit_vulkan_resource_reindex()Samuel Pitoiset2018-02-121-5/+5
* ac/nir: drop nir_to_llvm_context from visit_load_push_constant()Samuel Pitoiset2018-02-121-6/+7
* ac/nir: drop nir_to_llvm_context from cast_ptr()Samuel Pitoiset2018-02-121-3/+3
* ac/nir: drop nir_to_llvm_context from visit_load_local_invocation_index()Samuel Pitoiset2018-02-121-4/+4
* ac/nir: drop nir_to_llvm_context from emit_f2f16()Samuel Pitoiset2018-02-121-15/+14
* ac: remove unused parameters in abi::load_tess_coord()Samuel Pitoiset2018-02-122-6/+3
* ac/nir: remove useless bitcast in load_tess_coord()Samuel Pitoiset2018-02-121-8/+3
* ac: add load_resource() to the ABISamuel Pitoiset2018-02-122-7/+25
* ac: add load_sample_mask_in() to the ABISamuel Pitoiset2018-02-122-8/+11
* ac: move view_index to the ABISamuel Pitoiset2018-02-122-15/+18
* ac: move push_constants to the ABISamuel Pitoiset2018-02-122-4/+5
* ac: move tg_size to the ABISamuel Pitoiset2018-02-122-3/+3
* ac/nir: remove unused nir_to_llvm_context:{defs,phis}Samuel Pitoiset2018-02-121-3/+0
* ac: convert nir_op_f2f32 src to a floatTimothy Arceri2018-02-101-0/+1
* ac: fix some 64bit unpack assertsTimothy Arceri2018-02-101-2/+2
* ac/nir: compute correct number of user SGPRs on GFX9Samuel Pitoiset2018-02-091-10/+29
* ac: pass struct ac_llvm_context to emit_membar()Timothy Arceri2018-02-091-3/+3
* ac: add 64bit support to ac_find_lsb()Timothy Arceri2018-02-091-2/+20
* ac: move get_elem_bits() to ac_llvm_build.cTimothy Arceri2018-02-093-26/+30
* ac: add 64bit bitCount supportTimothy Arceri2018-02-091-1/+6
* ac/nir: clean up handle_fs_outputs_post()Samuel Pitoiset2018-02-081-26/+38
* ac/nir: add radv_load_output() helperSamuel Pitoiset2018-02-081-20/+20
* ac/shader: scan info about output PS declarationsSamuel Pitoiset2018-02-085-16/+52
* ac/nir: add radv_export_param() helperSamuel Pitoiset2018-02-081-21/+22
* ac/nir: remove set but unused export_maskSamuel Pitoiset2018-02-082-2/+0
* ac/nir: remove dead code in handle_vs_outputs_post()Samuel Pitoiset2018-02-081-8/+1