summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_formats.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-01radv: Enable linear sampling for depth textures.Bas Nieuwenhuizen1-0/+3
2021-02-13radv: Start using util_format_description for everything.Bas Nieuwenhuizen1-64/+64
2021-02-13radv: Only support format with a PIPE_FORMAT.Bas Nieuwenhuizen1-1/+2
2021-02-13radv: Stop using plane_count.Bas Nieuwenhuizen1-2/+2
2021-02-13radv: Stop checking for MULTIPLANE layout.Bas Nieuwenhuizen1-3/+3
2021-02-13radv: Remove VK_SWIZZLE_*.Bas Nieuwenhuizen1-3/+3
2021-02-03radv: Use typed outarray APIJames Park1-4/+4
2021-02-02radv: Add format modifier format queries.Bas Nieuwenhuizen1-9/+208
2021-02-01radv: port to using common dispatch code.Dave Airlie1-2/+2
2021-01-11radv: mark VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT as unsupported on GFX6-7Samuel Pitoiset1-0/+4
2021-01-11radv: Add sparse image queries.Bas Nieuwenhuizen1-9/+169
2021-01-04radv: disable A2 SNORM/SSCALED/SINT for texel buffers & images on all gensSamuel Pitoiset1-7/+4
2020-11-09radv: implement VK_EXT_shader_image_atomic_int64Rhys Perry1-6/+19
2020-10-06gallium/util: remove empty file u_half.hMarek Olšák1-1/+1
2020-10-06gallium/util: remove redundant util_float_to_half_rtzMarek Olšák1-1/+1
2020-10-01Revert F16C series (MR 6774)Matt Turner1-2/+2
2020-09-30gallium/util: remove empty file u_half.hMarek Olšák1-1/+1
2020-09-30gallium/util: remove redundant util_float_to_half_rtzMarek Olšák1-1/+1
2020-09-23radv: Add VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 rendering support.Bas Nieuwenhuizen1-2/+18
2020-08-07radv: Add ETC2 support on RAVEN2.Bas Nieuwenhuizen1-0/+1
2020-07-22radv: advertise VK_EXT_shader_atomic_floatSamuel Pitoiset1-1/+3
2020-05-25radv: add support for querying which formats support texture gather LODSamuel Pitoiset1-0/+12
2020-05-17radv: use util_float_to_half_rtzChristopher Egert1-1/+1
2020-02-02radv: Allow non-dedicated linear images and buffer.Bas Nieuwenhuizen1-2/+8
2020-01-27radv: do not allow sparse resources with multi-planar formatsSamuel Pitoiset1-0/+6
2020-01-15radv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2Samuel Pitoiset1-3/+3
2019-10-10radv: Expose image handle compat types for Android handles.Bas Nieuwenhuizen1-4/+25
2019-10-10radv: Deal with Android external formats.Bas Nieuwenhuizen1-11/+13
2019-10-10radv: Derive android usage from create flags.Bas Nieuwenhuizen1-0/+13
2019-10-10radv: Disallow sparse shared images.Bas Nieuwenhuizen1-8/+7
2019-07-11radv/gfx10: fix maximum number of mip levels for 3D imagesSamuel Pitoiset1-4/+10
2019-07-07radv/gfx10: increase maximum number of layers to 8192Samuel Pitoiset1-2/+2
2019-07-07radv/gfx10: increase maximum number of levels to 14Samuel Pitoiset1-1/+2
2019-06-18radv: Disable linear tiled compressed textures.Bas Nieuwenhuizen1-0/+4
2019-06-17radv: Decompress DCC when the image format is not allowed for buffers.Bas Nieuwenhuizen1-2/+3
2019-05-15ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák1-1/+1
2019-05-06radv: Implement cosited_even sampling.Bas Nieuwenhuizen1-0/+1
2019-05-06radv: Disable subsampled formats.Bas Nieuwenhuizen1-1/+2
2019-05-02radv: fix color conversions for normalized uint/sint formatsSamuel Pitoiset1-4/+16
2019-05-02radv: Restrict YUVY formats to 1 layer.Bas Nieuwenhuizen1-0/+7
2019-04-25radv: Add ycbcr format features.Bas Nieuwenhuizen1-0/+27
2019-04-25radv: Add logic for multisample format descriptions.Bas Nieuwenhuizen1-0/+11
2019-04-25radv: Add logic for subsampled format descriptions.Bas Nieuwenhuizen1-0/+12
2019-02-20radv: Sync ETC2 whitelisted devices.Bas Nieuwenhuizen1-3/+9
2019-01-10radv: remove a few more unnecessary KHR suffixesEric Engestrom1-9/+9
2019-01-09radv: get rid of bunch of KHR suffixesSamuel Pitoiset1-41/+41
2018-12-20radv: enable shaderStorageImageMultisample feature on GFX8+Samuel Pitoiset1-2/+1
2018-12-20radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.Bas Nieuwenhuizen1-0/+12
2018-10-12radv: do not support blitting surfaces for R32G32B32 formatsSamuel Pitoiset1-0/+7
2018-10-11radv: disallow 3D images and mipmaps/layers for R32G32B32 linear formatsSamuel Pitoiset1-0/+14