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
2016-06-14
loader: return ext not present when applicable
Jeremy Hayes
2016-04-19
misc: Update licenses to Apache 2.0
Jon Ashburn
2016-04-15
loader: Run clang-format
Jon Ashburn
2016-04-14
loader: Added some missing function entry points to loader_icd_init_entrys.
Petros Bantolas
2016-03-25
loader: ghlvl#79, Fix to not report unsupported WSI surface extensions on Linux
Jon Ashburn
2016-03-24
loader: Fix some typos from the recent WSI checkins: broke wayland
Jon Ashburn
2016-03-24
loader: Convert fprintf() calls to loader_log()
Ian Elliott
2016-03-24
layers: WSI functions should not work unless enabled.
Ian Elliott
2016-03-08
loader: gllvl #50, Add support for the WSI extension KHR_display
Jon Ashburn
2016-03-02
loader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDevice
Jon Ashburn
2016-02-29
loader: GH PR17, Fix typo in comment
Mun, Gwan-gyeong
2016-02-26
loader: Better delineate trampoline and terminator functions
Jon Ashburn
2016-02-22
loader: Fix Wayland support
Jason Ekstrand
2016-02-10
Remove Khronos confidential clause from license text.
Karl Schultz
2016-02-03
loader:Update copyright and apply clang-format (no logic changes)
Jon Ashburn
2016-01-25
Win32: Get 32-bit Windows build working
Mark Young
2016-01-11
misc: Move to Vulkan header version 0.222
Jon Ashburn
2015-12-29
loader: Version 217 WSI changes.
Ian Elliott
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