aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_formats.c
Commit message (Expand)AuthorAgeFilesLines
* radv: add support for querying which formats support texture gather LODSamuel Pitoiset2020-05-251-0/+12
* radv: use util_float_to_half_rtzChristopher Egert2020-05-171-1/+1
* radv: Allow non-dedicated linear images and buffer.Bas Nieuwenhuizen2020-02-021-2/+8
* radv: do not allow sparse resources with multi-planar formatsSamuel Pitoiset2020-01-271-0/+6
* radv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: Expose image handle compat types for Android handles.Bas Nieuwenhuizen2019-10-101-4/+25
* radv: Deal with Android external formats.Bas Nieuwenhuizen2019-10-101-11/+13
* radv: Derive android usage from create flags.Bas Nieuwenhuizen2019-10-101-0/+13
* radv: Disallow sparse shared images.Bas Nieuwenhuizen2019-10-101-8/+7
* radv/gfx10: fix maximum number of mip levels for 3D imagesSamuel Pitoiset2019-07-111-4/+10
* radv/gfx10: increase maximum number of layers to 8192Samuel Pitoiset2019-07-071-2/+2
* radv/gfx10: increase maximum number of levels to 14Samuel Pitoiset2019-07-071-1/+2
* radv: Disable linear tiled compressed textures.Bas Nieuwenhuizen2019-06-181-0/+4
* radv: Decompress DCC when the image format is not allowed for buffers.Bas Nieuwenhuizen2019-06-171-2/+3
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-1/+1
* radv: Implement cosited_even sampling.Bas Nieuwenhuizen2019-05-061-0/+1
* radv: Disable subsampled formats.Bas Nieuwenhuizen2019-05-061-1/+2
* radv: fix color conversions for normalized uint/sint formatsSamuel Pitoiset2019-05-021-4/+16
* radv: Restrict YUVY formats to 1 layer.Bas Nieuwenhuizen2019-05-021-0/+7
* radv: Add ycbcr format features.Bas Nieuwenhuizen2019-04-251-0/+27
* radv: Add logic for multisample format descriptions.Bas Nieuwenhuizen2019-04-251-0/+11
* radv: Add logic for subsampled format descriptions.Bas Nieuwenhuizen2019-04-251-0/+12
* radv: Sync ETC2 whitelisted devices.Bas Nieuwenhuizen2019-02-201-3/+9
* radv: remove a few more unnecessary KHR suffixesEric Engestrom2019-01-101-9/+9
* radv: get rid of bunch of KHR suffixesSamuel Pitoiset2019-01-091-41/+41
* radv: enable shaderStorageImageMultisample feature on GFX8+Samuel Pitoiset2018-12-201-2/+1
* radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.Bas Nieuwenhuizen2018-12-201-0/+12
* radv: do not support blitting surfaces for R32G32B32 formatsSamuel Pitoiset2018-10-121-0/+7
* radv: disallow 3D images and mipmaps/layers for R32G32B32 linear formatsSamuel Pitoiset2018-10-111-0/+14
* radv: do not support blitting surfaces with depth and stencilSamuel Pitoiset2018-09-191-0/+4
* radv: don't expose linear depth surfaces on SI/CIK/VI either.Dave Airlie2018-09-031-3/+2
* radv: Add missing checks in radv_get_image_format_properties.Bas Nieuwenhuizen2018-08-301-0/+19
* radv: Allow ETC2 on RAVEN and VEGA10 instead of all GFX9.Bas Nieuwenhuizen2018-08-141-1/+2
* radv: Add support for ETC2 textures.Bas Nieuwenhuizen2018-07-271-0/+36
* radv: fix Coverity no effect control flow issueTimothy Arceri2018-06-071-1/+1
* radv: Do not hardcode fast clear formats.Bas Nieuwenhuizen2018-06-051-180/+73
* radv: Add option to print errors even in optimized builds.Bas Nieuwenhuizen2018-05-311-1/+1
* radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.Bas Nieuwenhuizen2018-05-141-0/+19
* radv: Add support for IMG_DATA_FORMAT_32_32_32.Bas Nieuwenhuizen2018-05-141-4/+6
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-2/+2
* radv: add support for VK_EXT_sampler_filter_minmaxSamuel Pitoiset2018-03-281-0/+36
* radv: Update MAX_API_VERSION to 1.1.0Bas Nieuwenhuizen2018-03-071-4/+4
* radv: implement VK_EXT_external_memory_hostFredrik Höglund2018-02-081-6/+24
* radv: Don't allow 3d or 1d depth/stencil textures.Bas Nieuwenhuizen2018-01-221-0/+3
* radv: Implement VK_EXT_external_memory_dma_bufJason Ekstrand2017-12-041-2/+6
* radv: it isn't an error to not support a format or driverDave Airlie2017-11-161-1/+1
* radv: use vk_error() everywhere an error is returnedSamuel Pitoiset2017-11-131-1/+1
* radv: Add R16G16B16A16_SNORM fast clear supportAlex Smith2017-10-111-0/+6
* amd: move r600d_common.h into r600gMarek Olšák2017-10-091-15/+14
* radv: Add code to check if two formats can share DCC metadata.Bas Nieuwenhuizen2017-09-161-0/+85