| Age | Commit message (Expand) | Author |
| 2016-01-28 | layers: Correct names of settings api_dump looks for in vk_layer_settings. | Mark Young |
| 2016-01-28 | loader: Fix 32-bit loader exception when layers enabled for Vulkan apps. | Mark Young |
| 2016-01-28 | layers: Fix 32-bit Win compilation issue in swapchain layer. | Mark Young |
| 2016-01-28 | Swapchain: Add Google copyright | Ian Elliott |
| 2016-01-28 | Swapchain: Fix typo | Ian Elliott |
| 2016-01-28 | Swapchain: Ensure Destroy{Device|Surface}() don't core dump. | Ian Elliott |
| 2016-01-28 | Swapchain: Validating supported surface for presenting with a queue. | Ian Elliott |
| 2016-01-28 | Swapchain: vkDestroyInstance check if child objects were destroyed. | Ian Elliott |
| 2016-01-28 | Swapchain: Check "compatible" pAllocator for creation/destruction. | Ian Elliott |
| 2016-01-28 | Swapchain: Keep/check relationships between surfaces and swapchains. | Ian Elliott |
| 2016-01-28 | Swapchain: Validate that queueFamilyIndex is within bounds. | Ian Elliott |
| 2016-01-28 | Swapchain: Add TODOs for difficult-to-do validity language. | Ian Elliott |
| 2016-01-28 | Swapchain: Check that pCreateInfo->compositeAlpha has one bit set. | Ian Elliott |
| 2016-01-28 | Swapchain: Check that pCreateInfo->preTransform has one bit set. | Ian Elliott |
| 2016-01-28 | Swapchain: Start keeping better track of surface-queueFamilyIndices. | Ian Elliott |
| 2016-01-28 | Swapchain: Match validity rules for pCreateInfo->imageUsage. | Ian Elliott |
| 2016-01-28 | misc: Update BUILD.md to point to latest ImageMagick. | Mark Young |
| 2016-01-28 | layers: Fix 32-bit compilation warnings/errors introduced last night. | Mark Young |
| 2016-01-27 | layers: MR172, Add draw_state cmdbuffer lifetime checks to cmd pool destruction | Michael Lentine |
| 2016-01-27 | layers: MR171, Validate pool cannot be reset when buffer in use in draw_state | Michael Lentine |
| 2016-01-27 | layers: MR170, Validate queue paramters when getting a queue in param_checker | Michael Lentine |
| 2016-01-27 | layers: MR169, Validate queueCount in param_checker | Michael Lentine |
| 2016-01-27 | layers: MR168, Validate queue priority between 0 and 1 in param_checker | Michael Lentine |
| 2016-01-27 | layers: MR167, Make sure queueCount is non-zero in param_checker | Michael Lentine |
| 2016-01-27 | layers: MR166, Avoid duplicate queueFamilyIndices in param_checker | Michael Lentine |
| 2016-01-27 | layers: MR160, Fix Android build | Cody Northrop |
| 2016-01-27 | vktrace: fixes to allow vktrace/replay to work with Hologram | Karl Schultz |
| 2016-01-27 | layers: MR159, Add helper to get the value of an assumed integral constant | Chris Forbes |
| 2016-01-27 | layers: MR159/LX309/LX310/LX304, Fix handling of OpTypeArray size in DrawState | Chris Forbes |
| 2016-01-27 | layers: MR159, Collect offsets of instructions producing constants | Chris Forbes |
| 2016-01-27 | layers: MR159, Rename get_type_def, type_def_index | Chris Forbes |
| 2016-01-27 | windowsrtinstaller: Removed unneeded UNINSTALL reg values | David Pinedo |
| 2016-01-27 | loader: Fix createInstance to pass pAllocator down | Jon Ashburn |
| 2016-01-26 | loader: Don't have createInstance terminator code write the instance | Jon Ashburn |
| 2016-01-26 | loader: Moved missing #define needed by aligned_alloc. | Mark Young |
| 2016-01-26 | layers: LX308, CreateGraphics/ComputePipelines support for multiple pipelines | Mark Lobodzinski |
| 2016-01-26 | loader: Fixed missing #define needed by aligned_alloc. | Mark Young |
| 2016-01-26 | loader: Update Windows uninstall to remove 32-bit vulkaninfo. | Mark Young |
| 2016-01-26 | loader: Removed CMake 2.8 files which broke CMake 3.x. | Mark Young |
| 2016-01-26 | loader: Fixed issue with Linux when ImageMagick-5 installed. | Mark Young |
| 2016-01-26 | loader: Further ImageMagick detection fix | Mark Young |
| 2016-01-26 | FIXES: Fixed ImageMagick-6 detection with modified FindImageMagic.cmake file | Mark Young |
| 2016-01-26 | Fixes: Added missing newline after merge. | Mark Young |
| 2016-01-26 | fixed typo | Derrick Owens |
| 2016-01-26 | added gcc versions of aligned malloc | Derrick Owens |
| 2016-01-26 | fixed custom allocator aligned memory allocations in tri sample. | unknown |
| 2016-01-25 | FIXES: Non-MSVC compilers on Windows were failing. | Mark Young |
| 2016-01-25 | BUILD: Modified CMake ImageMagick detection logic to work with CMake 2.8. | Mark Young |
| 2016-01-25 | BUILD: Have git ignore the new build32 folder. | Mark Young |
| 2016-01-25 | SAMPLES: Fixed memory leak in of presentMode data. | Mark Young |