anv/device: Remove a bogus finishme comment
We've been properly detecting bit6 swizzling for a long time now.
This commit is contained in:
@@ -179,7 +179,6 @@ anv_physical_device_init(struct anv_physical_device *device,
|
|||||||
if (result != VK_SUCCESS)
|
if (result != VK_SUCCESS)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
/* XXX: Actually detect bit6 swizzling */
|
|
||||||
isl_device_init(&device->isl_dev, &device->info, swizzled);
|
isl_device_init(&device->isl_dev, &device->info, swizzled);
|
||||||
|
|
||||||
return VK_SUCCESS;
|
return VK_SUCCESS;
|
||||||
|
Reference in New Issue
Block a user