summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-17anv,radv: Re-enable VK_EXT_pci_bus_infoJason Ekstrand1-1/+1
2018-12-17radv: switch from nir_bcsel to nir_b32cselRhys Perry1-4/+4
2018-12-17radv: don't set surf_index for stencil-only imagesRhys Perry1-1/+1
2018-12-16radv: Fix a stupid if in gather_intrinsic_infoJason Ekstrand1-9/+9
2018-12-16nir: Add a bool to int32 lowering passJason Ekstrand1-0/+4
2018-12-16nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand1-11/+11
2018-12-16ac: split 16-bit ssbo loads that may not be dword alignedRhys Perry1-0/+2
2018-12-16ac: refactor visit_load_bufferRhys Perry2-44/+42
2018-12-13radv/xfb: fix counter buffer bounds checks.Dave Airlie1-2/+2
2018-12-13radv: don't check if format is depth in radv_image_can_enable_hile()Samuel Pitoiset1-1/+0
2018-12-13radv: check if addrlib enabled HTILE in radv_image_can_enable_htile()Samuel Pitoiset1-1/+2
2018-12-13radv: switch on EOP when primitive restart is enabled with triangle stripsSamuel Pitoiset1-2/+1