summaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_llvm_build.h
Commit message (Expand)AuthorAgeFilesLines
* ac/nir: move unpack_param() to ac_llvm_build.cSamuel Pitoiset2018-03-131-0/+3
* ac/nir: move trim_vector to ac_llvm_build.cSamuel Pitoiset2018-03-131-0/+3
* ac/nir: move cast_ptr() to ac_llvm_build.cSamuel Pitoiset2018-03-131-0/+3
* ac/nir: move ac_build_alloca() to ac_llvm_build.cSamuel Pitoiset2018-03-131-0/+5
* ac: add if/loop build helpersTimothy Arceri2018-03-081-0/+20
* ac: add ac_build_fsign()Samuel Pitoiset2018-03-051-0/+3
* ac: add ac_build_isign()Samuel Pitoiset2018-03-051-0/+3
* ac: add ac_build_fract()Samuel Pitoiset2018-03-051-0/+3
* radeonsi: implement 32-bit pointers in user data SGPRs (v2)Marek Olšák2018-02-171-0/+5
* ac: Use the renumbered const address space for LLVM 7.Bas Nieuwenhuizen2018-02-141-1/+2
* ac: move get_elem_bits() to ac_llvm_build.cTimothy Arceri2018-02-091-0/+3
* ac: add ac_build_export_null() helperSamuel Pitoiset2018-02-081-0/+2
* ac/radeonsi: create ac_build_shader_clock() helperTimothy Arceri2018-02-071-0/+2
* radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsMarek Olšák2018-02-021-0/+13
* ac: add glc parameter to ac_build_buffer_load_formatMarek Olšák2018-02-011-0/+1
* radeonsi: load the right number of components for VS inputs and TBOsMarek Olšák2018-02-011-0/+3
* ac: rename and move si_const_array into common codeMarek Olšák2018-01-271-0/+3
* ac: move address space definitions to common codeMarek Olšák2018-01-271-0/+1
* ac: pass the number of channels to ac_build_buffer_load_format()Samuel Pitoiset2018-01-261-0/+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
* ac: add ac_build_fmin/fmax helpersMarek Olšák2018-01-061-1/+4
* ac: move some helpers to ac_llvm_build.cTimothy Arceri2018-01-051-0/+8
* 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/+2
* ac: move build_varying_gather_values() to ac_llvm_build.h and exposeTimothy Arceri2017-12-041-0/+4
* 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/+4
* ac/llvm: add i1false/i1true to common code.Dave Airlie2017-10-261-0/+2
* ac/nir: move lds declaration/load/store into shared code.Dave Airlie2017-10-261-0/+12
* radeonsi: postponed KILL isn't postponed anymore, but maintains WQMMarek Olšák2017-10-241-0/+1
* ac: replace ac_build_kill with ac_build_kill_if_falseMarek Olšák2017-10-241-1/+1
* ac/nir: init full exec mask for merged shaders.Dave Airlie2017-10-201-0/+1
* ac: clean up ac_build_indexed_load function interfacesMarek Olšák2017-10-171-8/+6
* ac: properly document a buffer.store LLVM workaroundMarek Olšák2017-10-061-1/+1
* amd/common: move ac_build_phi from radeonsiNicolai Hähnle2017-10-021-0/+5
* amd/common: remove has_ds_bpermute argument from ac_build_ddxyNicolai Hähnle2017-09-181-1/+0
* amd/common: add chip_class to ac_llvm_contextNicolai Hähnle2017-09-181-1/+6
* amd/common: round cube array slice in ac_prepare_cube_coordsNicolai Hähnle2017-09-181-1/+1
* ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.cConnor Abbott2017-09-081-0/+5
* radeonsi: move the guts of ARB_shader_group_vote emission to acConnor Abbott2017-09-081-0/+6
* radeonsi: move si_emit_ballot() to acConnor Abbott2017-09-081-0/+3
* radeonsi: move emit_optimization_barrier() to acConnor Abbott2017-09-081-0/+2
* radeonsi: move llvm_get_type_size() to acConnor Abbott2017-09-081-0/+2
* radeon/ac: use ds_swizzle for derivs on si/cik.Dave Airlie2017-08-021-1/+0
* radeonsi: use new function ac_build_umin for edgeflag clampingNicolai Hähnle2017-07-311-0/+1
* ac/nir: add always_vector argument to ac_build_gather_values_extendedNicolai Hähnle2017-07-311-1/+2