[Mesa-dev] [PATCH] anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT
Chad Versace
chadversary at chromium.org
Tue Jul 18 00:18:39 UTC 2017
On Tue 18 Jul 2017, Lionel Landwerlin wrote:
> Oh dear :/
>
> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
>
> On 17/07/17 23:32, Chad Versace wrote:
> > We incorrectly detected VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT. We looked
> > for the bit in VkImageCreateInfo::usage, but it's actually in
> > VkImageCreateInfo::flags.
> >
> > Found by assertion failures while enabling VK_ANDROID_native_buffer.
> >
> > Cc: mesa-stable at lists.freedesktop.org
> > ---
> >
> > Can someone at Intel please confirm that this doesn't regress Jenkins?
> > I pushed this to my 'jenkins' branch, but I don't know if Intel's
> > Jenkins still runs my branches.
Could someone at Intel please check my patch Jenkins? Thanks. I don't
want to push this if it makes Jenkins red.
More information about the mesa-dev
mailing list