scripts: Remove Mir exceptions from codegen
authorLenny Komow <lenny@lunarg.com>
Tue, 6 Nov 2018 21:49:42 +0000 (14:49 -0700)
committerLenny Komow <lenny@lunarg.com>
Tue, 6 Nov 2018 21:49:42 +0000 (14:49 -0700)
Change-Id: Ief43a6294c4cd1a9397d6c6630bb0319c62f387c

scripts/common_codegen.py
scripts/loader_extension_generator.py

index 37e0b29c7076910fc211894f2be83543ae710d60..aae3425a291906610a26ce8281375ae2a7ecfcfa 100644 (file)
@@ -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',
index a70013f3d2a880b3e6aba154e9d825b612eaa6eb..3b8aaac42c86ac6af3fdb3fbf23c4a82cea4ca0c 100644 (file)
@@ -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',