aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_llvm_build.c
Commit message (Expand)AuthorAgeFilesLines
* ac: handle undefined EQAA samples in ac_apply_fmask_to_sampleMarek Olšák2018-06-131-2/+4
* ac: fix possible truncation of intrinsic nameTimothy Arceri2018-06-081-1/+1
* amd/common: Fix number of coords for getlod.Bas Nieuwenhuizen2018-06-071-3/+18
* amd/common: use the dimension-aware image intrinsics on LLVM 7+Nicolai Hähnle2018-06-041-24/+165
* ac: Use DPP for build_ddxy where possible.Bas Nieuwenhuizen2018-05-231-1/+15
* amd: remove support for LLVM 4.0Marek Olšák2018-05-171-179/+103
* ac/llvm: use amdgcn.tbuffer.store instead of SI.tbuffer.store intrinsicDave Airlie2018-05-171-32/+60
* amd/common: use llvm.amdgcn.wqm for explicit derivativesNicolai Hähnle2018-05-041-0/+7
* ac: fix the number of coordinates for ac_image_get_lod and arraysSamuel Pitoiset2018-04-231-0/+14
* ac/nir: use ac_build_image_opcode for image intrinsicsNicolai Hähnle2018-04-201-22/+0
* radeonsi: generate image load/store/atomic ops using ac_build_image_opcodeNicolai Hähnle2018-04-201-27/+78
* amd/common: pass address components individually to ac_build_image_intrinsicNicolai Hähnle2018-04-201-12/+89
* amd/common: pass new enum ac_image_dim to ac_build_image_opcodeNicolai Hähnle2018-04-201-2/+8
* 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