From: Erik Faye-Lund Date: Mon, 15 Jul 2019 12:42:37 +0000 (+0200) Subject: zink: remove insecure comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7004afcd247f82664ff9a0a73d1991bf9e38ce26;p=mesa.git zink: remove insecure comment This isn't as inaccurate as the comment says, the Vulkan documentation even seems to suggest this is the same. Let's drop the comment. Acked-by: Jordan Justen --- diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c index f18b39814d5..db2e5a0173a 100644 --- a/src/gallium/drivers/zink/zink_screen.c +++ b/src/gallium/drivers/zink/zink_screen.c @@ -214,7 +214,6 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_VIDEO_MEMORY: return get_video_mem(screen); case PIPE_CAP_UMA: - /* inaccurate */ return screen->props.deviceType == VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU; case PIPE_CAP_MAX_VERTEX_ATTRIB_STRIDE: