diff options
author | Erik Faye-Lund <[email protected]> | 2019-07-15 14:42:37 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-10-28 08:51:46 +0000 |
commit | 7004afcd247f82664ff9a0a73d1991bf9e38ce26 (patch) | |
tree | c1b5894e1823f64294068d44bf4acd692e5fa7c8 /src/gallium | |
parent | a10d43d8457ed0989e394542adfc87b5ad19d295 (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 <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/zink/zink_screen.c | 1 |
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: |