aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.c
AgeCommit message (Expand)Author
2015-10-22loader: Fix heap_realloc function to return newly allocated memoryJon Ashburn
2015-10-14loader: Use loc instead of location for getting the directoryJason Ekstrand
2015-10-08layers: Fix Windows compile warningsCourtney Goeltzenleuchter
2015-10-08layers: In DeviceLimits move dispatch table to layer data structTobin Ehlis
2015-10-07loader: Fix comile warning on WindowJon Ashburn
2015-10-06loader, icd: correct use of _aligned_mallocMike Stroyan
2015-10-05loader: Add warning message for unreconized layer names from env varJon Ashburn
2015-10-02loader: Fixes in trampoline code to support layers which wrap objectsJon Ashburn
2015-10-01loader: fix use of freed memoryMike Stroyan
2015-10-01loader: Fix vkGetInstanceProcAddr to handle debug_report extensionJon Ashburn
2015-09-30loader: Change GetXXProcAddr to support NULL dispatchable objectJon Ashburn
2015-09-23loader: Remove validation checks from loader.cMark Lobodzinski
2015-09-23intel: Removed ICD validation checks from dev.cMark Lobodzinski
2015-09-22loader: Add lock around cJSON so big loader lock is not needed as muchJon Ashburn
2015-09-18loader: Fix a few possibly unitialized variablesJon Ashburn
2015-09-17bug-14538: Remove validation error codesCourtney Goeltzenleuchter
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-16loader: Need to init instance dispatch without layersCourtney Goeltzenleuchter
2015-09-11bug 14537: Improve VkImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-09-10bug-14538: Remove driver validation checksCourtney Goeltzenleuchter
2015-09-09loader: Use GetProcAddr function names from layer manifest fileJon Ashburn
2015-09-09vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139Mark Lobodzinski
2015-09-04loader: Fix Windows build for alloc stuffJon Ashburn
2015-09-04loader: make thirdparty code use allocation callbacksJon Ashburn
2015-09-04loader: Make use of app provided allocation callbacksJon Ashburn
2015-09-04loader: Add support for realloc using the app allocation callbacks.Jon Ashburn
2015-09-04loader: convert to using loader_stack_alloc for consistencyJon Ashburn
2015-09-04WSI: Convert WSI swapchain extension usage to new KHR styleIan Elliott
2015-08-27loader: Fix SegFault if ICD JSON file doesn't exist to return gracefullyJon Ashburn
2015-08-25loader: Add support for relative pathnames in the ICD manifest file lib_pathJon Ashburn
2015-08-24loader: Make so layer manifest files are retained at CreateInstanceJon Ashburn
2015-08-24loader: Make the ICD library scan happen as needed rather than onceJon Ashburn
2015-08-24loader: Remove the device_extension list from from scanned icds, unusedJon Ashburn
2015-08-24loader: Remove the global extension list from scanned_icds structJon Ashburn
2015-08-24loader: Make the global/instance ext list once for each instanceJon Ashburn
2015-08-24loader: Remove global instance extension list and rebuild it as neededJon Ashburn
2015-08-13loader: Fix bug in heap_free function to not do double freeJon Ashburn
2015-08-12loader: Handle multiple layers descriptions per manifest fileJon Ashburn
2015-08-11loader: Remove one time scan of layer libraries; do it as neededJon Ashburn
2015-08-04v140: Bug 14251 - Inconsistencies in the definition of queriesCody Northrop
2015-08-04loader: Remove extension origin and use Vulkan ext prop structureJon Ashburn
2015-08-04loader: Make sure layer list from manifest file is all cleaned up properlyJon Ashburn
2015-08-03loader: Add accessor functions to add/delete from layer property lists.Jon Ashburn
2015-08-03loader: Convert layer versions from manifest file to Vulkan int versionJon Ashburn
2015-08-03loader: Allow null string for CMAKE_INSTALL_PREFIX to prevent extra pathsJon Ashburn
2015-07-31loader: Fix alloca ro loader_stack_alloc() for WindowsJon Ashburn
2015-07-31loader: get_registry_files needs to parse a listTony Barbour
2015-07-31xchange-94: Use VK_ prefix for environment varsCourtney Goeltzenleuchter
2015-07-31loader: Fix bug in Windows for mod a static string DEFAULT_VK_LAYERS_INFOJon Ashburn