summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2020-05-12radv: limit the Vulkan version to 1.1 for AndroidSamuel Pitoiset1-2/+7
2020-05-11aco: fix 64-bit trunc with negative exponents on GFX6Samuel Pitoiset1-2/+3
2020-05-07radv: don't report error with other vendor DRM devicesSamuel Pitoiset1-9/+15
2020-05-07radv: report INITIALIZATION_FAILED when the amdgpu winsys init failedSamuel Pitoiset1-1/+1
2020-05-06aco: consider blocks unreachable if they are in the logical cfgRhys Perry1-3/+2
2020-05-04radeonsi: fix export countPierre-Eric Pelloux-Prayer1-9/+7
2020-05-04radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen1-1/+1
2020-04-28radv: Use actual memory type count for setting app-visible bitset.Bas Nieuwenhuizen1-1/+1
2020-04-27radv: Properly handle all sizes of specialization constantsJason Ekstrand1-2/+15
2020-04-23radv: Use TRUNC_COORD on samplersJoshua Ashton1-1/+3
2020-04-23radv: make sure to export the viewport index if FS needs itSamuel Pitoiset3-0/+35
2020-04-22radeonsi: skip vs output optimizations for some outputsPierre-Eric Pelloux-Prayer3-1/+6
2020-04-20aco: fix exporting the viewport index if the fragment shader needs itSamuel Pitoiset2-3/+6
2020-04-20radv/llvm: fix exporting the viewport index if the fragment shader needs itSamuel Pitoiset1-0/+1
2020-04-20radv: do not abort with unknown/unimplemented descriptor typesSamuel Pitoiset1-6/+1
2020-04-15aco: fix 1D textureGrad() on GFX9Rhys Perry1-1/+1
2020-04-09radv: Use correct buffer count with variable descriptor set sizes.Bas Nieuwenhuizen3-1/+3
2020-04-09radv: Consider maximum sample distances for entire grid.Bas Nieuwenhuizen1-4/+6
2020-04-09radv: Store 64-bit availability bools if requested.Bas Nieuwenhuizen1-71/+56
2020-04-09radv/llvm: enable 16-bit storage features on GFX6-GFX7Samuel Pitoiset1-8/+7
2020-04-09ac/nir: split 16-bit SSBO stores on GFX6Samuel Pitoiset1-4/+5
2020-04-09ac/nir: split 16-bit load/store to global memory on GFX6Samuel Pitoiset1-4/+2
2020-04-09radv/llvm: enable 8-bit storage features on GFX6-GFX7Samuel Pitoiset1-7/+6
2020-04-09ac/nir: split 8-bit SSBO stores on GFX6Samuel Pitoiset1-0/+9
2020-04-09ac/nir: split 8-bit load/store to global memory on GFX6Samuel Pitoiset1-9/+22
2020-03-30aco: implement 64-bit VGPR constant copies in handle_operands()Rhys Perry2-4/+39
2020-03-30radv/llvm: fix subgroup shuffle for chips without bpermuteTimur Kristóf2-4/+30
2020-03-30ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()Samuel Pitoiset2-20/+12
2020-03-30ac/nir: use llvm.amdgcn.rsq for nir_op_frsqSamuel Pitoiset1-3/+2
2020-03-30ac/nir: use llvm.amdgcn.rcp for nir_op_frcpSamuel Pitoiset1-2/+2
2020-03-25radv: enable VK_KHR_8bit_storage on GFX6-GFX7Samuel Pitoiset1-1/+1
2020-03-25aco: fix boolean undef regclassRhys Perry1-0/+2
2020-03-25aco: emit IR in IF's merge block instead if the other side ends in a jumpRhys Perry1-6/+92
2020-03-25aco: improve check for unreachable loop continue blocksRhys Perry1-6/+10
2020-03-25aco: skip NIR in unreachable merge blocksRhys Perry1-2/+6
2020-03-25aco: handle missing second predecessors at merge block phisRhys Perry1-0/+4
2020-03-25aco: set has_divergent_branch for discards in loopsRhys Perry1-0/+3
2020-03-25ac: fix fast divisionMarek Olšák1-5/+4
2020-03-20radv: fix optional pSizes parameter when binding streamout buffersSamuel Pitoiset1-1/+6
2020-03-19amd/addrlib: fix build on non-x86 platformsGreg V1-4/+6
2020-03-18radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_controlSamuel Pitoiset4-7/+27
2020-03-18radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_controlSamuel Pitoiset3-4/+16
2020-03-18radv: fix random depth range unrestricted failures due to a cache issueSamuel Pitoiset1-2/+6
2020-03-18amd/llvm: Fix divergent descriptor regressions with radeonsi.Bas Nieuwenhuizen1-11/+13
2020-03-17radv: only inject implicit subpass dependencies if necessarySamuel Pitoiset1-3/+39
2020-03-13amd/llvm: Fix divergent descriptor indexing. (v3)Bas Nieuwenhuizen2-104/+326
2020-03-13radv: Enable lowering dynamic quad broadcasts.Timur Kristóf1-0/+3
2020-03-13ac/llvm: add missing optimization barrier for 64-bit readlanesSamuel Pitoiset1-27/+40
2020-03-10ac: add a bug workaround for the 100% NGG culling caseMarek Olšák1-0/+33
2020-03-05aco: fix image load/store with lod and 1D imagesSamuel Pitoiset1-3/+0