aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-08-07include: Change debug report pUserData parameter to non-constJon Ashburn
2015-08-06loader: Change layer manifest file location env var to VK_LAYER_PATHJon Ashburn
2015-08-04v140: Bug 14251 - Inconsistencies in the definition of queriesCody Northrop
2015-08-04v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSetsCody 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: 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-31xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAMECourtney Goeltzenleuchter
2015-07-31loader: Fix bug in Windows for mod a static string DEFAULT_VK_LAYERS_INFOJon Ashburn
2015-07-31loader: fix typo in log messageJon Ashburn
2015-07-29WSI: Initialize WSI entry pointsCourtney Goeltzenleuchter
2015-07-29vulkan: Add vkCmdPushConstants entry pointCourtney Goeltzenleuchter
2015-07-24Further layer search path fix: s/implicit/explictJames Jones
2015-07-24Added ICD loading path debug messagesLiam Middlebrook
2015-07-24Fix loader paths for "etc" directories.James Jones
2015-07-24linux: Fix standard GNU path usageJames Jones
2015-07-24linux: Use standard GNU install pathsAdam Jackson
2015-07-24loader: Update the Linux and Windows manifest file documentation to match khrJon Ashburn
2015-07-24loader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS to match documentationJon Ashburn
2015-07-24loader: Add missing entrypoints CmdPushConstants, GetRenderArea, GetPDImgFormatJon Ashburn
2015-07-23Fix win32 buildDan Ginsburg
2015-07-23loader: Add support for debug break helperCourtney Goeltzenleuchter
2015-07-22loader_log: add OutputDebugString("\n");mschott
2015-07-22loader: Fix ICD and layer directory scan order on LinuxAdam Jackson
2015-07-17loader: Switch to using layer manifest file info for layer extension infoJon Ashburn
2015-07-17loader:Remove dead code involving layer library queries now in manifest fileJon Ashburn
2015-07-17loader: Update loader readme and add ICD/ layer discovery documentationJon Ashburn
2015-07-17loader: Use GetInstanceProcAddr rather than dlsym for most ICD entrypointsJon Ashburn
2015-07-17loader: use VkDevice when initializing device tableCourtney Goeltzenleuchter
2015-07-17Clean up warnings from release buildTony Barbour
2015-07-17Windows: more fixes for windows compileTony Barbour
2015-07-17Windows: More windows compilier fixesTony Barbour
2015-07-17loader: Changes to use new WSI swapchain extensions.Ian Elliott
2015-07-17v127: Use PFN_vkVoidFunction for GetProcAddrCourtney Goeltzenleuchter
2015-07-17v133: eliminate version from extension propertiesCourtney Goeltzenleuchter
2015-07-17v133: Update parameters on CmdPipelineBarrierCourtney Goeltzenleuchter
2015-07-17v133: Update parameter types on CmdWaitEventsCourtney Goeltzenleuchter
2015-07-17v115: remove GetPhysicalDevicePerformanceCourtney Goeltzenleuchter
2015-07-17vulkan: Updates to match upstream vulkan.hCourtney Goeltzenleuchter
2015-07-17icd: Support for command poolsCody Northrop
2015-07-17loader: Fix MS compile warningCourtney Goeltzenleuchter
2015-07-17bug-14184: Transient memory allocationsCourtney Goeltzenleuchter
2015-07-17Bug 14248: Add vkFreeDescriptorSetsTony Barbour
2015-07-17Bug 14084 - Improve type safety and remove polymorphismTony Barbour