summaryrefslogtreecommitdiff
path: root/src/amd/vulkan
AgeCommit message (Expand)AuthorFilesLines
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 Perry1-0/+2
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 Herbst1-4/+4
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-07radv: Remove unused variable.Bas Nieuwenhuizen1-1/+0
2019-01-07radv: Remove device path.Bas Nieuwenhuizen2-3/+0
2019-01-02nir: rename nir_link_constant_varyings() nir_link_opt_varyings()Timothy Arceri1-2/+2
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-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 Nieuwenhuizen3-6/+36
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-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-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-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
2018-12-13radv: allow to skip DCC decompressions with the new predicateSamuel Pitoiset1-6/+13
2018-12-13radv: add a predicate for reflecting DCC decompression stateSamuel Pitoiset5-1/+44
2018-12-12radv: bump reported version to 1.1.90Samuel Pitoiset1-1/+1
2018-12-11anv,radv: Disable VK_EXT_pci_bus_infoJason Ekstrand1-1/+1
2018-12-06amd: remove support for LLVM 6.0Samuel Pitoiset8-27/+15
2018-12-05radv: expose VK_EXT_scalar_block_layoutSamuel Pitoiset2-0/+7
2018-12-05radv: wait on the high 32 bits of timestamp queriesSamuel Pitoiset1-1/+4
2018-12-05radv: reset pending_reset_query when flushing cachesSamuel Pitoiset2-1/+5
2018-12-05radv: Flush before vkCmdWriteTimestamp() if neededAlex Smith1-11/+19
2018-12-05radv: rework the TC-compat HTILE hardware bug with COND_EXECSamuel Pitoiset3-28/+81
2018-12-04radv: use 3d shader for gfx9 copies if dst is 3dDave Airlie1-1/+1