summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-07-15 14:42:37 +0200
committerErik Faye-Lund <erik.faye-lund@collabora.com>2019-10-28 08:51:46 +0000
commit7004afcd247f82664ff9a0a73d1991bf9e38ce26 (patch)
treec1b5894e1823f64294068d44bf4acd692e5fa7c8
parenta10d43d8457ed0989e394542adfc87b5ad19d295 (diff)
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 <jordan.l.justen@intel.com>
-rw-r--r--src/gallium/drivers/zink/zink_screen.c1
1 files changed, 0 insertions, 1 deletions
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: