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
/
vk-loader-generate.py
Age
Commit message (
Expand
)
Author
2016-04-19
misc: Update licenses to Apache 2.0
Jon Ashburn
2016-04-02
loader: fix spelling mistakes
Eric Engestrom
2016-02-29
loader: GH PR17, Add windows support for new displayserver types
Mark Lobodzinski
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
2015-12-17
loader: Fix comment leader on def files
Courtney Goeltzenleuchter
2015-12-01
vulkan: Add win32 and xcb extensions to vulkan.py
Mark Lobodzinski
2015-12-01
wsi: Fix windows build issues
Mark Lobodzinski
2015-11-18
loader: Add dynamic dispatch for unknown device extension entrypoints
Jon Ashburn
2015-11-06
Moved header files from include to include/vulkan
David Pinedo
2015-11-04
misc: Update author information
Courtney Goeltzenleuchter
2015-11-04
misc: switch copyright to Valve
Courtney Goeltzenleuchter
2015-11-04
misc: Remove Vulkan name from Copyright
Courtney Goeltzenleuchter
2015-11-02
bug 14921 part 1: sed renames
Chia-I Wu
2015-10-26
bug-14258: Make descriptor pools and command pools more consistent
Courtney Goeltzenleuchter
2015-09-04
WSI: Convert WSI swapchain extension usage to new KHR style
Ian Elliott
2015-06-25
vulkan.h: V108 -- Static Types, Bug# 13919
Tony Barbour
2015-06-18
Windows: Fix build issues on Windows
Tony Barbour
2015-06-17
misc: Change vkGetProcAddr to vkGetDeviceProcAddr
Jon Ashburn
2015-06-17
loader: Make VkInstance a dispatchable object and init with instance table
Jon Ashburn
2015-05-05
loader: Fix bugs where non-dispatchable objects overwrite dispatch table
Jon Ashburn
2015-05-05
loader: Fix bug in vkGetProcAddr so trampoline code is returned as needed
Jon Ashburn
2015-05-05
loader: Separate out the python generator script
Jon Ashburn