aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/llvm
Commit message (Expand)AuthorAgeFilesLines
* radv,ac/nir: lower deref operations for shared memorySamuel Pitoiset2019-11-291-22/+26
* amd/llvm: Refactor ac_build_scan.Bas Nieuwenhuizen2019-11-281-40/+51
* ac/llvm: convert src operands to pointers if necessarySamuel Pitoiset2019-11-281-0/+11
* ac/nir: don't rely on data.patch for tess factorsMarek Olšák2019-11-271-2/+6
* ac: add 8-bit and 16-bit supports to ac_build_permlane16()Samuel Pitoiset2019-11-271-8/+16
* radv/gfx10: fix implementation of exclusive scansSamuel Pitoiset2019-11-271-24/+52
* ac/llvm: fix warning in ac_build_canonicalize()Samuel Pitoiset2019-11-261-1/+1
* radeonsi/nir: don't run si_nir_opts again if there is no changeMarek Olšák2019-11-252-7/+10
* ac: set swizzled bit in cache policy as a hint not to merge loads/storesMarek Olšák2019-11-253-10/+7
* ac/nir, radv, radeonsi: Switch to using ac_shader_argsConnor Abbott2019-11-253-77/+65
* ac: Add a shared interface between radv, radeonsi, LLVM and ACOConnor Abbott2019-11-253-0/+105
* ac/llvm: fix the local invocation index for wave32Samuel Pitoiset2019-11-251-0/+4
* amd/llvm: Add Subgroup Scan functions for SIDaniel Schürmann2019-11-201-6/+75
* nir: move data.image.access to data.accessMarek Olšák2019-11-191-2/+2
* ac: add 16-bit float support to ac_build_alu_op()Samuel Pitoiset2019-11-191-4/+5
* ac: add 8-bit and 16-bit supports to ac_build_optimization_barrier()Samuel Pitoiset2019-11-191-2/+13
* ac: add 8-bit and 16-bit supports to ac_build_wwm()Samuel Pitoiset2019-11-191-3/+18
* ac: add 8-bit and 16-bit supports to get_reduction_identity()Samuel Pitoiset2019-11-191-1/+33
* ac: add 8-bit and 16-bit supports to ac_build_swizzle()Samuel Pitoiset2019-11-191-6/+13
* ac: add 8-bit and 16-bit supports to ac_build_dpp()Samuel Pitoiset2019-11-191-13/+20
* ac: add 8-bit and 16-bit supports to ac_build_set_inactive()Samuel Pitoiset2019-11-191-0/+9
* ac: add 8-bit and 16-bit supports to ac_build_readlane()Samuel Pitoiset2019-11-191-6/+16
* ac: add 8-bit and 16-bit supports to ac_build_shuffle()Samuel Pitoiset2019-11-191-5/+10
* ac: remove useless cast in ac_build_set_inactive()Samuel Pitoiset2019-11-191-1/+2
* radv: remove useless RADV_DEBUG=unsafemath debug optionSamuel Pitoiset2019-11-152-5/+0
* ac: fix build with recent LLVMSamuel Pitoiset2019-11-141-0/+4
* ac: handle pointer types to LDS in ac_get_elem_bits()Samuel Pitoiset2019-11-121-0/+5
* radv: fix OpQuantizeToF16 for NaN on GFX6-7Samuel Pitoiset2019-10-281-2/+2
* ac/llvm: fix ac_to_integer_type() for 32-bit const addr space pointersSamuel Pitoiset2019-10-211-0/+1
* ac/llvm: force fneg/fabs to flush denorms to zero if requestedSamuel Pitoiset2019-10-181-0/+14
* ac/llvm: add AC_FLOAT_MODE_ROUND_TO_ZEROSamuel Pitoiset2019-10-184-0/+5
* ac/llvm: add ac_build_canonicalize() helperSamuel Pitoiset2019-10-183-6/+33
* ac/nir: add back nir_op_fmodMarek Olšák2019-10-101-0/+11
* amd/llvm: Fix warning due to asserted-only variable.Bas Nieuwenhuizen2019-10-081-1/+1
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-0811-0/+11675