aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* radv/ac: workaround regression in llvm 4.0 releaseDave Airlie2017-03-151-1/+12
* radv/ac: gather4 cube workaround integerDave Airlie2017-03-151-1/+71
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-14/+10
* radv: setup llvm target data layoutDave Airlie2017-03-141-0/+7
* radv/ac: move to new image intrinsics.Dave Airlie2017-03-131-145/+77
* amd: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* amd: remove execute bit from python scriptsEmil Velikov2017-03-101-0/+0
* radv/ac: fix multiple descriptor sets with dynamic buffersFredrik Höglund2017-03-071-3/+5
* amd/common: document PREDICATION OP 3 as 64-bit bool.Dave Airlie2017-03-071-0/+1
* radv/ac: introduce i1true/i1false to context.Dave Airlie2017-03-071-32/+33
* radv/ac: handle Z export using new builder.Dave Airlie2017-03-071-22/+19
* radv/ac: move to using common ac_get_image_intr_name.Dave Airlie2017-03-071-40/+15
* radeonsi/ac: move get_image_intr_name to commonDave Airlie2017-03-072-0/+31
* radeonsi: drop support for LLVM 3.6 & 3.7Marek Olšák2017-03-063-38/+14
* radeonsi: set the convergent attribute where neededMarek Olšák2017-03-061-2/+6
* gallivm,ac: add LP_FUNC_ATTR_CONVERGENTMarek Olšák2017-03-062-0/+2
* radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarationsMarek Olšák2017-03-061-3/+3
* radv/ac: use bitfield extract new intrinsics.Dave Airlie2017-03-061-7/+4
* radv/ac: move to new kill build.Dave Airlie2017-03-061-5/+2
* radv/ac: move to using new export intrinsics.Dave Airlie2017-03-061-93/+86
* radv/ac: switch to new intrinsics for pkrtz and clamp.Dave Airlie2017-03-061-5/+2
* 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