Perhaps add a warning for CNL saying that it's still alpha --Jason
On Fri, Oct 20, 2017 at 10:33 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com> > --- > src/intel/vulkan/anv_device.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c > index a4ea7e33d9c..a117e119641 100644 > --- a/src/intel/vulkan/anv_device.c > +++ b/src/intel/vulkan/anv_device.c > @@ -299,9 +299,9 @@ anv_physical_device_init(struct anv_physical_device > *device, > fprintf(stderr, "WARNING: Ivy Bridge Vulkan support is > incomplete\n"); > } else if (device->info.gen == 7 && device->info.is_baytrail) { > fprintf(stderr, "WARNING: Bay Trail Vulkan support is > incomplete\n"); > - } else if (device->info.gen >= 8 && device->info.gen <= 9) { > - /* Broadwell, Cherryview, Skylake, Broxton, Kabylake is as fully > - * supported as anything */ > + } else if (device->info.gen >= 8 && device->info.gen <= 10) { > + /* Broadwell, Cherryview, Skylake, Broxton, Kabylake, Coffeelake > + * and Cannonlake is as fully supported as anything */ > } else { > result = vk_errorf(device->instance, device, > VK_ERROR_INCOMPATIBLE_DRIVER, > -- > 2.15.0.rc1 > >
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev