This little series implements the new VK_KHR_maintenance1 extension. Most of the patches are pretty trivial by themselves but they all do different things so I split them out. I'm happy to squash the whole series if someone really wants me to.
Jason Ekstrand (6): anv: Set viewport extents correctly when height is negative anv: Add trivial support for TrimCommandPoolKHR anv: Report FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHR anv: Allow selecting the slice of a 3D image anv: Return better errors from AllocateDescriptorSets anv: Expose VK_KHR_maintenance1 src/intel/vulkan/anv_cmd_buffer.c | 8 ++++++++ src/intel/vulkan/anv_descriptor_set.c | 8 ++++++-- src/intel/vulkan/anv_device.c | 6 +++++- src/intel/vulkan/anv_formats.c | 9 ++++++++- src/intel/vulkan/anv_image.c | 2 +- src/intel/vulkan/gen8_cmd_buffer.c | 4 ++-- 6 files changed, 30 insertions(+), 7 deletions(-) -- 2.5.0.400.gff86faf _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
