summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/driver.cpp
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-02-15 22:50:27 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-02-15 22:50:28 +0000
commitd05402ff3286fbcd16688a8e4e7c1cce3ad48f64 (patch)
tree4b1e78366588ae98d651cbb39f6f69e57ff744a3 /vulkan/libvulkan/driver.cpp
parent9f02435fd44c0651c85e9bd4dc7307bc6b1a85fa (diff)
parentfe8543b0b5231e45bd435efcd8184745fe91d021 (diff)
Merge "Revert "Temporarily disable enumeration of VK_KHR_incremental_present""
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},
}};