anv/device: Remove a bogus finishme comment
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 26 Nov 2016 05:45:02 +0000 (21:45 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 26 Nov 2016 05:46:11 +0000 (21:46 -0800)
We've been properly detecting bit6 swizzling for a long time now.

src/intel/vulkan/anv_device.c

index 2c8ac49..51f0dc4 100644 (file)
@@ -179,7 +179,6 @@ anv_physical_device_init(struct anv_physical_device *device,
    if (result != VK_SUCCESS)
        goto fail;
 
-   /* XXX: Actually detect bit6 swizzling */
    isl_device_init(&device->isl_dev, &device->info, swizzled);
 
    return VK_SUCCESS;