summaryrefslogtreecommitdiff
path: root/src/amd/common
AgeCommit message (Expand)AuthorFilesLines
2017-03-17radv/ac: Fix shared memory offset calculationAlex Smith1-1/+1
2017-03-17radv: Fix using more than 4 bound descriptor setsJames Legg1-1/+3
2017-03-15radv/ac: workaround regression in llvm 4.0 releaseDave Airlie1-1/+12
2017-03-15radv/ac: gather4 cube workaround integerDave Airlie1-1/+71
2017-03-14nir: Rework conversion opcodesJason Ekstrand1-14/+10
2017-03-14radv: setup llvm target data layoutDave Airlie1-0/+7
2017-03-13radv/ac: move to new image intrinsics.Dave Airlie1-145/+77
2017-03-10amd: remove shebang from python scriptsEmil Velikov1-1/+0
2017-03-10amd: remove execute bit from python scriptsEmil Velikov1-0/+0
2017-03-07radv/ac: fix multiple descriptor sets with dynamic buffersFredrik Höglund1-3/+5
2017-03-07amd/common: document PREDICATION OP 3 as 64-bit bool.Dave Airlie1-0/+1
2017-03-07radv/ac: introduce i1true/i1false to context.Dave Airlie1-32/+33
2017-03-07radv/ac: handle Z export using new builder.Dave Airlie1-22/+19
2017-03-07radv/ac: move to using common ac_get_image_intr_name.Dave Airlie1-40/+15
2017-03-07radeonsi/ac: move get_image_intr_name to commonDave Airlie2-0/+31
2017-03-06radeonsi: drop support for LLVM 3.6 & 3.7Marek Olšák3-38/+14
2017-03-06radeonsi: set the convergent attribute where neededMarek Olšák1-2/+6
2017-03-06gallivm,ac: add LP_FUNC_ATTR_CONVERGENTMarek Olšák2-0/+2
2017-03-06radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarationsMarek Olšák1-3/+3
2017-03-06radv/ac: use bitfield extract new intrinsics.Dave Airlie1-7/+4
2017-03-06radv/ac: move to new kill build.Dave Airlie1-5/+2
2017-03-06radv/ac: move to using new export intrinsics.Dave Airlie1-93/+86
2017-03-06radv/ac: switch to new intrinsics for pkrtz and clamp.Dave Airlie1-5/+2
2017-03-06radeon/ac: fix intrinsic version checkDave Airlie1-1/+1
2017-03-03ac: normalize build helper namesMarek Olšák3-283/+282
2017-03-03ac: replace SI.vs.load.input with amdgcn.buffer.load.formatMarek Olšák1-0/+20
2017-03-03radeonsi: move SI.vs.load.input building into amd/commonMarek Olšák2-0/+23
2017-03-03ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0Marek Olšák3-4/+62
2017-03-03ac: remove offen parameter from ac_build_buffer_store_dwordMarek Olšák3-10/+8
2017-03-03radeonsi: merge and simplify tbuffer_store functionsMarek Olšák3-74/+38
2017-03-03radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfeMarek Olšák2-0/+29
2017-03-03radeonsi: move kill intrinsic building into amd/commonMarek Olšák2-0/+17
2017-03-03radeonsi: set readnone on reads from read-only memoryMarek Olšák2-3/+11
2017-03-03radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtzMarek Olšák2-0/+20
2017-03-03ac: replace old image intrinsics with new onesMarek Olšák1-0/+80
2017-03-03radeonsi: move image intrinsic building to amd/commonMarek Olšák2-0/+97
2017-03-03ac: replace SI.export with amdgcn.exp.*Marek Olšák1-0/+31
2017-03-03radeonsi: move llvm.SI.export building to amd/commonMarek Olšák2-0/+26
2017-03-03ac: unify build_type_name_for_intr functionsMarek Olšák3-38/+42
2017-03-03gallivm, ac: add writeonly and inaccessiblememonly attributesMarek Olšák2-0/+4
2017-03-01amd/common: Fix build with new ac_add_function_attr()Tobias Klausmann3-3/+5
2017-03-01gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák4-48/+86
2017-03-01gallivm,ac: remove unused FUNC_ATTR_LAST enumsMarek Olšák1-1/+0
2017-03-01radv: fix txs for sampler buffersDave Airlie1-1/+1
2017-02-28amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12Marek Olšák1-1/+1
2017-02-28radv/ac: Use constants for immutable samplers.Bas Nieuwenhuizen1-0/+16
2017-02-28radeon/ac: make ac_shader_binary_config_start() available externallyTimothy Arceri2-1/+8
2017-02-28radeon/ac: add llvm_ir_string to ac_shader_binary structTimothy Arceri1-0/+1
2017-02-26radv/ac: Add integer->integer casts.Bas Nieuwenhuizen1-0/+18
2017-02-25ac: silence a warningMarek Olšák1-2/+1