aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
AgeCommit message (Expand)Author
2015-10-09Loader: Fix locking bug in CreateInstanceJon Ashburn
2015-10-08layers: Fix Windows compile warningsCourtney Goeltzenleuchter
2015-10-06loader, icd: correct use of _aligned_mallocMike Stroyan
2015-10-02loader: Fixes in trampoline code to support layers which wrap objectsJon Ashburn
2015-09-30loader: Change GetXXProcAddr to support NULL dispatchable objectJon Ashburn
2015-09-22loader: Add lock around cJSON so big loader lock is not needed as muchJon Ashburn
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-11bug 14537: Improve VkImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-09-09vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139Mark Lobodzinski
2015-09-04loader: make thirdparty code use allocation callbacksJon Ashburn
2015-09-04loader: Make use of app provided allocation callbacksJon Ashburn
2015-09-04WSI: Convert WSI swapchain extension usage to new KHR styleIan Elliott
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-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: Move long DEBUG_REPORT comments into debug report source codeJon Ashburn
2015-08-03loader: Convert layer versions from manifest file to Vulkan int versionJon Ashburn
2015-07-24loader: Add missing entrypoints CmdPushConstants, GetRenderArea, GetPDImgFormatJon Ashburn
2015-07-23Fix win32 buildDan Ginsburg
2015-07-17loader: Switch to using layer manifest file info for layer extension infoJon Ashburn
2015-07-17loader: Use GetInstanceProcAddr rather than dlsym for most ICD entrypointsJon Ashburn
2015-07-17loader: Changes to use new WSI swapchain extensions.Ian Elliott
2015-07-17v115: remove GetPhysicalDevicePerformanceCourtney Goeltzenleuchter
2015-07-17Bug 14084 - Improve type safety and remove polymorphismTony Barbour
2015-07-08vulkan.h: V136 -- Vulkan Sparse Resource IssuesMark Lobodzinski
2015-07-07loader: Use layer manifest files to discovery and query layersJon Ashburn
2015-07-07loader: Add validation checks to CreateDeviceCourtney Goeltzenleuchter
2015-07-07loader: Validate global layers requested by appCourtney Goeltzenleuchter
2015-07-07loader: Add error return to detect invalid layersCourtney Goeltzenleuchter
2015-07-07loader: track layer library listCourtney Goeltzenleuchter
2015-07-07loader: Save app allocation callbacksCourtney Goeltzenleuchter
2015-07-07loader: bug 12992: extension and layer supportCourtney Goeltzenleuchter
2015-07-07loader: Add implicit layer activationJon Ashburn
2015-07-07loader: Remove the merged enabled_extension list in device and instance structsJon Ashburn
2015-07-07loader: Make a layer properties structure for manifest file.Jon Ashburn
2015-07-07include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.hTobin Ehlis
2015-07-01loader: Remove uneeded ICD and layers scanned booleanJon Ashburn
2015-06-25vulkan.h: V108 -- Static Types, Bug# 13919Tony Barbour
2015-06-24vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125)Chris Forbes
2015-06-24bug 13038: Remove support for multiple GPUsCourtney Goeltzenleuchter
2015-06-18loader: Remove support for WSI as an instance extensionJon Ashburn
2015-06-18misc: Remove GetDisplayInfoWSI()Jon Ashburn