aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
AgeCommit message (Expand)Author
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
2015-06-18loader: Support multiple layers in one library by using <layerName>GetProcAddrJon Ashburn
2015-06-18loader: Add device struct so can destroy layer info at DestroyDeviceJon Ashburn
2015-06-18loader: Fix device layer activation to properly filter out repeat layersJon Ashburn
2015-06-18loader: Move device dispatch table to CreateDevice from EnumeratePhysDevJon Ashburn
2015-06-18loader: remove now unused hosted fieldCourtney Goeltzenleuchter
2015-06-18loader: Make global functions (instance chain entrypoints) thread safeJon Ashburn
2015-06-18loader: Remove storage of wrappedGPUs only need during layer activationJon Ashburn
2015-06-18loader: add debug log messageCourtney Goeltzenleuchter
2015-06-18loader: Fix DestroyInstanceCourtney Goeltzenleuchter
2015-06-18loader: Add utility to return loader instance ptrCourtney Goeltzenleuchter
2015-06-18loader: Increase library name length for safetyCourtney Goeltzenleuchter
2015-06-18loader: Fix EnumeratePhysDev to handle less gpus than icd has and no mem leakJon Ashburn
2015-06-18loader: Only allow layer in chain onceCourtney Goeltzenleuchter