[Mesa-dev] [PATCH 0/6] anv: Implement VK_KHR_maintenance1

Lionel Landwerlin lionel.g.landwerlin at intel.com
Tue Jan 24 15:35:36 UTC 2017


On 23/01/17 22:12, Jason Ekstrand wrote:
> 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(-)
>

With Iago's comment on patch 1/6 addressed, this is :

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>


More information about the mesa-dev mailing list