[Mesa-dev] [PATCH] radv: remove irrelevant comment
Bas Nieuwenhuizen
bas at basnieuwenhuizen.nl
Fri Apr 14 18:06:40 UTC 2017
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
On Fri, Apr 14, 2017 at 7:17 PM, Grazvydas Ignotas <notasas at gmail.com> wrote:
> A leftover from anv.
>
> Signed-off-by: Grazvydas Ignotas <notasas at gmail.com>
> ---
> 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 5f14394..7857e8f 100644
> --- a/src/amd/vulkan/radv_device.c
> +++ b/src/amd/vulkan/radv_device.c
> @@ -660,11 +660,11 @@ void radv_GetPhysicalDeviceProperties(
> .driverVersion = radv_get_driver_version(),
> .vendorID = 0x1002,
> .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);
> memcpy(pProperties->pipelineCacheUUID, pdevice->uuid, VK_UUID_SIZE);
> }
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list