Re: [Mesa-dev] [PATCH v2 2/4] anv/image: Fix initialization of the ISL tiling

2016-07-14 Thread Jason Ekstrand
rb On Thu, Jul 14, 2016 at 8:32 AM, Nanley Chery wrote: > If an internal user creates an image with Vulkan tiling > VK_IMAGE_TILING_OPTIMAL > and an ISL tiling that isn't set, ISL will fail to create the image as > anv_image_create_info::isl_tiling_flags will be an

[Mesa-dev] [PATCH v2 2/4] anv/image: Fix initialization of the ISL tiling

2016-07-14 Thread Nanley Chery
If an internal user creates an image with Vulkan tiling VK_IMAGE_TILING_OPTIMAL and an ISL tiling that isn't set, ISL will fail to create the image as anv_image_create_info::isl_tiling_flags will be an invalid value. Correct this by making anv_image_create_info::isl_tiling_flags an opt-in,