From: Lenny Komow Date: Tue, 6 Nov 2018 21:49:42 +0000 (-0700) Subject: scripts: Remove Mir exceptions from codegen X-Git-Tag: submit/tizen/20181227.054638~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f59673982ff0ef7614adbe4c698b79aef1eaedb;p=platform%2Fupstream%2FVulkan-Loader.git scripts: Remove Mir exceptions from codegen Change-Id: Ief43a6294c4cd1a9397d6c6630bb0319c62f387c --- diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py index 37e0b29c..aae3425a 100644 --- a/scripts/common_codegen.py +++ b/scripts/common_codegen.py @@ -52,7 +52,6 @@ platform_dict = { 'fuchsia' : 'VK_USE_PLATFORM_FUCHSIA', 'ios' : 'VK_USE_PLATFORM_IOS_MVK', 'macos' : 'VK_USE_PLATFORM_MACOS_MVK', - 'mir' : 'VK_USE_PLATFORM_MIR_KHR', 'vi' : 'VK_USE_PLATFORM_VI_NN', 'wayland' : 'VK_USE_PLATFORM_WAYLAND_KHR', 'win32' : 'VK_USE_PLATFORM_WIN32_KHR', diff --git a/scripts/loader_extension_generator.py b/scripts/loader_extension_generator.py index a70013f3..3b8aaac4 100644 --- a/scripts/loader_extension_generator.py +++ b/scripts/loader_extension_generator.py @@ -32,7 +32,6 @@ WSI_EXT_NAMES = ['VK_KHR_surface', 'VK_KHR_xlib_surface', 'VK_KHR_xcb_surface', 'VK_KHR_wayland_surface', - 'VK_KHR_mir_surface', 'VK_KHR_win32_surface', 'VK_KHR_android_surface', 'VK_MVK_macos_surface',