OSDN Git Service

libvulkan: Fix check for redundant vkDeviceQueue calls
authorJesse Hall <jessehall@google.com>
Fri, 30 Oct 2015 01:49:53 +0000 (18:49 -0700)
committerJesse Hall <jessehall@google.com>
Mon, 25 Jan 2016 21:49:31 +0000 (13:49 -0800)
commit74f28ddb5e9812c2f13bed4e9856ccba8d8e0d3b
treeb214597a7787538a4317a4e990aec146eab21703
parent9a16f975921e48bf1f6ccbfb5b5e225f84182b22
libvulkan: Fix check for redundant vkDeviceQueue calls

dEQP test sets typically create a device once, but call
vkGetDeviceQueue in each test case. Due to this bug we were failing
all but the first call.

Change-Id: If5a07ae23d630e64d06b7028b7e62f389533da43
(cherry picked from commit 8be3d02cb116d82aac0e2c8f50168d816bfec4a0)
vulkan/libvulkan/loader.cpp