Mesa (master): radv: remove irrelevant comment

Grazvydas Ignotas notaz at kemper.freedesktop.org
Fri Apr 14 20:16:51 UTC 2017


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

Author: Grazvydas Ignotas <notasas at gmail.com>
Date:   Fri Apr 14 19:54:35 2017 +0300

radv: remove irrelevant comment

A leftover from anv.

Signed-off-by: Grazvydas Ignotas <notasas at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

---

 src/amd/vulkan/radv_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 6251498364..12040a04eb 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -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);




More information about the mesa-commit mailing list