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
/
table_ops.h
Age
Commit message (
Expand
)
Author
2015-06-18
loader: Remove GetGlobalExtensionInfo from dispatch table
Jon Ashburn
2015-06-18
loader: Add support for debug report
Courtney Goeltzenleuchter
2015-06-17
loader: Support layers that don't have an extension entrypoint
Jon Ashburn
2015-06-17
misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch
Jon Ashburn
2015-06-17
extensions: begin changes for extension support
Courtney Goeltzenleuchter
2015-06-17
misc: Make wsi lunarg an extension rather than core entrypoints
Jon Ashburn
2015-06-17
misc: Change vkGetProcAddr to vkGetDeviceProcAddr
Jon Ashburn
2015-06-17
misc: Loader and Layers move device chain activation to CreateDevice
Jon Ashburn
2015-06-17
loader: Activate layers on the instance chain at CreateInstance
Jon Ashburn
2015-06-17
loader: Make VkInstance a dispatchable object and init with instance table
Jon Ashburn
2015-06-02
v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets()
Chia-I Wu
2015-06-02
v98: remove vk{Begin,End}DescriptorPoolUpdate()
Chia-I Wu
2015-05-11
vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464
Mark Lobodzinski
2015-05-08
vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550.
Mark Lobodzinski
2015-05-07
misc: Add vkGetInstanceProcAddr() entrypoint
Jon Ashburn
2015-05-07
loader: No longer generate code, instead directly check in source code
Jon Ashburn