radv: remove irrelevant comment
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 14 Apr 2017 16:54:35 +0000 (19:54 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 14 Apr 2017 20:16:03 +0000 (23:16 +0300)
A leftover from anv.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_device.c

index 62514983649546fee3e5de6da3ca5dfca07a231f..12040a04eb950b0e1f96bfc835d5768f2aa9cad4 100644 (file)
@@ -676,7 +676,7 @@ void radv_GetPhysicalDeviceProperties(
                .deviceID = pdevice->rad_info.pci_id,
                .deviceType = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU,
                .limits = limits,
-               .sparseProperties = {0}, /* Broadwell doesn't do sparse. */
+               .sparseProperties = {0},
        };
 
        strcpy(pProperties->deviceName, pdevice->name);