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
Age
Commit message (
Expand
)
Author
2015-07-22
loader_log: add OutputDebugString("\n");
mschott
2015-07-22
loader: Fix ICD and layer directory scan order on Linux
Adam Jackson
2015-07-17
loader: Switch to using layer manifest file info for layer extension info
Jon Ashburn
2015-07-17
loader:Remove dead code involving layer library queries now in manifest file
Jon Ashburn
2015-07-17
loader: Update loader readme and add ICD/ layer discovery documentation
Jon Ashburn
2015-07-17
loader: Use GetInstanceProcAddr rather than dlsym for most ICD entrypoints
Jon Ashburn
2015-07-17
loader: use VkDevice when initializing device table
Courtney Goeltzenleuchter
2015-07-17
Clean up warnings from release build
Tony Barbour
2015-07-17
Windows: more fixes for windows compile
Tony Barbour
2015-07-17
Windows: More windows compilier fixes
Tony Barbour
2015-07-17
loader: Changes to use new WSI swapchain extensions.
Ian Elliott
2015-07-17
v127: Use PFN_vkVoidFunction for GetProcAddr
Courtney Goeltzenleuchter
2015-07-17
v133: eliminate version from extension properties
Courtney Goeltzenleuchter
2015-07-17
v133: Update parameters on CmdPipelineBarrier
Courtney Goeltzenleuchter
2015-07-17
v133: Update parameter types on CmdWaitEvents
Courtney Goeltzenleuchter
2015-07-17
v115: remove GetPhysicalDevicePerformance
Courtney Goeltzenleuchter
2015-07-17
vulkan: Updates to match upstream vulkan.h
Courtney Goeltzenleuchter
2015-07-17
icd: Support for command pools
Cody Northrop
2015-07-17
loader: Fix MS compile warning
Courtney Goeltzenleuchter
2015-07-17
bug-14184: Transient memory allocations
Courtney Goeltzenleuchter
2015-07-17
Bug 14248: Add vkFreeDescriptorSets
Tony Barbour
2015-07-17
Bug 14084 - Improve type safety and remove polymorphism
Tony Barbour
2015-07-17
update vulkan.h for multi-pass command buffers (V131, #14075)
Chia-I Wu
2015-07-17
loader: Exit loop as soon as we know the answer
Courtney Goeltzenleuchter
2015-07-17
loader: use device extension list, not global
Courtney Goeltzenleuchter
2015-07-10
vulkan: Rename bool32_t to VkBool32
Courtney Goeltzenleuchter
2015-07-10
misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes
Jon Ashburn
2015-07-09
Layers: They now compile on Windows.
David Pinedo
2015-07-09
loader: Fix bug where layer default system path string needed to be copied
Jon Ashburn
2015-07-09
Windows SDK: Rename vulkan.dll to vulkan.<major>.dll
David Pinedo
2015-07-08
vulkan.h: V136 -- Vulkan Sparse Resource Issues
Mark Lobodzinski
2015-07-08
loader: Build fixes for Windows
Cody Northrop
2015-07-07
loader: Handle relative and filename paths in the layer manifest files
Jon Ashburn
2015-07-07
loader: Fix so device layers to enable are from global list of type device
Jon Ashburn
2015-07-07
loader: Use layer manifest files to discovery and query layers
Jon Ashburn
2015-07-07
loader: early exit if nothing to do.
Courtney Goeltzenleuchter
2015-07-07
loader: collect layer properties regardless of extension
Courtney Goeltzenleuchter
2015-07-07
loader: Filter extensions for ICD's CreateDevice
Courtney Goeltzenleuchter
2015-07-07
loader: Add validation checks to CreateDevice
Courtney Goeltzenleuchter
2015-07-07
loader: Validate global layers requested by app
Courtney Goeltzenleuchter
2015-07-07
loader: Filter extension list sent to ICD
Courtney Goeltzenleuchter
2015-07-07
TODO: Add reminder for new code
Courtney Goeltzenleuchter
2015-07-07
loader: Use app's alloc routines if available
Courtney Goeltzenleuchter
2015-07-07
loader: Add error return to detect invalid layers
Courtney Goeltzenleuchter
2015-07-07
loader: Use stack allocation for temp storage
Courtney Goeltzenleuchter
2015-07-07
loader: remove redundant log message
Courtney Goeltzenleuchter
2015-07-07
loader: track layer library list
Courtney Goeltzenleuchter
2015-07-07
loader: Save app allocation callbacks
Courtney Goeltzenleuchter
2015-07-07
loader: bug 12992: extension and layer support
Courtney Goeltzenleuchter
2015-07-07
loader: Add implicit layer activation
Jon Ashburn
[next]