configure.ac: split the wayland client/server confusion
[mesa.git] / src / amd / vulkan / radv_formats.c
2017-09-16 Bas Nieuwenhuizenradv: Add code to check if two formats can share DCC...
2017-08-24 Dave Airlieradv/gfx9: don't expose linear depth on vega.
2017-07-24 Dave Airlieradv: don't set dedicated bit for buffer external memory.
2017-07-17 Dave Airlieradv/clear: add r32g32b32a32 fast clear support (v2)
2017-07-15 Jason Ekstrandradv: Implement VK_KHR_external_memory
2017-07-15 Jason Ekstrandradv: Drop support for VK_KHX_external_semaphore_*
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-06-05 Dave Airlieradv: add external memory support.
2017-06-05 Dave Airlieradv/formats: reverse how the image format properties...
2017-05-04 Dave Airlieradv: don't advertise transfer props unless we can...
2017-04-13 Dave Airlieradv: support S8_UINT as a depth/stencil format.
2017-03-12 Dave Airlieradv: disabled scaled formats for transfers.
2017-03-05 Dave Airlieradv: drop Z24 support.
2017-02-27 Dave Airlieradv/formats: add fast clear for 8-bit signed ints.
2017-02-19 Dave Airlieradv: fix typo in a2b10g10r10 fast clear calculation.
2017-02-16 Dave Airlieradv: add fast color clear for b10g11r11
2017-02-08 Bas Nieuwenhuizenradv: Add CPU color packing for VK_FORMAT_A2B10G10R10_U...
2017-01-30 Bas Nieuwenhuizenradv: Expose transfer format features.
2017-01-30 Bas Nieuwenhuizenradv: Don't allow any operations on non-supported depth...
2017-01-28 Dave Airlieradv: implement VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2
2016-12-26 Dave Airlieradv: fix rendering to b10g11r11_ufloat_pack32
2016-11-20 Dave Airlieradv: fix image view creation for depth and stencil...
2016-10-11 Grigori Goronzyradv: fix uninitialized variables
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver