summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-03-05radv: drop Z24 support.Dave Airlie1-3/+0
2017-03-06radv: use VK_NULL_HANDLE for handlesGrazvydas Ignotas2-5/+5
2017-03-06radv: check for upload alloc failureGrazvydas Ignotas1-3/+4
2017-03-06radv: don't use uninitialized value on failureGrazvydas Ignotas1-1/+1
2017-03-06radv: avoid casting warnings on 32bitGrazvydas Ignotas2-3/+5
2017-03-06radv/amdgpu: Add some debug flags.Bas Nieuwenhuizen6-16/+52
2017-03-06radv: Cache command buffers in command pool.Bas Nieuwenhuizen2-48/+84
2017-03-06radeon/ac: fix intrinsic version checkDave Airlie1-1/+1
2017-03-05radv: Merge fast clear flushes.Bas Nieuwenhuizen1-13/+35
2017-03-04radv: use enum_to_str util functions.Emil Velikov2-34/+5
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: Don't allocate space for unused immutable samplers.Bas Nieuwenhuizen1-9/+14
2017-02-28radv/ac: Use constants for immutable samplers.Bas Nieuwenhuizen1-0/+16
2017-02-28radv: Detect if all immutable samplers for a binding are equal.Bas Nieuwenhuizen2-0/+6
2017-02-28radv: Store the immutable samplers as uint32_t[4].Bas Nieuwenhuizen2-10/+6
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-28radv: fix depth format in blit2d.Dave Airlie1-2/+5
2017-02-28radv/formats: add fast clear for 8-bit signed ints.Dave Airlie1-0/+16
2017-02-27radv: Use correct size for availability flag.Bas Nieuwenhuizen1-2/+5
2017-02-27radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.Bas Nieuwenhuizen1-20/+45
2017-02-27radv: Reset emitted compute pipeline when calling secondary cmd buffer.Bas Nieuwenhuizen1-0/+1
2017-02-27radv: add support for NV_dedicated_allocationDave Airlie4-20/+62
2017-02-27radv/winsys: fix freeing imported memory.Andres Rodriguez1-0/+2
2017-02-27vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie4-13/+150
2017-02-26radv/ac: Add integer->integer casts.Bas Nieuwenhuizen1-0/+18
2017-02-25ac: silence a warningMarek Olšák1-2/+1
2017-02-24radv/entrypoints: Only generate entrypoints for supported featuresEmil Velikov1-3/+42
2017-02-24radv: add sample mask output supportDave Airlie3-2/+9
2017-02-24radv/ac: refactor our fmask sample index fixup.Dave Airlie1-122/+107