From: Jason Ekstrand Date: Sat, 26 Nov 2016 05:45:02 +0000 (-0800) Subject: anv/device: Remove a bogus finishme comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa6bbb5c00138506bd8280b22249a0c0b1d9a2ec;p=mesa.git anv/device: Remove a bogus finishme comment We've been properly detecting bit6 swizzling for a long time now. --- diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 2c8ac49de71..51f0dc4185b 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -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;