summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* aco: fix 64-bit trunc with negative exponents on GFX6Samuel Pitoiset2020-05-111-2/+3
* radv: don't report error with other vendor DRM devicesSamuel Pitoiset2020-05-071-9/+15
* radv: report INITIALIZATION_FAILED when the amdgpu winsys init failedSamuel Pitoiset2020-05-071-1/+1
* aco: consider blocks unreachable if they are in the logical cfgRhys Perry2020-05-061-3/+2
* radeonsi: fix export countPierre-Eric Pelloux-Prayer2020-05-041-9/+7
* radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen2020-05-041-1/+1
* radv: Use actual memory type count for setting app-visible bitset.Bas Nieuwenhuizen2020-04-281-1/+1
* radv: Properly handle all sizes of specialization constantsJason Ekstrand2020-04-271-2/+15
* radv: Use TRUNC_COORD on samplersJoshua Ashton2020-04-231-1/+3
* radv: make sure to export the viewport index if FS needs itSamuel Pitoiset2020-04-233-0/+35
* radeonsi: skip vs output optimizations for some outputsPierre-Eric Pelloux-Prayer2020-04-223-1/+6
* aco: fix exporting the viewport index if the fragment shader needs itSamuel Pitoiset2020-04-202-3/+6
* radv/llvm: fix exporting the viewport index if the fragment shader needs itSamuel Pitoiset2020-04-201-0/+1
* radv: do not abort with unknown/unimplemented descriptor typesSamuel Pitoiset2020-04-201-6/+1
* aco: fix 1D textureGrad() on GFX9Rhys Perry2020-04-151-1/+1
* radv: Use correct buffer count with variable descriptor set sizes.Bas Nieuwenhuizen2020-04-093-1/+3
* radv: Consider maximum sample distances for entire grid.Bas Nieuwenhuizen2020-04-091-4/+6
* radv: Store 64-bit availability bools if requested.Bas Nieuwenhuizen2020-04-091-71/+56
* radv/llvm: enable 16-bit storage features on GFX6-GFX7Samuel Pitoiset2020-04-091-8/+7
* ac/nir: split 16-bit SSBO stores on GFX6Samuel Pitoiset2020-04-091-4/+5
* ac/nir: split 16-bit load/store to global memory on GFX6Samuel Pitoiset2020-04-091-4/+2
* radv/llvm: enable 8-bit storage features on GFX6-GFX7Samuel Pitoiset2020-04-091-7/+6
* ac/nir: split 8-bit SSBO stores on GFX6Samuel Pitoiset2020-04-091-0/+9
* ac/nir: split 8-bit load/store to global memory on GFX6Samuel Pitoiset2020-04-091-9/+22
* aco: implement 64-bit VGPR constant copies in handle_operands()Rhys Perry2020-03-302-4/+39
* radv/llvm: fix subgroup shuffle for chips without bpermuteTimur Kristóf2020-03-302-4/+30
* ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()Samuel Pitoiset2020-03-302-20/+12
* ac/nir: use llvm.amdgcn.rsq for nir_op_frsqSamuel Pitoiset2020-03-301-3/+2
* ac/nir: use llvm.amdgcn.rcp for nir_op_frcpSamuel Pitoiset2020-03-301-2/+2
* radv: enable VK_KHR_8bit_storage on GFX6-GFX7Samuel Pitoiset2020-03-251-1/+1
* aco: fix boolean undef regclassRhys Perry2020-03-251-0/+2
* aco: emit IR in IF's merge block instead if the other side ends in a jumpRhys Perry2020-03-251-6/+92
* aco: improve check for unreachable loop continue blocksRhys Perry2020-03-251-6/+10
* aco: skip NIR in unreachable merge blocksRhys Perry2020-03-251-2/+6
* aco: handle missing second predecessors at merge block phisRhys Perry2020-03-251-0/+4
* aco: set has_divergent_branch for discards in loopsRhys Perry2020-03-251-0/+3
* ac: fix fast divisionMarek Olšák2020-03-251-5/+4
* radv: fix optional pSizes parameter when binding streamout buffersSamuel Pitoiset2020-03-201-1/+6
* amd/addrlib: fix build on non-x86 platformsGreg V2020-03-191-4/+6
* radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_controlSamuel Pitoiset2020-03-184-7/+27
* radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_controlSamuel Pitoiset2020-03-183-4/+16
* radv: fix random depth range unrestricted failures due to a cache issueSamuel Pitoiset2020-03-181-2/+6
* amd/llvm: Fix divergent descriptor regressions with radeonsi.Bas Nieuwenhuizen2020-03-181-11/+13
* radv: only inject implicit subpass dependencies if necessarySamuel Pitoiset2020-03-171-3/+39
* amd/llvm: Fix divergent descriptor indexing. (v3)Bas Nieuwenhuizen2020-03-132-104/+326
* radv: Enable lowering dynamic quad broadcasts.Timur Kristóf2020-03-131-0/+3
* ac/llvm: add missing optimization barrier for 64-bit readlanesSamuel Pitoiset2020-03-131-27/+40
* ac: add a bug workaround for the 100% NGG culling caseMarek Olšák2020-03-101-0/+33
* aco: fix image load/store with lod and 1D imagesSamuel Pitoiset2020-03-051-3/+0
* aco: fix carry-out size for wave32 v_add_co_u32_e64Rhys Perry2020-03-041-1/+1