summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-11-25 21:45:02 -0800
committerJason Ekstrand <[email protected]>2016-11-25 21:46:11 -0800
commitfa6bbb5c00138506bd8280b22249a0c0b1d9a2ec (patch)
tree0c6aafb0d4e882d0fcc05b428205afb79ea20aae /src
parent2a7db188906b26f83e99ed037fc5537e7139c928 (diff)
anv/device: Remove a bogus finishme comment
We've been properly detecting bit6 swizzling for a long time now.
Diffstat (limited to 'src')
-rw-r--r--src/intel/vulkan/anv_device.c1
1 files changed, 0 insertions, 1 deletions
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;