summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2018-12-05nir: Make boolean conversions sized just like the othersJason Ekstrand1-4/+8
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
2018-12-04radv: Check for shareable images in central place.Bas Nieuwenhuizen1-5/+5
2018-12-04radv/android: Use buffer metadata to determine scanout compat.Bas Nieuwenhuizen3-35/+93
2018-12-04radv/android: Mark android WSI image as shareable.Bas Nieuwenhuizen1-1/+11
2018-12-03amd/vulkan: meson build - use radv_deps for libvulkan_radeonTobias Klausmann1-1/+1
2018-12-01android: amd/addrlib: update Mesa's copy of addrlibMauro Rossi1-6/+5
2018-11-29amd/addrlib: update Mesa's copy of addrlibNicolai Hähnle35-11401/+859
2018-11-29ac/surface/gfx9: let addrlib choose the preferred swizzle kindNicolai Hähnle1-18/+4
2018-11-29radv: remove dependency on addrlib gfx9_enum.hNicolai Hähnle3-9/+9
2018-11-29radv: drop few useless state changes when doing color/depth decompressionsSamuel Pitoiset2-61/+41
2018-11-29radv: remove unused pending_clears param in the transition pathSamuel Pitoiset1-11/+6
2018-11-29radv: optimize CmdClear{Color,DepthStencil}Image() for layered texturesSamuel Pitoiset1-4/+86
2018-11-29radv: refactor the fast clear path for better re-useSamuel Pitoiset1-38/+40
2018-11-29radv: simplify a check in emit_fast_color_clear()Samuel Pitoiset1-3/+1
2018-11-29radv: add radv_can_fast_clear_{color,depth}() helpersSamuel Pitoiset1-44/+89
2018-11-29radv: add radv_image_view_can_fast_clear() helperSamuel Pitoiset1-20/+27
2018-11-29radv: add radv_image_can_fast_clear() helperSamuel Pitoiset1-29/+39
2018-11-29radv: remove useless check in emit_fast_color_clear()Samuel Pitoiset1-3/+0
2018-11-27radv: Align large buffers to the fragment size.Bas Nieuwenhuizen1-1/+5
2018-11-27radv: Clamp gfx9 image view extents to the allocated image extents.Bas Nieuwenhuizen1-4/+2
2018-11-26radv: Fix opaque metadata descriptor last layer.Bas Nieuwenhuizen1-1/+1
2018-11-23radv: ignore subpass self-dependencies for CreateRenderPass() tooSamuel Pitoiset1-0/+10
2018-11-23radv: remove useless sync before CmdClear{Color,DepthStencil}Image()Samuel Pitoiset1-6/+2
2018-11-22radv: remove useless sync after CmdClear{Color,DepthStencil}Image()Samuel Pitoiset1-4/+0
2018-11-21radv: only sync CP DMA for transfer operations or bottom pipeSamuel Pitoiset1-2/+6
2018-11-21radv: ignore subpass self-dependenciesSamuel Pitoiset1-0/+10
2018-11-21ac: handle cast derefsDave Airlie1-0/+3
2018-11-21radv: handle loading from shared pointersDave Airlie1-9/+18
2018-11-21ac: avoid casting pointers on bcsel and storesDave Airlie3-3/+14
2018-11-20ac/nir: fix intrinsic name string size in visit_image_atomic()Samuel Pitoiset1-1/+1
2018-11-19radv: Use structured intrinsics instead of indexing workaround for GFX9.Bas Nieuwenhuizen3-8/+75
2018-11-19radv: implement fast HTILE clears for depth or stencil only on GFX9Samuel Pitoiset2-5/+269
2018-11-19radv: rewrite the condition that checks allowed depth/stencil valuesSamuel Pitoiset1-8/+4
2018-11-19radv: check allowed fast HTILE clears a bit earlierSamuel Pitoiset1-0/+5
2018-11-19radv: add radv_is_fast_clear_{depth,stencil}_allowed() helpersSamuel Pitoiset1-2/+16
2018-11-19radv: add radv_get_htile_fast_clear_value() helperSamuel Pitoiset1-3/+18
2018-11-19radv: remove unnecessary goto in the fast clear pathsSamuel Pitoiset1-28/+24
2018-11-19radv/winsys: remove the max IBs per submit limit for the sysmem pathSamuel Pitoiset1-17/+29
2018-11-19radv/winsys: remove the max IBs per submit limit for the fallback pathSamuel Pitoiset1-48/+55
2018-11-19radv: always clear the FCE predicate after DCC/FMASK/CMASK decompressionsSamuel Pitoiset1-5/+8
2018-11-19radv: tidy up radv_set_dcc_need_cmask_elim_pred()Samuel Pitoiset5-15/+14
2018-11-16radv: enable primitive binning by defaultSamuel Pitoiset2-7/+3
2018-11-16radv: add a debug option for disabling primitive binningSamuel Pitoiset2-0/+2
2018-11-16Revert "radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT"Connor Abbott1-4/+2