Age | Commit message (Collapse) | Author |
|
|
|
Also includes new header files generated by Vulkan-Hpp. Previously
everything went into the monolithic header vulkan.hpp, which had grown
very long. Now different types of interfaces are segregated into
different files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix it.
|
|
|
|
|
|
|
|
|
|
|
|
Add new vulkan_screen.h header to BUILD.gn
fixes #187
|
|
Closes #187
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should have been added at the end to preserve compatibility.
|
|
|
|
Defines type "VkIcdSurfaceGgp" and adds "VK_ICD_WSI_PLATFORM_GGP" to
VkIcdWsiPlatform enum.
GGP is Google Games Platform, the platform for Stadia.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add VI enum value to VkIcdWsiPlatform and define type VkIcdSurfaceVi.
|
|
|
|
|
|
This is needed to tell a layer if the loader is sorting physical
devices, but it should be generalized so that other loader features
could be marked in the future.
|
|
|
|
|
|
|
|
|
|
The new enum member introduced in 2a164e968 broke ABI with previous
versions of vk_icd.h, resulting in a segfault on latest mesa (which does
not yet have this commit in their vendored copy of vk_icd.h, thus
breaking the order of enum members).
|
|
|