diff options
author | Greg Daniel <egdaniel@google.com> | 2019-05-14 21:32:29 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-05-14 21:32:29 +0000 |
commit | 13a31b26488df92af7afb81f27df6ecb2550d2b8 (patch) | |
tree | b8e0380bcabe465f17a80731b26cc03b917a4359 /libs/hwui/renderthread/VulkanManager.cpp | |
parent | cf65007be2c3f69ac4209e9fae26665dd8ee03f7 (diff) | |
parent | cdfc90231cbe44430dff6bc77a27ea31743f580e (diff) |
Merge "Remove workaround in VulkanSurface for missing vendor flag." into qt-dev
Diffstat (limited to 'libs/hwui/renderthread/VulkanManager.cpp')
-rw-r--r-- | libs/hwui/renderthread/VulkanManager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/renderthread/VulkanManager.cpp b/libs/hwui/renderthread/VulkanManager.cpp index 62fd48940870..5173f638068d 100644 --- a/libs/hwui/renderthread/VulkanManager.cpp +++ b/libs/hwui/renderthread/VulkanManager.cpp @@ -167,8 +167,6 @@ void VulkanManager::setupDevice(GrVkExtensions& grExtensions, VkPhysicalDeviceFe LOG_ALWAYS_FATAL_IF(physDeviceProperties.apiVersion < VK_MAKE_VERSION(1, 1, 0)); mDriverVersion = physDeviceProperties.driverVersion; - mIsQualcomm = physDeviceProperties.vendorID == 20803; - // query to get the initial queue props size uint32_t queueCount; mGetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice, &queueCount, nullptr); |