Re: [Mesa-dev] [PATCH] anv: Sanitize Image extents and offsets

2016-03-24 Thread Jason Ekstrand
On Thu, Mar 24, 2016 at 9:27 AM, Nanley Chery wrote: > From: Nanley Chery > > Prepare Image extents and offsets for internal consumption by assigning > the default values implicitly defined by the spec. Fixes textures on > several Vulkan demos in which the VkImageCopy depth is set to zero when >

[Mesa-dev] [PATCH] anv: Sanitize Image extents and offsets

2016-03-24 Thread Nanley Chery
From: Nanley Chery Prepare Image extents and offsets for internal consumption by assigning the default values implicitly defined by the spec. Fixes textures on several Vulkan demos in which the VkImageCopy depth is set to zero when copying a 2D image. Signed-off-by: Nanley Chery --- src/intel/