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
/
loader.c
Age
Commit message (
Expand
)
Author
2015-08-24
loader: Make so layer manifest files are retained at CreateInstance
Jon Ashburn
2015-08-24
loader: Make the ICD library scan happen as needed rather than once
Jon Ashburn
2015-08-24
loader: Remove the device_extension list from from scanned icds, unused
Jon Ashburn
2015-08-24
loader: Remove the global extension list from scanned_icds struct
Jon Ashburn
2015-08-24
loader: Make the global/instance ext list once for each instance
Jon Ashburn
2015-08-24
loader: Remove global instance extension list and rebuild it as needed
Jon Ashburn
2015-08-13
loader: Fix bug in heap_free function to not do double free
Jon Ashburn
2015-08-12
loader: Handle multiple layers descriptions per manifest file
Jon Ashburn
2015-08-11
loader: Remove one time scan of layer libraries; do it as needed
Jon Ashburn
2015-08-04
v140: Bug 14251 - Inconsistencies in the definition of queries
Cody Northrop
2015-08-04
loader: Remove extension origin and use Vulkan ext prop structure
Jon Ashburn
2015-08-04
loader: Make sure layer list from manifest file is all cleaned up properly
Jon Ashburn
2015-08-03
loader: Add accessor functions to add/delete from layer property lists.
Jon Ashburn
2015-08-03
loader: Convert layer versions from manifest file to Vulkan int version
Jon Ashburn
2015-08-03
loader: Allow null string for CMAKE_INSTALL_PREFIX to prevent extra paths
Jon Ashburn
2015-07-31
loader: Fix alloca ro loader_stack_alloc() for Windows
Jon Ashburn
2015-07-31
loader: get_registry_files needs to parse a list
Tony Barbour
2015-07-31
xchange-94: Use VK_ prefix for environment vars
Courtney Goeltzenleuchter
2015-07-31
loader: Fix bug in Windows for mod a static string DEFAULT_VK_LAYERS_INFO
Jon Ashburn
2015-07-31
loader: fix typo in log message
Jon Ashburn
2015-07-24
Added ICD loading path debug messages
Liam Middlebrook
2015-07-24
loader: Add missing entrypoints CmdPushConstants, GetRenderArea, GetPDImgFormat
Jon Ashburn
2015-07-23
Fix win32 build
Dan Ginsburg
2015-07-22
loader_log: add OutputDebugString("\n");
mschott
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: 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
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
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 14084 - Improve type safety and remove polymorphism
Tony Barbour
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-09
loader: Fix bug where layer default system path string needed to be copied
Jon Ashburn
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
[next]