aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_meta_fmask_expand.c
Commit message (Expand)AuthorAgeFilesLines
* spirv,nir: add new lod parameter to image_{load,store} intrinsicsSamuel Pitoiset2020-01-091-0/+1
* nir: move data.image.access to data.accessMarek Olšák2019-11-191-1/+1
* radv: Add extra struct to image view creation.Bas Nieuwenhuizen2019-08-071-1/+1
* radv: fix FMASK expand if layerCount is VK_REMAINING_ARRAY_LAYERSSamuel Pitoiset2019-06-271-1/+1
* radv: rename and re-document cache flush flagsSamuel Pitoiset2019-06-251-1/+1
* radv: clear FMASK layers instead of the whole buffer on GFX8Samuel Pitoiset2019-06-251-1/+1
* radv: fix FMASK expand with SRGB formatsSamuel Pitoiset2019-06-191-1/+2
* radv: use only one descriptor in the fmask expand passSamuel Pitoiset2019-06-051-24/+3
* radv: set ACCESS_NON_READABLE on the fmask expand pass output imageSamuel Pitoiset2019-06-051-0/+1
* radv: remove one useless image type in the fmask expand shaderSamuel Pitoiset2019-06-051-6/+3
* radv: add support for FMASK expandSamuel Pitoiset2018-12-201-0/+306