aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-07-01loader: Remove uneeded ICD and layers scanned booleanJon Ashburn
2015-07-01loader: Support gettting JSON ICD manifest files from registryJon Ashburn
2015-07-01loader: Fix compilation warnings for debug_report on WindowsJon Ashburn
2015-07-01loader: Add math library to the build for linux cJSON filesJon Ashburn
2015-07-01loader: Add parsing of JSON file to find location of ICD librariesJon Ashburn
2015-06-29loader: Need to use ICD's GetDeviceProcAddrCourtney Goeltzenleuchter
2015-06-29loader: Move CreateDevice to device tableCourtney Goeltzenleuchter
2015-06-29loader: Need to search device extension cacheCourtney Goeltzenleuchter
2015-06-29loader: Add debug infoCourtney Goeltzenleuchter
2015-06-25vulkan.h: V108 -- Static Types, Bug# 13919Tony Barbour
2015-06-24bug 14016: Make vkResetFences take const pFencesCourtney Goeltzenleuchter
2015-06-24loader: Use loader_GetInstanceProcAddrCourtney Goeltzenleuchter
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-24loader: Add {}'s so that loader compilers on WindowsDavid Pinedo
2015-06-22vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047Mark Lobodzinski
2015-06-18Windows: Fix build issues on WindowsTony Barbour
2015-06-18loader: Remove support for WSI as an instance extensionJon Ashburn
2015-06-18misc: Remove VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPERTIES_WSIJon Ashburn
2015-06-18misc: Remove GetDisplayInfoWSI()Jon Ashburn
2015-06-18loader: Fix memory free bug in destroying icd from DestroyInstanceJon Ashburn
2015-06-18vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925Mark Lobodzinski
2015-06-18loader: Grab next before destroying the dataCourtney Goeltzenleuchter
2015-06-18loader: Support multiple layers in one library by using <layerName>GetProcAddrJon Ashburn
2015-06-18loader: Remove the test for device layers activated; they follow create/destroyJon Ashburn
2015-06-18loader: Add device struct so can destroy layer info at DestroyDeviceJon Ashburn
2015-06-18loader: Set some log messages as debug messagesCourtney Goeltzenleuchter
2015-06-18memtracker: Add persistent storageCourtney Goeltzenleuchter
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 GetGlobalExtensionInfo from dispatch tableJon Ashburn
2015-06-18loader: Remove linefeed from log messagesCourtney Goeltzenleuchter
2015-06-18loader: Use type flags not code for filterCourtney Goeltzenleuchter
2015-06-18loader: clean up dead codeCourtney Goeltzenleuchter
2015-06-18loader: only search for layersCourtney Goeltzenleuchter
2015-06-18loader: remove now unused hosted fieldCourtney Goeltzenleuchter
2015-06-18loader: Add error messages if layer libraries fail to loadJon Ashburn
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: Add LOADER_DEBUG environment flagsCourtney 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
2015-06-18loader: Remove obsolete extension / layer codeCourtney Goeltzenleuchter
2015-06-18loader: Fix code format, add some debug infoCourtney Goeltzenleuchter