aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_llvm_build.c
Commit message (Expand)AuthorAgeFilesLines
* ac: add LLVM build functions for subgroup instrinsicsDaniel Schürmann2018-04-141-0/+456
* ac: make ballot and umsb capable of 64bit inputsDaniel Schürmann2018-04-141-9/+25
* radeonsi: move FMASK shader logic to shared codeMarek Olšák2018-04-021-0/+56
* ac/nir: Add workaround for GFX9 buffer views.Bas Nieuwenhuizen2018-03-291-0/+24
* ac/nir: move unpack_param() to ac_llvm_build.cSamuel Pitoiset2018-03-131-0/+16
* ac/nir: move trim_vector to ac_llvm_build.cSamuel Pitoiset2018-03-131-0/+19
* ac/nir: move cast_ptr() to ac_llvm_build.cSamuel Pitoiset2018-03-131-0/+8
* ac/nir: move ac_build_alloca() to ac_llvm_build.cSamuel Pitoiset2018-03-131-0/+33
* ac: add if/loop build helpersTimothy Arceri2018-03-081-0/+189
* ac: update enabled channels mask when optimizing PARAM exportsSamuel Pitoiset2018-03-061-2/+16
* ac: add ac_build_fsign()Samuel Pitoiset2018-03-051-0/+23
* ac: add ac_build_isign()Samuel Pitoiset2018-03-051-0/+23
* ac: add ac_build_fract()Samuel Pitoiset2018-03-051-0/+22
* radeonsi: implement 32-bit pointers in user data SGPRs (v2)Marek Olšák2018-02-171-0/+13
* 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-091-0/+19
* ac: add ac_build_export_null() helperSamuel Pitoiset2018-02-081-0/+17
* ac/radeonsi: create ac_build_shader_clock() helperTimothy Arceri2018-02-071-0/+8
* amd: remove support for LLVM 3.9Marek Olšák2018-02-021-140/+47
* radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsMarek Olšák2018-02-021-0/+164
* ac: add glc parameter to ac_build_buffer_load_formatMarek Olšák2018-02-011-1/+2
* radeonsi: load the right number of components for VS inputs and TBOsMarek Olšák2018-02-011-0/+35
* ac/llvm: bump the number of results to 8.Dave Airlie2018-01-311-1/+1
* ac: rename and move si_const_array into common codeMarek Olšák2018-01-271-0/+6
* ac: pass the number of channels to ac_build_buffer_load_format()Samuel Pitoiset2018-01-261-12/+4
* ac: add ac_build_buffer_load_common() helperSamuel Pitoiset2018-01-261-21/+40
* ac: fix ac_build_varying_gather_values() for packed layoutsTimothy Arceri2018-01-231-1/+1
* ac: add i64_0 and i64_1 to llvm build contextTimothy Arceri2018-01-141-0/+2
* ac: add f64_0 to the llvm build contextTimothy Arceri2018-01-121-0/+1
* ac: add f64_1 to the llvm build contextTimothy Arceri2018-01-121-0/+1
* amd/common: import get_{load,store}_intr_attribs() from RadeonSISamuel Pitoiset2018-01-101-10/+2
* ac: add ac_build_fmin/fmax helpersMarek Olšák2018-01-061-14/+18
* ac: rework ac_llvm_extract_elem()Timothy Arceri2018-01-051-3/+3
* ac: move some helpers to ac_llvm_build.cTimothy Arceri2018-01-051-0/+24
* amd/common: pass the family to ac_llvm_context_init()Samuel Pitoiset2017-12-221-1/+2
* amd/common: add ac_build_waitcnt()Samuel Pitoiset2017-12-141-0/+9
* radeonsi: make use of ac_build_fdiv()Samuel Pitoiset2017-12-141-0/+1
* ac: move build_varying_gather_values() to ac_llvm_build.h and exposeTimothy Arceri2017-12-041-0/+22
* ac: add v2f32 to the common code and make use of itTimothy Arceri2017-11-031-0/+1
* ac: add v3i32 to the common code and make use of itTimothy Arceri2017-11-031-0/+1
* ac: add v2i32 to the common code and use itTimothy Arceri2017-11-031-0/+1
* ac/llvm: consolidate find lsb function.Dave Airlie2017-10-261-0/+31
* ac/llvm: add i1false/i1true to common code.Dave Airlie2017-10-261-6/+9
* ac/nir: move lds declaration/load/store into shared code.Dave Airlie2017-10-261-0/+23
* radeonsi: postponed KILL isn't postponed anymore, but maintains WQMMarek Olšák2017-10-241-0/+7
* ac: use llvm.amdgcn.kill with LLVM 6.0Marek Olšák2017-10-241-0/+6
* ac: replace ac_build_kill with ac_build_kill_if_falseMarek Olšák2017-10-241-13/+6
* ac: Fix a compiler warning for possibly undefined "name"Eric Anholt2017-10-231-1/+1
* ac/nir: init full exec mask for merged shaders.Dave Airlie2017-10-201-0/+8
* ac: clean up ac_build_indexed_load function interfacesMarek Olšák2017-10-171-17/+25