vulkan/wsi: Use the interface from the real modifiers extension
[mesa.git] / src / freedreno / vulkan / tu_formats.c
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)