summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* radeon/ac: fix intrinsic version checkDave Airlie2017-03-061-1/+1
* ac: normalize build helper namesMarek Olšák2017-03-033-283/+282
* ac: replace SI.vs.load.input with amdgcn.buffer.load.formatMarek Olšák2017-03-031-0/+20
* radeonsi: move SI.vs.load.input building into amd/commonMarek Olšák2017-03-032-0/+23
* ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0Marek Olšák2017-03-033-4/+62
* ac: remove offen parameter from ac_build_buffer_store_dwordMarek Olšák2017-03-033-10/+8
* radeonsi: merge and simplify tbuffer_store functionsMarek Olšák2017-03-033-74/+38
* radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfeMarek Olšák2017-03-032-0/+29
* radeonsi: move kill intrinsic building into amd/commonMarek Olšák2017-03-032-0/+17
* radeonsi: set readnone on reads from read-only memoryMarek Olšák2017-03-032-3/+11
* radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtzMarek Olšák2017-03-032-0/+20
* ac: replace old image intrinsics with new onesMarek Olšák2017-03-031-0/+80
* radeonsi: move image intrinsic building to amd/commonMarek Olšák2017-03-032-0/+97
* ac: replace SI.export with amdgcn.exp.*Marek Olšák2017-03-031-0/+31
* radeonsi: move llvm.SI.export building to amd/commonMarek Olšák2017-03-032-0/+26
* ac: unify build_type_name_for_intr functionsMarek Olšák2017-03-033-38/+42
* gallivm, ac: add writeonly and inaccessiblememonly attributesMarek Olšák2017-03-032-0/+4
* amd/common: Fix build with new ac_add_function_attr()Tobias Klausmann2017-03-013-3/+5
* gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák2017-03-014-48/+86
* gallivm,ac: remove unused FUNC_ATTR_LAST enumsMarek Olšák2017-03-011-1/+0
* radv: fix txs for sampler buffersDave Airlie2017-03-011-1/+1
* amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12Marek Olšák2017-02-281-1/+1
* radv/ac: Use constants for immutable samplers.Bas Nieuwenhuizen2017-02-281-0/+16
* radeon/ac: make ac_shader_binary_config_start() available externallyTimothy Arceri2017-02-282-1/+8
* radeon/ac: add llvm_ir_string to ac_shader_binary structTimothy Arceri2017-02-281-0/+1
* radv/ac: Add integer->integer casts.Bas Nieuwenhuizen2017-02-261-0/+18
* ac: silence a warningMarek Olšák2017-02-251-2/+1
* radv: add sample mask output supportDave Airlie2017-02-242-2/+7
* radv/ac: refactor our fmask sample index fixup.Dave Airlie2017-02-241-122/+107
* radv: fetch sample index via fmask for image coord as well.Dave Airlie2017-02-241-54/+126
* radv: add sample mask input supportDave Airlie2017-02-241-1/+6
* radv: fix interpolation at wrong place for offset interpDave Airlie2017-02-241-2/+4
* radv/ac: handle gs->copy shader clip distances.Dave Airlie2017-02-231-13/+68
* radv/ac: pass clips properly from vertex->geometry shader stages.Dave Airlie2017-02-231-6/+40
* radv/ac: rename num clips/cull to output clips/cullsDave Airlie2017-02-231-10/+10
* ac/llvm: use min+max instead of AMDGPU.clamp on LLVM 5.0Marek Olšák2017-02-181-0/+17
* radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/commonMarek Olšák2017-02-182-0/+16
* ac/llvm: fix various findMSB bugsMarek Olšák2017-02-181-2/+3
* radv/ac: use shared umsb helper.Dave Airlie2017-02-161-17/+1
* radeon/ac: add emit umsb shared code.Dave Airlie2017-02-162-0/+29
* radeon/ac: use llvm.amdgcn.sffbh intrinsic instead of AMDGPU.flbit.i32Dave Airlie2017-02-161-1/+2
* radv/ac: use shader imsb emission code.Dave Airlie2017-02-161-17/+1
* radeon/ac: add ac_emit_imsb helper.Dave Airlie2017-02-162-0/+28
* radv: fix warning since using common gs emit codeDave Airlie2017-02-141-1/+0
* radv/ac: use sendmsg emission interface.Dave Airlie2017-02-141-26/+4
* radeon/ac/llvm: add support for sendmsg emissionDave Airlie2017-02-142-0/+25
* radv/ac: use common interp code for new intrinsicsDave Airlie2017-02-141-20/+41
* radv/ac: avoid the fmask path when doing txs.Dave Airlie2017-02-061-1/+2
* radeon/ac: move common llvm build functions to a separate file.Dave Airlie2017-02-075-851/+931
* radv: fix shared memory load/stores.Dave Airlie2017-02-031-0/+7