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
/
vk-generate.py
Age
Commit message (
Expand
)
Author
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-09-25
Make layers build on android.
Michael Lentine
2015-09-25
WSI Validation: Initial WSI "swapchain" validation layer.
Ian Elliott
2015-09-17
bug 14509: Rename Layer and Extension queries
Courtney Goeltzenleuchter
2015-09-17
layers: Fix several bugs in WSI extension handling in layers
Jon Ashburn
2015-08-13
layers: Fix windows build for multi layer .def file
Jon Ashburn
2015-07-17
icd: Generate vkInstanceProcAddr with real entrypoints
Jon Ashburn
2015-07-07
loader: bug 12992: extension and layer support
Courtney Goeltzenleuchter
2015-07-07
include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h
Tobin Ehlis
2015-06-29
loader: Move CreateDevice to device table
Courtney Goeltzenleuchter
2015-06-29
generator: Clear dispatch table
Courtney Goeltzenleuchter
2015-06-25
vulkan.h: V108 -- Static Types, Bug# 13919
Tony Barbour
2015-06-18
misc: Remove GetDisplayInfoWSI()
Jon Ashburn
2015-06-18
loader: Remove GetGlobalExtensionInfo from dispatch table
Jon Ashburn
2015-06-17
loader: Support layers that don't have an extension entrypoint
Jon Ashburn
2015-06-17
layers: GPA table initialization shouldn't recurse
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
layers: Use the instance chain for entrypoints with instance
Jon Ashburn
2015-06-17
layers: Add initialization of instance dispatch table
Jon Ashburn
2015-06-17
layers: Remove unused layer dispatch lookup generation
Jon Ashburn
2015-06-17
layers: Remove the layer intercept proc generated header
Jon Ashburn
2015-05-11
Windows: Fix build from recent loader changes
Jon Ashburn
2015-05-07
misc: Add vkGetInstanceProcAddr() entrypoint
Jon Ashburn
2015-05-05
loader: Separate out the python generator script
Jon Ashburn
2015-05-05
loader: rename a few dispatch utilties
Jon Ashburn
2015-04-27
loader: Fix bug on layer name prefix string length
Jon Ashburn
2015-04-23
dispatch: No need to save data from vkResetFences
Tony Barbour
2015-04-22
misc: Changes to fix warnings in Windows / VC++ build
Tony Barbour
2015-04-21
vulkan.h: Fix up warnings and use VkObject appropriately
Tony Barbour
2015-04-17
update to vulkan.h header version 90, bug 13529
Mike Stroyan
2015-04-17
switch to VK_WSI_LunarG
Chia-I Wu
2015-04-16
Bug 13632 Header 84 Assorted questions and comments on vulkan.h
Tony Barbour
2015-04-16
misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices
Jon Ashburn
2015-04-16
layers: indirect GPA in dispatch table
Mike Stroyan
2015-04-16
Win: Some compilation/link fixes.
Ian Elliott
2015-04-16
layers: Fix for registering a debug callback routine
Tony Barbour
2015-04-16
loader: Fix GetProcAddr to return proper function pointers for app
Jon Ashburn
2015-04-16
loader: Fix disptach table init for non-dispatchable functions
Jon Ashburn
2015-04-16
vulkan: Add vkGetGlobalExtensionInfo entrypoint
Jon Ashburn
2015-04-16
layers: Remove wrapping of GPU objects by loader and layers
Jon Ashburn
2015-04-16
loader: Don't have GetExtensionSupport as loader special case code
Jon Ashburn
2015-04-16
loader: Activate layers at EnumerateGpus instead of CreateDevice
Jon Ashburn
2015-04-16
loader: refactor layer activation function to handle more general inputs
Jon Ashburn
2015-04-16
vulkan: beautification changes
Courtney Goeltzenleuchter
2015-04-16
renaming: Move many xgl files to vk version
Courtney Goeltzenleuchter