aboutsummaryrefslogtreecommitdiff
path: root/loader/wsi.c
AgeCommit message (Expand)Author
2015-12-11wsi: Make WSI cases more consistent, fail if not set correctlyMark Lobodzinski
2015-12-01loader: Fix WSI compilation error if not XCBJon Ashburn
2015-12-01loader: Add terminator functions for Create*SurfaceKHR functionsJon Ashburn
2015-12-01loader: Convert vkDestroySurfaceKHR() to have a terminator.Ian Elliott
2015-12-01wsi: Moved definition of CreateXxxSurface extension to CMakefileMark Lobodzinski
2015-12-01loader: Fix typo in wsi fileMark Lobodzinski
2015-12-01loader: Add vkGetPhysicalDevice*PresentationSupportKHR()Ian Elliott
2015-12-01loader: Address Jon Ashburn's review comments.Ian Elliott
2015-12-01loader: Add WSI "device" trampoline funcs (e.g. vkCreateSwapchainKHR).Ian Elliott
2015-12-01loader: Add new vkGetPhysicalDeviceSurface*KHR() functions.Ian Elliott
2015-12-01loader: Wrote vk{Create|Destroy}*SurfaceKHR() trampoline functions.Ian Elliott
2015-12-01loader: Export the trampoline code for vkGetPhysicalDeviceSurfaceSupportKHRIan Elliott
2015-12-01loader: Create defaults for which platforms WSI is supported on.Ian Elliott
2015-12-01loader: Started plumbing the platform extensions.Ian Elliott
2015-12-01loader: Started porting loader to new WSI (GIPA missing).Ian Elliott