summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/driver.cpp
diff options
context:
space:
mode:
author Ian Elliott <ianelliott@google.com> 2017-02-15 20:12:11 +0000
committer Ian Elliott <ianelliott@google.com> 2017-02-15 20:12:11 +0000
commitfe8543b0b5231e45bd435efcd8184745fe91d021 (patch)
tree81c868a6ccfb75dcc1a3488f6b56cca3f7cae4a1 /vulkan/libvulkan/driver.cpp
parent15b1cb2e57435514b4810f27e5ee01a2e480b338 (diff)
Revert "Temporarily disable enumeration of VK_KHR_incremental_present"
This reverts commit 15b1cb2e57435514b4810f27e5ee01a2e480b338. Change-Id: Ia4d6a75a6fc71107145e7273e891e1efb0f3eb9a
Diffstat (limited to 'vulkan/libvulkan/driver.cpp')
-rw-r--r--vulkan/libvulkan/driver.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/vulkan/libvulkan/driver.cpp b/vulkan/libvulkan/driver.cpp
index a23056c439..32f777dc87 100644
--- a/vulkan/libvulkan/driver.cpp
+++ b/vulkan/libvulkan/driver.cpp
@@ -739,10 +739,8 @@ VkResult EnumerateDeviceExtensionProperties(
const InstanceData& data = GetData(physicalDevice);
static const std::array<VkExtensionProperties, 2> loader_extensions = {{
// WSI extensions
-#if 0 // Remove this "#if 0" once the VK_KHR_incremental_present extension is ratified
{VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME,
VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION},
-#endif
{VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME,
VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION},
}};