summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsicsRhys Perry2019-01-093-1/+6
* radv: skip draws with instance_count == 0Samuel Pitoiset2019-01-091-0/+13
* radv: enable variable pointersSamuel Pitoiset2019-01-091-1/+1
* radv: get rid of bunch of KHR suffixesSamuel Pitoiset2019-01-0910-164/+164
* nir: rename global/local to private/function memoryKarol Herbst2019-01-082-7/+7
* spirv: Sort supported capabilitiesJason Ekstrand2019-01-071-12/+12
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-081-0/+1
* spirv: Add explicit pointer typesJason Ekstrand2019-01-081-0/+4
* nir: Move propagation of cast derefs to a new nir_opt_deref passJason Ekstrand2019-01-081-1/+1
* radv: Fix rasterization precision bits.Bas Nieuwenhuizen2019-01-071-3/+3
* amd/common: Add some parentheses to silence warning.Bas Nieuwenhuizen2019-01-071-2/+2
* radv: Remove unused variable.Bas Nieuwenhuizen2019-01-071-1/+0
* radv: Remove device path.Bas Nieuwenhuizen2019-01-072-3/+0
* ac: remove unused variable from ac_build_ddxyMarek Olšák2019-01-071-1/+1
* radv: Implement buffer stores with less than 4 components.Bas Nieuwenhuizen2019-01-071-5/+14
* nir: rename nir_link_constant_varyings() nir_link_opt_varyings()Timothy Arceri2019-01-021-2/+2
* ac/nir_to_llvm: add ac_are_tessfactors_def_in_all_invocs()Timothy Arceri2019-01-022-0/+163
* radv: Do a cache flush if needed before reading predicates.Bas Nieuwenhuizen2018-12-311-0/+2
* radv: Fix wrongly positioned paren.Bas Nieuwenhuizen2018-12-211-1/+1
* radv: enable shaderStorageImageMultisample feature on GFX8+Samuel Pitoiset2018-12-203-4/+4
* radv: add support for FMASK expandSamuel Pitoiset2018-12-207-0/+335
* radv: initialize FMASK for images in fully expanded modeSamuel Pitoiset2018-12-204-0/+39
* ac/nir: restrict fmask lookup to image load intrinsicsSamuel Pitoiset2018-12-201-1/+1
* radv: compute optimal VM alignment for imported buffersSamuel Pitoiset2018-12-201-1/+30
* radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.Bas Nieuwenhuizen2018-12-205-8/+41
* radv: fix subpass image transitions with multiviewsSamuel Pitoiset2018-12-201-0/+11
* radv: drop the amdgpu-skip-threshold=1 workaround for LLVM 8Samuel Pitoiset2018-12-201-3/+9
* ac/nir: remove the bitfield_extract workaround for LLVM 8Samuel Pitoiset2018-12-201-9/+15
* radv/query: Use 1-bit booleans in query shadersJason Ekstrand2018-12-191-21/+21
* radv/query: Add a nir_test_flag helperJason Ekstrand2018-12-191-15/+16
* radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when availableNicolai Hähnle2018-12-192-0/+3
* ac/surface: 3D and cube surfaces are never displayableNicolai Hähnle2018-12-191-3/+5
* amd/common: add i1 special case to ac_build_{inclusive,exclusive}_scanNicolai Hähnle2018-12-191-2/+25
* amd/common: scan/reduce across waves of a workgroupNicolai Hähnle2018-12-192-4/+227
* amd/common: add ac_build_ifccNicolai Hähnle2018-12-192-4/+4
* amd/common: whitespace fixesNicolai Hähnle2018-12-191-10/+8
* amd/sid_tables: add additional python3 compatibility importsNicolai Hähnle2018-12-191-1/+1
* nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick2018-12-171-1/+1
* nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick2018-12-171-1/+1
* radv: Fix multiview depth clearsBas Nieuwenhuizen2018-12-171-8/+21
* radv: Remove redundant format check.Bas Nieuwenhuizen2018-12-171-4/+0
* radv: report Vulkan version 1.1.90 for realSamuel Pitoiset2018-12-171-1/+1
* anv,radv: Re-enable VK_EXT_pci_bus_infoJason Ekstrand2018-12-171-1/+1
* radv: switch from nir_bcsel to nir_b32cselRhys Perry2018-12-171-4/+4
* radv: don't set surf_index for stencil-only imagesRhys Perry2018-12-171-1/+1
* radv: Fix a stupid if in gather_intrinsic_infoJason Ekstrand2018-12-161-9/+9
* nir: Add a bool to int32 lowering passJason Ekstrand2018-12-161-0/+4
* nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand2018-12-161-11/+11
* ac: split 16-bit ssbo loads that may not be dword alignedRhys Perry2018-12-161-0/+2
* ac: refactor visit_load_bufferRhys Perry2018-12-162-44/+42