summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2019-01-14ac: add missing 16-bit types to glsl_base_to_llvm_type()Samuel Pitoiset1-1/+6
2019-01-14radv: Only use 32 KiB per threadgroup on Stoney.Bas Nieuwenhuizen1-1/+10
2019-01-14ac/nir: set cache policy when loading/storing buffer imagesSamuel Pitoiset1-14/+11
2019-01-14ac/nir: add get_cache_policy() helper and use itSamuel Pitoiset1-12/+26
2019-01-14amd/common: Restore v4i32 suffix for llvm.SI.load.const intrinsicMichel Dänzer1-1/+1
2019-01-14amd/common/vi+: enable SMEM loads with GLC=1Nicolai Hähnle1-3/+7
2019-01-14amd/common: use llvm.amdgcn.s.buffer.load for LLVM 8.0Nicolai Hähnle1-4/+8
2019-01-10radv: remove a few more unnecessary KHR suffixesEric Engestrom3-11/+11
2019-01-09ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsicsRhys Perry3-1/+6
2019-01-09radv: skip draws with instance_count == 0Samuel Pitoiset1-0/+13
2019-01-09radv: enable variable pointersSamuel Pitoiset1-1/+1
2019-01-09radv: get rid of bunch of KHR suffixesSamuel Pitoiset10-164/+164
2019-01-08nir: rename global/local to private/function memoryKarol Herbst2-7/+7
2019-01-07spirv: Sort supported capabilitiesJason Ekstrand1-12/+12
2019-01-08spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand1-0/+1
2019-01-08spirv: Add explicit pointer typesJason Ekstrand1-0/+4
2019-01-08nir: Move propagation of cast derefs to a new nir_opt_deref passJason Ekstrand1-1/+1
2019-01-07radv: Fix rasterization precision bits.Bas Nieuwenhuizen1-3/+3
2019-01-07amd/common: Add some parentheses to silence warning.Bas Nieuwenhuizen1-2/+2
2019-01-07radv: Remove unused variable.Bas Nieuwenhuizen1-1/+0
2019-01-07radv: Remove device path.Bas Nieuwenhuizen2-3/+0
2019-01-07ac: remove unused variable from ac_build_ddxyMarek Olšák1-1/+1
2019-01-07radv: Implement buffer stores with less than 4 components.Bas Nieuwenhuizen1-5/+14
2019-01-02nir: rename nir_link_constant_varyings() nir_link_opt_varyings()Timothy Arceri1-2/+2
2019-01-02ac/nir_to_llvm: add ac_are_tessfactors_def_in_all_invocs()Timothy Arceri2-0/+163
2018-12-31radv: Do a cache flush if needed before reading predicates.Bas Nieuwenhuizen1-0/+2
2018-12-21radv: Fix wrongly positioned paren.Bas Nieuwenhuizen1-1/+1
2018-12-20radv: enable shaderStorageImageMultisample feature on GFX8+Samuel Pitoiset3-4/+4
2018-12-20radv: add support for FMASK expandSamuel Pitoiset7-0/+335
2018-12-20radv: initialize FMASK for images in fully expanded modeSamuel Pitoiset4-0/+39
2018-12-20ac/nir: restrict fmask lookup to image load intrinsicsSamuel Pitoiset1-1/+1
2018-12-20radv: compute optimal VM alignment for imported buffersSamuel Pitoiset1-1/+30
2018-12-20radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.Bas Nieuwenhuizen5-8/+41
2018-12-20radv: fix subpass image transitions with multiviewsSamuel Pitoiset1-0/+11
2018-12-20radv: drop the amdgpu-skip-threshold=1 workaround for LLVM 8Samuel Pitoiset1-3/+9
2018-12-20ac/nir: remove the bitfield_extract workaround for LLVM 8Samuel Pitoiset1-9/+15
2018-12-19radv/query: Use 1-bit booleans in query shadersJason Ekstrand1-21/+21
2018-12-19radv/query: Add a nir_test_flag helperJason Ekstrand1-15/+16
2018-12-19radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when availableNicolai Hähnle2-0/+3
2018-12-19ac/surface: 3D and cube surfaces are never displayableNicolai Hähnle1-3/+5
2018-12-19amd/common: add i1 special case to ac_build_{inclusive,exclusive}_scanNicolai Hähnle1-2/+25
2018-12-19amd/common: scan/reduce across waves of a workgroupNicolai Hähnle2-4/+227
2018-12-19amd/common: add ac_build_ifccNicolai Hähnle2-4/+4
2018-12-19amd/common: whitespace fixesNicolai Hähnle1-10/+8
2018-12-19amd/sid_tables: add additional python3 compatibility importsNicolai Hähnle1-1/+1
2018-12-17nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick1-1/+1
2018-12-17nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick1-1/+1
2018-12-17radv: Fix multiview depth clearsBas Nieuwenhuizen1-8/+21
2018-12-17radv: Remove redundant format check.Bas Nieuwenhuizen1-4/+0
2018-12-17radv: report Vulkan version 1.1.90 for realSamuel Pitoiset1-1/+1