Mesa (master): anv/device: Remove a bogus finishme comment

Jason Ekstrand jekstrand at kemper.freedesktop.org
Sat Nov 26 05:48:06 UTC 2016


Module: Mesa
Branch: master
Commit: fa6bbb5c00138506bd8280b22249a0c0b1d9a2ec
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa6bbb5c00138506bd8280b22249a0c0b1d9a2ec

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Fri Nov 25 21:45:02 2016 -0800

anv/device: Remove a bogus finishme comment

We've been properly detecting bit6 swizzling for a long time now.

---

 src/intel/vulkan/anv_device.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index 2c8ac49..51f0dc4 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;




More information about the mesa-commit mailing list