| Age | Commit message (Expand) | Author |
| 2016-01-20 | loader: implement new layer init method | Courtney Goeltzenleuchter |
| 2016-01-20 | layers: fix threading destroy instance | Courtney Goeltzenleuchter |
| 2016-01-20 | layers: Add utility functions for new layer init | Courtney Goeltzenleuchter |
| 2016-01-20 | layers: Update layer info to match json | Courtney Goeltzenleuchter |
| 2016-01-20 | layers: MR148/GL82, Don't memset PIPELINE_NODE in draw_state | Tobin Ehlis |
| 2016-01-20 | layers: MR149, Cleanup CMD_NODE use in draw_state | Tobin Ehlis |
| 2016-01-19 | layers: GL84, Reset vkQueuePresentKHR semaphore state in mem_tracker | Mark Lobodzinski |
| 2016-01-19 | layers: GL92, Properly remove cmd buf metadata | Mark Lobodzinski |
| 2016-01-19 | layers: MR145/GL67, Correctly mirror command buffer inheritance info | Tobin Ehlis |
| 2016-01-19 | layers: MR144, Fix layer names | Michael Lentine |
| 2016-01-19 | layers: MR143/GL85, Fix draw_state implicit command buffer reset | Tobin Ehlis |
| 2016-01-19 | debug_report: MR141, Change pUserData to match type used elsewhere | Courtney Goeltzenleuchter |
| 2016-01-19 | layers: MR142/GL89, draw_state: check swapchain images during descriptor updates | Tobin Ehlis |
| 2016-01-19 | layers: Fix problems with screenshot to get it working again | Karl Schultz |
| 2016-01-18 | layers: MR140, Add get_type_def helper in DrawState | Chris Forbes |
| 2016-01-18 | layers: MR140, Add SPIRV instruction stream iterator helper | Chris Forbes |
| 2016-01-18 | layers: MR140, Pass whole shader_module to build_type_def_index | Chris Forbes |
| 2016-01-18 | layers: MR140, Remove some commented merge remnants | Chris Forbes |
| 2016-01-18 | layers: LX257, Validate Uniform/Storage buffer offset alignments | Mark Lobodzinski |
| 2016-01-15 | layers: Fix json file for multi layer | Jon Ashburn |
| 2016-01-15 | layers: Add minimal actual analysis of interface blocks to DrawState | Chris Forbes |
| 2016-01-14 | layers: Fix mishandling of VI vs VS validation (Gitlab#69) | Chris Forbes |
| 2016-01-14 | Change api_version to 1.0.1 in json files | Tony Barbour |
| 2016-01-14 | layers: Gitlab #71, Fix copy/paste error in mem_tracker | Mark Lobodzinski |
| 2016-01-14 | layers: MR130, Handle VK_WHOLE_SIZE properly in mem_tracker:initializeAndTrac... | Chris Forbes |
| 2016-01-14 | layers: MR129, Remove incorrect asserts from param_checker and object_tracker | Tobin Ehlis |
| 2016-01-12 | layers: MR128, Don't complain about declarations without Builtin or Location | Chris Forbes |
| 2016-01-12 | layers: MR128, Fix mismatched new[]/delete in validate_pipeline_shaders | Chris Forbes |
| 2016-01-12 | layers: MR128, Revert "layers: Work around Windows release build crash in cube" | Chris Forbes |
| 2016-01-12 | layers: LX273, Fix accessMask validation for depth/stencil input attachments | Mark Lobodzinski |
| 2016-01-12 | header: move to version 1.0.1 | Jon Ashburn |
| 2016-01-12 | layers: Remove extra subpass increment in draw state | Tony Barbour |
| 2016-01-12 | layers: Gitlab 65, Add image layout extension enum to paramchecker validation | Mark Lobodzinski |
| 2016-01-12 | layers: Fix image layer format mutability validation | Mark Lobodzinski |
| 2016-01-11 | layers: MR127, Update DrawState handling of non-updated descriptors | Tobin Ehlis |
| 2016-01-11 | misc: Move to Vulkan header version 0.222 | Jon Ashburn |
| 2016-01-11 | layers: Gitlab 126, Fix for swapchain layer which was checking wrong pointer | Norbert Nopper |
| 2016-01-11 | layers: LX264, Validate immutable format bit in image layer | Mark Lobodzinski |
| 2016-01-08 | Fixes: Fixed compiler warning about & | Mark Young |
| 2016-01-08 | Fixes: More compilation warning fixes | Mark Young |
| 2016-01-08 | layers: MR124, Fix semaphore ordering validation in mem tracker layer | Norbert Nopper |
| 2016-01-08 | layers: LX263, Validate minimum imageArrayLayers value in swapchain layer | Mark Lobodzinski |
| 2016-01-07 | layers: LX256, Suppress warnings on pre-signaled fences in MemTracker | Mark Lobodzinski |
| 2016-01-07 | layers: MR123, Improved ObjectTracker codegen | Tobin Ehlis |
| 2016-01-07 | swapchain: MR122, queueFamilyIndexCount must be > 1 for CONCURRENT | Ian Elliott |
| 2016-01-07 | layers: MR121, Use _BitScanForward for u_ffs on windows | Mike Stroyan |
| 2016-01-07 | layers: Output function names for deferred memory validation checks | Mark Lobodzinski |
| 2016-01-07 | layers: MR119, Defer validation until command buffer has been submitted | Michael Lentine |
| 2016-01-07 | layers: UniqueObject updates based on review | Tobin Ehlis |
| 2016-01-07 | layers: Add UniqueObjects layer to wrap objects in unique ptr | Tobin Ehlis |