summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ian Elliott <ianelliott@google.com> 2017-02-03 11:24:07 -0700
committer Ian Elliott <ianelliott@google.com> 2017-02-03 11:24:45 -0700
commit9e85373f51e3c06bdd0011366942862b47636c58 (patch)
treedaa3c6e9241a42b4d00f887ac4b40c99a3e9f118
parent87162c12db72de81628f6933e9e0cb7a4ee9eb36 (diff)
Hook the VK_KHR_incremental_present extension
Test: Ran the CTS tests Small oversight when first implemented. Change-Id: I9d4804aea3c986c49d69bc1f56b81127553f7863
-rw-r--r--vulkan/libvulkan/driver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vulkan/libvulkan/driver.cpp b/vulkan/libvulkan/driver.cpp
index a46f46e4ad..ba39b5eb32 100644
--- a/vulkan/libvulkan/driver.cpp
+++ b/vulkan/libvulkan/driver.cpp
@@ -467,6 +467,7 @@ void CreateInfoWrapper::FilterExtension(const char* name) {
name = VK_ANDROID_NATIVE_BUFFER_EXTENSION_NAME;
ext_bit = ProcHook::ANDROID_native_buffer;
break;
+ case ProcHook::KHR_incremental_present:
case ProcHook::GOOGLE_display_timing:
hook_extensions_.set(ext_bit);
// return now as these extensions do not require HAL support