index
:
usermoji.git
mommy
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loader
/
wsi.c
Age
Commit message (
Expand
)
Author
2015-12-11
wsi: Make WSI cases more consistent, fail if not set correctly
Mark Lobodzinski
2015-12-01
loader: Fix WSI compilation error if not XCB
Jon Ashburn
2015-12-01
loader: Add terminator functions for Create*SurfaceKHR functions
Jon Ashburn
2015-12-01
loader: Convert vkDestroySurfaceKHR() to have a terminator.
Ian Elliott
2015-12-01
wsi: Moved definition of CreateXxxSurface extension to CMakefile
Mark Lobodzinski
2015-12-01
loader: Fix typo in wsi file
Mark Lobodzinski
2015-12-01
loader: Add vkGetPhysicalDevice*PresentationSupportKHR()
Ian Elliott
2015-12-01
loader: Address Jon Ashburn's review comments.
Ian Elliott
2015-12-01
loader: Add WSI "device" trampoline funcs (e.g. vkCreateSwapchainKHR).
Ian Elliott
2015-12-01
loader: Add new vkGetPhysicalDeviceSurface*KHR() functions.
Ian Elliott
2015-12-01
loader: Wrote vk{Create|Destroy}*SurfaceKHR() trampoline functions.
Ian Elliott
2015-12-01
loader: Export the trampoline code for vkGetPhysicalDeviceSurfaceSupportKHR
Ian Elliott
2015-12-01
loader: Create defaults for which platforms WSI is supported on.
Ian Elliott
2015-12-01
loader: Started plumbing the platform extensions.
Ian Elliott
2015-12-01
loader: Started porting loader to new WSI (GIPA missing).
Ian Elliott