summaryrefslogtreecommitdiff
path: root/src/amd/vulkan
AgeCommit message (Expand)AuthorFilesLines
2021-01-13radv: Use L2 coherency on GFX9+.Bas Nieuwenhuizen3-64/+94
2021-01-13radv: Use L2 for CP DMA on GFX9+.Bas Nieuwenhuizen1-4/+13
2021-01-13radv: Use access helpers for flushing with meta operations.Bas Nieuwenhuizen10-72/+96
2021-01-13radv: Do dst invalidations for write accesses.Bas Nieuwenhuizen1-1/+7
2021-01-13radv: Invalidate CB on SHADER_WRITE for meta operations.Bas Nieuwenhuizen1-0/+12
2021-01-13radv: Remove redundant WB_L2 flush.Bas Nieuwenhuizen1-1/+0
2021-01-13radv: disable VK_EXT_sample_locations again on GFX10+Samuel Pitoiset1-1/+1
2021-01-13radv: enable DCC for mipmaps on GFX10+Samuel Pitoiset1-7/+2
2021-01-13radv: do not enable DCC for 3D images with mipmaps on GFX10+Samuel Pitoiset1-0/+6
2021-01-13radv: add support for fast-clearing DCC levels on GFX10+Samuel Pitoiset1-5/+4
2021-01-13radv: prevent fast-clearing uncompressed DCC levelsSamuel Pitoiset1-0/+4
2021-01-13radv: skip fast-clear eliminate for CMASK based on a predicateSamuel Pitoiset1-1/+3
2021-01-13radv: update the FCE predicate for fast clears using CMASKSamuel Pitoiset1-4/+8
2021-01-13radv: allocate and initialize the FCE predicate value for CMASK tooSamuel Pitoiset2-4/+6
2021-01-13radv: only use predication if the FCE value is allocatedSamuel Pitoiset1-1/+1
2021-01-13radv: fix clearing DCC on GFX9Samuel Pitoiset1-1/+5
2021-01-12radv: Add Android module info to linker script.Bas Nieuwenhuizen1-0/+5
2021-01-12radv: enable .lower_inegDaniel Schürmann1-0/+1
2021-01-12radv: don't lower_pack() after load-store-vectorizationDaniel Schürmann1-4/+1
2021-01-12radv: call nir_opt_algebraic_late() after lowering idiv for small bitsizesDaniel Schürmann1-3/+5
2021-01-12radv: optimize idiv_const for small bitsizesDaniel Schürmann1-1/+1
2021-01-12radv: fix color resolves if the dest image has DCCSamuel Pitoiset1-8/+13
2021-01-12radv: fixup DCC after color resolves using the compute pathSamuel Pitoiset1-0/+17
2021-01-12radv: decompress DCC for partial resolves using the compute pathSamuel Pitoiset1-0/+24
2021-01-12radv: set depth to 1 for subpass resolves using the compute pathSamuel Pitoiset1-1/+1
2021-01-12radv: set invariantgeom for Shadow of the Tomb RaiderRhys Perry1-0/+4
2021-01-12radv: add RADV_DEBUG=invariantgeomRhys Perry5-0/+31
2021-01-11nir: replace .lower_sub with .has_fsub and .has_isubDaniel Schürmann1-0/+2
2021-01-11radv: mark VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT as unsupported on GFX6-7Samuel Pitoiset1-0/+4
2021-01-11radv: enable DCC for layered color images on GFX10+Samuel Pitoiset1-1/+6
2021-01-11radv: do not use predication when the range doesn't cover the whole imageSamuel Pitoiset1-2/+16
2021-01-11radv: clean up radv_decompress_dcc_compute()Samuel Pitoiset1-9/+5
2021-01-11radv: add support for fast-clearing DCC layers on GFX9+Samuel Pitoiset1-1/+4
2021-01-11radv: Enable sparse buffer and image support.Bas Nieuwenhuizen1-1/+8
2021-01-11radv: Add sparse image queries.Bas Nieuwenhuizen2-27/+169
2021-01-11radv: Add image sparse memory update implementation.Bas Nieuwenhuizen1-1/+108
2021-01-11radv: Create sparse images.Bas Nieuwenhuizen1-1/+9
2021-01-11radv/winsys: Fix offset in range merging.Bas Nieuwenhuizen1-0/+1
2021-01-11radv/winsys: Fix inequality for sparse buffer remapping.Bas Nieuwenhuizen1-1/+1
2021-01-11ac/surf: Prepare for 64-bit flags.Bas Nieuwenhuizen1-3/+3
2021-01-11radv: only re-initialize HTILE after ds compute resolves if compressedSamuel Pitoiset1-1/+8
2021-01-11radv: re-initialize HTILE properly after depth/stencil compute resolvesSamuel Pitoiset1-23/+12
2021-01-11radv: disable TC-compat HTILE in GENERAL for Detroit: Become HumanSamuel Pitoiset3-1/+11
2021-01-11radv: fix crashes when fast-clearing in a secondary command bufferSamuel Pitoiset1-2/+2
2021-01-11radv: do not predicate FMASK decompression when DCC+MSAA is usedSamuel Pitoiset1-2/+4
2021-01-11radv: determine at creation if an image view can be fast clearedSamuel Pitoiset3-60/+67
2021-01-08radv/winsys: set has_packed_math_16bit in null winsysRhys Perry1-0/+1
2021-01-08radv: only set BO metadata for the first planeSimon Ser1-3/+3
2021-01-08radv: support SpvCapabilitySparseResidencyRhys Perry1-0/+1
2021-01-08radv: implement is_sparse_texels_resident and sparse_residency_code_andRhys Perry1-8/+14