| Age | Commit message (Expand) | Author |
| 2015-07-07 | loader: Remove the merged enabled_extension list in device and instance structs | Jon Ashburn |
| 2015-07-07 | loader: Add log warning if json manifest file doesn't end in .json | Jon Ashburn |
| 2015-07-07 | loader: Make a layer properties structure for manifest file. | Jon Ashburn |
| 2015-07-07 | loader: Rename loader_platform.h -> vk_loader_platform.h | Tobin Ehlis |
| 2015-07-07 | include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h | Tobin Ehlis |
| 2015-07-07 | vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] | Chris Forbes |
| 2015-07-07 | vulkan.h: Split attachment and image clears (#13914, v126) | Chris Forbes |
| 2015-07-06 | update vulkan.h for multi-level command buffers (V121) | Chia-I Wu |
| 2015-07-02 | vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 | Mark Lobodzinski |
| 2015-07-02 | loader: Use _alloca instead of alloca on Windows | David Pinedo |
| 2015-07-01 | bug 14014: Fill out support for VkShaderModule | Courtney Goeltzenleuchter |
| 2015-07-01 | bug-14014: Allow multiple entrypoints in modules | Courtney Goeltzenleuchter |
| 2015-07-01 | loader: Move CreateDevice to device table | Courtney Goeltzenleuchter |
| 2015-07-01 | loader: Remove locks from vkGet routines | Tony Barbour |
| 2015-07-01 | vulkan.h: Bug 14181 - Barriers need to be more precise | Tony Barbour |
| 2015-07-01 | loader: Remove uneeded ICD and layers scanned boolean | Jon Ashburn |
| 2015-07-01 | loader: Support gettting JSON ICD manifest files from registry | Jon Ashburn |
| 2015-07-01 | loader: Fix compilation warnings for debug_report on Windows | Jon Ashburn |
| 2015-07-01 | loader: Add math library to the build for linux cJSON files | Jon Ashburn |
| 2015-07-01 | loader: Add parsing of JSON file to find location of ICD libraries | Jon Ashburn |
| 2015-06-29 | loader: Need to use ICD's GetDeviceProcAddr | Courtney Goeltzenleuchter |
| 2015-06-29 | loader: Move CreateDevice to device table | Courtney Goeltzenleuchter |
| 2015-06-29 | loader: Need to search device extension cache | Courtney Goeltzenleuchter |
| 2015-06-29 | loader: Add debug info | Courtney Goeltzenleuchter |
| 2015-06-25 | vulkan.h: V108 -- Static Types, Bug# 13919 | Tony Barbour |
| 2015-06-24 | bug 14016: Make vkResetFences take const pFences | Courtney Goeltzenleuchter |
| 2015-06-24 | loader: Use loader_GetInstanceProcAddr | Courtney Goeltzenleuchter |
| 2015-06-24 | vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) | Chris Forbes |
| 2015-06-24 | bug 13038: Remove support for multiple GPUs | Courtney Goeltzenleuchter |
| 2015-06-24 | loader: Add {}'s so that loader compilers on Windows | David Pinedo |
| 2015-06-22 | vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 | Mark Lobodzinski |
| 2015-06-18 | Windows: Fix build issues on Windows | Tony Barbour |
| 2015-06-18 | loader: Remove support for WSI as an instance extension | Jon Ashburn |
| 2015-06-18 | misc: Remove VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPERTIES_WSI | Jon Ashburn |
| 2015-06-18 | misc: Remove GetDisplayInfoWSI() | Jon Ashburn |
| 2015-06-18 | loader: Fix memory free bug in destroying icd from DestroyInstance | Jon Ashburn |
| 2015-06-18 | vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 | Mark Lobodzinski |
| 2015-06-18 | vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 | Mark Lobodzinski |
| 2015-06-18 | vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 | Mark Lobodzinski |
| 2015-06-18 | loader: Grab next before destroying the data | Courtney Goeltzenleuchter |
| 2015-06-18 | loader: Support multiple layers in one library by using <layerName>GetProcAddr | Jon Ashburn |
| 2015-06-18 | loader: Remove the test for device layers activated; they follow create/destroy | Jon Ashburn |
| 2015-06-18 | loader: Add device struct so can destroy layer info at DestroyDevice | Jon Ashburn |
| 2015-06-18 | loader: Set some log messages as debug messages | Courtney Goeltzenleuchter |
| 2015-06-18 | memtracker: Add persistent storage | Courtney Goeltzenleuchter |
| 2015-06-18 | loader: Fix device layer activation to properly filter out repeat layers | Jon Ashburn |
| 2015-06-18 | loader: Move device dispatch table to CreateDevice from EnumeratePhysDev | Jon Ashburn |
| 2015-06-18 | loader: Remove GetGlobalExtensionInfo from dispatch table | Jon Ashburn |
| 2015-06-18 | loader: Remove linefeed from log messages | Courtney Goeltzenleuchter |
| 2015-06-18 | loader: Use type flags not code for filter | Courtney Goeltzenleuchter |