Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0fc37e9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I66c41101,Ibcb16e14,I9e9967ee

* changes:
  vulkan: Update headers to 1.1.90
  vkjson: report VkPhysicalDeviceDriverPropertiesKHR
  vulkan: Update headers to 1.1.87
parents 692bc1f8 f47e8f88
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -56,3 +56,6 @@ type u64 size_t

// VK_USE_PLATFORM_XLIB_XRANDR_EXT
@internal type u64 RROutput

// VK_USE_PLATFORM_FUCHSIA
@internal type u32 zx_handle_t
 No newline at end of file
+296 −6

File changed.

Preview size limit exceeded, changes collapsed.

+243 −5

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -556,6 +556,7 @@ VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pNa
        "vkGetDisplayModeProperties2KHR",
        "vkGetDisplayPlaneCapabilities2KHR",
        "vkGetInstanceProcAddr",
        "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT",
        "vkGetPhysicalDeviceDisplayPlaneProperties2KHR",
        "vkGetPhysicalDeviceDisplayProperties2KHR",
        "vkGetPhysicalDeviceExternalBufferProperties",
+1 −0
Original line number Diff line number Diff line
@@ -1149,6 +1149,7 @@ VK_ANDROID_external_memory_android_hardware_buffer
  {{else if eq $ext "VK_EXT_direct_mode_display"}}true
  {{else if eq $ext "VK_EXT_display_surface_counter"}}true
  {{else if eq $ext "VK_EXT_display_control"}}true
  {{else if eq $ext "VK_FUCHSIA_imagepipe_surface"}}true
  {{else if eq $ext "VK_MVK_ios_surface"}}true
  {{else if eq $ext "VK_MVK_macos_surface"}}true
  {{else if eq $ext "VK_NN_vi_surface"}}true
Loading