turnip: implement VK_EXT_4444_formats
[mesa.git] / src / freedreno / vulkan / tu_formats.c
2020-08-04 Jonathan Marekturnip: implement VK_EXT_4444_formats
2020-08-04 Jonathan Marekturnip: rework extended formats to allow more extended...
2020-08-04 Jonathan Marekturnip: add support for D32_SFLOAT_S8_UINT
2020-08-03 Jonathan Marekturnip: workaround for a630 d24_unorm_s8_uint fails
2020-08-03 Rob Clarkfreedreno/registers: split header build into subdirs
2020-07-05 Jonathan Marekturnip: enable 420_UNORM formats
2020-06-18 Jonathan Marekturnip: move enum translation functions to a common...
2020-05-26 Kristian H. Kristensenturnip: Use {} initializer to silence warning
2020-05-26 Kristian H. Kristensenfreedreno: Use explicit *_NONE enum for undefined formats
2020-05-26 Connor Abbotttu: Add missing storage image/texel buffer bits
2020-05-20 Jonathan Marekturnip: enable 422_UNORM formats
2020-05-20 Jonathan Marekturnip: implement VK_KHR_sampler_ycbcr_conversion
2020-05-19 Connor Abbotttu: Support VK_FORMAT_FEATURE_BLIT_SRC_BIT for texture...
2020-05-14 Connor Abbotttu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable...
2020-04-22 Jonathan Marekturnip: implement VK_EXT_sampler_filter_minmax
2020-04-22 Jonathan Marekturnip: implement VK_EXT_filter_cubic
2020-04-22 Jonathan Marekturnip: enable VK_FORMAT_S8_UINT as stencil format
2020-04-09 Jonathan Marekturnip: new clear/blit implementation with shader path...
2020-04-09 Jonathan Marekturnip: rework format helpers
2020-04-09 Jonathan Marekturnip: disable 8x msaa
2020-02-28 Jonathan Marekturnip: add r5g5b5a1_unorm/b5g5r5a1_unorm formats
2020-02-28 Jonathan Marekturnip: rework format table to support r5g5b5a1_unorm...
2020-02-13 Connor Abbotttu: Disable linear depth attachments
2020-02-12 Jonathan Marekfreedreno/a6xx: use single format enum
2020-01-23 Jonathan Marekturnip: simplify tu_physical_device_get_format_properties
2020-01-17 Jason Ekstrandvulkan/wsi: Use the interface from the real modifiers...
2019-12-20 Jonathan Marekturnip: disable B8G8R8 vertex formats
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: RB6_R8G8B8 is actually 32 bit RGBX
2019-12-13 Jonathan Marekturnip: no 8x msaa on 128bpp formats
2019-11-21 Jonathan Marekturnip: implement UBWC
2019-11-19 Eric Anholtturnip: Drop the copy of the formats table.
2019-11-19 Jonathan Marekturnip: fix sRGB GMEM clear
2019-11-19 Jonathan Marekturnip: implement CmdClearColorImage/CmdClearDepthStenc...
2019-11-08 Kristian H. Kristensenfreedreno/a6x: Rename z/s formats
2019-10-15 Jonathan Marekturnip: depth/stencil
2019-10-15 Jonathan Marekturnip: improve CmdCopyImage and implement CmdBlitImage
2019-10-15 Eric Anholtturnip: Fill in clear color packing for r10g11b11 and...
2019-10-15 Eric Anholtturnip: Drop unused tu_pack_clear_value() return.
2019-10-15 Jonathan Marekturnip: add more 2d_ifmt translations
2019-10-15 Jonathan Marekturnip: format table fixes
2019-09-27 Bas Nieuwenhuizenturnip: Disallow NPoT formats.
2019-09-26 Jonathan Marekturnip: enable linear filtering
2019-03-16 Bas Nieuwenhuizenturnip: Fix GCC compiles.
2019-03-11 Chad Versaceturnip: Use Vulkan 1.1 names instead of KHR
2019-03-11 Bas Nieuwenhuizenturnip: Add tu6_rb_fmt_to_ifmt.
2019-03-11 Chia-I Wuturnip: respect color attachment formats
2019-03-11 Chia-I Wuturnip: fix VkClearValue packing
2019-03-11 Chad Versaceturnip: Fix error behavior for VkPhysicalDeviceExternal...
2019-03-11 Chia-I Wuturnip: add a more complete format table
2019-03-11 Bas Nieuwenhuizenturnip: Implement some format properties for RGBA8.
2019-03-11 Chia-I Wuturnip: add .clang-format
2019-03-11 Chad Versaceturnip: Fix indentation in function signatures
2019-03-11 Bas Nieuwenhuizenturnip: Add driver skeleton (v2)