index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_formats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: add support for querying which formats support texture gather LOD
Samuel Pitoiset
2020-05-25
1
-0
/
+12
*
radv: use util_float_to_half_rtz
Christopher Egert
2020-05-17
1
-1
/
+1
*
radv: Allow non-dedicated linear images and buffer.
Bas Nieuwenhuizen
2020-02-02
1
-2
/
+8
*
radv: do not allow sparse resources with multi-planar formats
Samuel Pitoiset
2020-01-27
1
-0
/
+6
*
radv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-3
/
+3
*
radv: Expose image handle compat types for Android handles.
Bas Nieuwenhuizen
2019-10-10
1
-4
/
+25
*
radv: Deal with Android external formats.
Bas Nieuwenhuizen
2019-10-10
1
-11
/
+13
*
radv: Derive android usage from create flags.
Bas Nieuwenhuizen
2019-10-10
1
-0
/
+13
*
radv: Disallow sparse shared images.
Bas Nieuwenhuizen
2019-10-10
1
-8
/
+7
*
radv/gfx10: fix maximum number of mip levels for 3D images
Samuel Pitoiset
2019-07-11
1
-4
/
+10
*
radv/gfx10: increase maximum number of layers to 8192
Samuel Pitoiset
2019-07-07
1
-2
/
+2
*
radv/gfx10: increase maximum number of levels to 14
Samuel Pitoiset
2019-07-07
1
-1
/
+2
*
radv: Disable linear tiled compressed textures.
Bas Nieuwenhuizen
2019-06-18
1
-0
/
+4
*
radv: Decompress DCC when the image format is not allowed for buffers.
Bas Nieuwenhuizen
2019-06-17
1
-2
/
+3
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-1
/
+1
*
radv: Implement cosited_even sampling.
Bas Nieuwenhuizen
2019-05-06
1
-0
/
+1
*
radv: Disable subsampled formats.
Bas Nieuwenhuizen
2019-05-06
1
-1
/
+2
*
radv: fix color conversions for normalized uint/sint formats
Samuel Pitoiset
2019-05-02
1
-4
/
+16
*
radv: Restrict YUVY formats to 1 layer.
Bas Nieuwenhuizen
2019-05-02
1
-0
/
+7
*
radv: Add ycbcr format features.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+27
*
radv: Add logic for multisample format descriptions.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+11
*
radv: Add logic for subsampled format descriptions.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+12
*
radv: Sync ETC2 whitelisted devices.
Bas Nieuwenhuizen
2019-02-20
1
-3
/
+9
*
radv: remove a few more unnecessary KHR suffixes
Eric Engestrom
2019-01-10
1
-9
/
+9
*
radv: get rid of bunch of KHR suffixes
Samuel Pitoiset
2019-01-09
1
-41
/
+41
*
radv: enable shaderStorageImageMultisample feature on GFX8+
Samuel Pitoiset
2018-12-20
1
-2
/
+1
*
radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.
Bas Nieuwenhuizen
2018-12-20
1
-0
/
+12
*
radv: do not support blitting surfaces for R32G32B32 formats
Samuel Pitoiset
2018-10-12
1
-0
/
+7
*
radv: disallow 3D images and mipmaps/layers for R32G32B32 linear formats
Samuel Pitoiset
2018-10-11
1
-0
/
+14
*
radv: do not support blitting surfaces with depth and stencil
Samuel Pitoiset
2018-09-19
1
-0
/
+4
*
radv: don't expose linear depth surfaces on SI/CIK/VI either.
Dave Airlie
2018-09-03
1
-3
/
+2
*
radv: Add missing checks in radv_get_image_format_properties.
Bas Nieuwenhuizen
2018-08-30
1
-0
/
+19
*
radv: Allow ETC2 on RAVEN and VEGA10 instead of all GFX9.
Bas Nieuwenhuizen
2018-08-14
1
-1
/
+2
*
radv: Add support for ETC2 textures.
Bas Nieuwenhuizen
2018-07-27
1
-0
/
+36
*
radv: fix Coverity no effect control flow issue
Timothy Arceri
2018-06-07
1
-1
/
+1
*
radv: Do not hardcode fast clear formats.
Bas Nieuwenhuizen
2018-06-05
1
-180
/
+73
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
1
-1
/
+1
*
radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
Bas Nieuwenhuizen
2018-05-14
1
-0
/
+19
*
radv: Add support for IMG_DATA_FORMAT_32_32_32.
Bas Nieuwenhuizen
2018-05-14
1
-4
/
+6
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-2
/
+2
*
radv: add support for VK_EXT_sampler_filter_minmax
Samuel Pitoiset
2018-03-28
1
-0
/
+36
*
radv: Update MAX_API_VERSION to 1.1.0
Bas Nieuwenhuizen
2018-03-07
1
-4
/
+4
*
radv: implement VK_EXT_external_memory_host
Fredrik Höglund
2018-02-08
1
-6
/
+24
*
radv: Don't allow 3d or 1d depth/stencil textures.
Bas Nieuwenhuizen
2018-01-22
1
-0
/
+3
*
radv: Implement VK_EXT_external_memory_dma_buf
Jason Ekstrand
2017-12-04
1
-2
/
+6
*
radv: it isn't an error to not support a format or driver
Dave Airlie
2017-11-16
1
-1
/
+1
*
radv: use vk_error() everywhere an error is returned
Samuel Pitoiset
2017-11-13
1
-1
/
+1
*
radv: Add R16G16B16A16_SNORM fast clear support
Alex Smith
2017-10-11
1
-0
/
+6
*
amd: move r600d_common.h into r600g
Marek Olšák
2017-10-09
1
-15
/
+14
*
radv: Add code to check if two formats can share DCC metadata.
Bas Nieuwenhuizen
2017-09-16
1
-0
/
+85
[next]