[Mesa-dev] [PATCH 0/6] anv: Implement VK_KHR_maintenance1
Iago Toral
itoral at igalia.com
Tue Jan 24 08:57:52 UTC 2017
I dropped a couple of minor comments on patches 1 and 3, but otherwise
the series is:
Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>
On Mon, 2017-01-23 at 14:12 -0800, 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(-)
>
More information about the mesa-dev
mailing list