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-10-22
loader: Fix heap_realloc function to return newly allocated memory
Jon Ashburn
2015-10-14
loader: Use loc instead of location for getting the directory
Jason Ekstrand
2015-10-08
layers: Fix Windows compile warnings
Courtney Goeltzenleuchter
2015-10-08
layers: In DeviceLimits move dispatch table to layer data struct
Tobin Ehlis
2015-10-07
loader: Fix comile warning on Window
Jon Ashburn
2015-10-06
loader, icd: correct use of _aligned_malloc
Mike Stroyan
2015-10-05
loader: Add warning message for unreconized layer names from env var
Jon Ashburn
2015-10-02
loader: Fixes in trampoline code to support layers which wrap objects
Jon Ashburn
2015-10-01
loader: fix use of freed memory
Mike Stroyan
2015-10-01
loader: Fix vkGetInstanceProcAddr to handle debug_report extension
Jon Ashburn
2015-09-30
loader: Change GetXXProcAddr to support NULL dispatchable object
Jon Ashburn
2015-09-23
loader: Remove validation checks from loader.c
Mark Lobodzinski
2015-09-23
intel: Removed ICD validation checks from dev.c
Mark Lobodzinski
2015-09-22
loader: Add lock around cJSON so big loader lock is not needed as much
Jon Ashburn
2015-09-18
loader: Fix a few possibly unitialized variables
Jon Ashburn
2015-09-17
bug-14538: Remove validation error codes
Courtney Goeltzenleuchter
2015-09-17
bug 14509: Rename Layer and Extension queries
Courtney Goeltzenleuchter
2015-09-16
loader: Need to init instance dispatch without layers
Courtney Goeltzenleuchter
2015-09-11
bug 14537: Improve VkImageFormatProperties
Courtney Goeltzenleuchter
2015-09-10
vulkan.h: Change return types of some functions to void
Mark Lobodzinski
2015-09-10
bug-14538: Remove driver validation checks
Courtney Goeltzenleuchter
2015-09-09
loader: Use GetProcAddr function names from layer manifest file
Jon Ashburn
2015-09-09
vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139
Mark Lobodzinski
2015-09-04
loader: Fix Windows build for alloc stuff
Jon Ashburn
2015-09-04
loader: make thirdparty code use allocation callbacks
Jon Ashburn
2015-09-04
loader: Make use of app provided allocation callbacks
Jon Ashburn
2015-09-04
loader: Add support for realloc using the app allocation callbacks.
Jon Ashburn
2015-09-04
loader: convert to using loader_stack_alloc for consistency
Jon Ashburn
2015-09-04
WSI: Convert WSI swapchain extension usage to new KHR style
Ian Elliott
2015-08-27
loader: Fix SegFault if ICD JSON file doesn't exist to return gracefully
Jon Ashburn
2015-08-25
loader: Add support for relative pathnames in the ICD manifest file lib_path
Jon Ashburn
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
[next]