summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_meta_fmask_expand.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-25radv/meta: Use sized types for nir_tex_instr::dest_typeConnor Abbott1-1/+1
2021-01-22radv: use a workgroup size of 8x8 for FMASK color expandSamuel Pitoiset1-2/+2
2021-01-22radv: use the range aspect mask in FMASK color expandSamuel Pitoiset1-1/+1
2021-01-22radv: add multi-layer support to FMASK color expandSamuel Pitoiset1-46/+54
2021-01-13radv: Use access helpers for flushing with meta operations.Bas Nieuwenhuizen1-1/+3
2020-11-26radv: use intrinsic buildersRhys Perry1-10/+2
2020-11-11nir/builder: Add a name format arg to nir_builder_init_simple_shader().Eric Anholt1-5/+1
2020-11-11nir/builder: Drop the mem_ctx arg from nir_builder_init_simple_shader().Eric Anholt1-1/+1
2020-11-11nir_builder: Return a new builder from nir_builder_init_simple_shader().Eric Anholt1-2/+1
2020-08-21nir: Add new system values and intrinsics for dealing with CL work offsetsJesse Natalie1-1/+1
2020-06-24radv: fix image variable types in meta shadersRhys Perry1-2/+5
2020-01-09spirv,nir: add new lod parameter to image_{load,store} intrinsicsSamuel Pitoiset1-0/+1
2019-11-19nir: move data.image.access to data.accessMarek Olšák1-1/+1
2019-08-07radv: Add extra struct to image view creation.Bas Nieuwenhuizen1-1/+1
2019-06-27radv: fix FMASK expand if layerCount is VK_REMAINING_ARRAY_LAYERSSamuel Pitoiset1-1/+1
2019-06-25radv: rename and re-document cache flush flagsSamuel Pitoiset1-1/+1
2019-06-25radv: clear FMASK layers instead of the whole buffer on GFX8Samuel Pitoiset1-1/+1
2019-06-19radv: fix FMASK expand with SRGB formatsSamuel Pitoiset1-1/+2
2019-06-05radv: use only one descriptor in the fmask expand passSamuel Pitoiset1-24/+3
2019-06-05radv: set ACCESS_NON_READABLE on the fmask expand pass output imageSamuel Pitoiset1-0/+1
2019-06-05radv: remove one useless image type in the fmask expand shaderSamuel Pitoiset1-6/+3
2018-12-20radv: add support for FMASK expandSamuel Pitoiset1-0/+306