| Age | Commit message (Expand) | Author |
| 2016-01-08 | Fixes: More compilation warning fixes | Mark Young |
| 2016-01-08 | layers: Gitlab 41 & 61, Fix invalid descriptor dereferences in helper codegen | Mark Lobodzinski |
| 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: Fix unique_object gpa function; no intercept of func without an | Jon Ashburn |
| 2016-01-07 | layers: LX256, Suppress warnings on pre-signaled fences in MemTracker | Mark Lobodzinski |
| 2016-01-07 | misc: make sure host memory alignment is a power of two | Jon Ashburn |
| 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 | misc: Remove the unique_objects layer from being enabled in tests and demos | Jon Ashburn |
| 2016-01-07 | tests: Fix a couple of test bugs revealed by unique_objects layer | Tobin Ehlis |
| 2016-01-07 | layers: UniqueObject updates based on review | Tobin Ehlis |
| 2016-01-07 | layers: Updated UniqueObjects with improved codegen | Tobin Ehlis |
| 2016-01-07 | layers: Add UniqueObjects layer to wrap objects in unique ptr | Tobin Ehlis |
| 2016-01-07 | update_external_sources: backed out last commit, broke win64 build | David Pinedo |
| 2016-01-07 | layers: Minor fixes to draw_state for new semaphore checks | Tobin Ehlis |
| 2016-01-07 | layers: MR118, Add validation for semaphore ordering | Michael Lentine |
| 2016-01-07 | layers: MR109, Fix second command buffer validation | Michael Lentine |
| 2016-01-07 | layers: MR108, Merge related updates and fixes | Mark Lobodzinski |
| 2016-01-07 | layers: MR108, Validate get queries | Michael Lentine |
| 2016-01-07 | icd: Use new loader interface for finding ICD entry points Remove library exp... | Jon Ashburn |
| 2016-01-07 | loader: Find ICD entrypoints via vk_icdGetInstanceProcAddr first in ICD library | Jon Ashburn |
| 2016-01-07 | Fixes: Fixed more Visual Studio warnings which appeared with the merge | Mark Young |
| 2016-01-07 | Fixes: Fixed a missing file change with Visual Studio warnings. | Mark Young |
| 2016-01-07 | Fixes: Fixed Visual Studio warnings during compilation. | Mark Young |
| 2016-01-07 | Fixes: Automatically detect Visual Studio version on Windows | Mark Young |
| 2016-01-07 | Added X server DRI3 config info for Ubuntu 14.04.3 LTS. | Karl Schultz |
| 2016-01-06 | draw_state layer: add validateAndIncrementResources return value | David Pinedo |
| 2016-01-06 | Bump Windows ABI to 1 | David Pinedo |
| 2016-01-06 | layers: Update layer details doc for new validation errors | Mark Lobodzinski |
| 2016-01-06 | layers: MR107, Verify that clear is not used when first use is shader read | Michael Lentine |
| 2016-01-06 | layers: MR82, merge-related fixes | Mark Lobodzinski |
| 2016-01-06 | layers: MR82, Add lifetime validation for buffers to DrawState | Michael Lentine |
| 2016-01-06 | layers: LX259, Clarify draw_state accessMask warnings | Mark Lobodzinski |
| 2016-01-06 | Swapchain: Reconcile MD file with Swapchain layer. | Ian Elliott |
| 2016-01-06 | Bug 15392 (Swapchain): Don't check VkPresentInfoKHR's waitSemaphoreCount & pW... | Ian Elliott |
| 2016-01-06 | Swapchain: Use an INFO instead of an ERROR for when pNext is non-NULL. | Ian Elliott |
| 2016-01-06 | Swapchain: Change way p*Count is checked--make sure not bigger than should be. | Ian Elliott |
| 2016-01-06 | Swapchain: Only check that queueFamilyIndexCount is greater than 0. | Ian Elliott |
| 2016-01-06 | Swapchain: Update my authorship to include Google. | Ian Elliott |
| 2016-01-06 | Swapchain: No longer validate VkSwapchainKHR (object_track will do) ... | Ian Elliott |
| 2016-01-06 | Swapchain: No longer validate VkDevice (object_track will do). | Ian Elliott |
| 2016-01-06 | Swapchain: No longer validate VkPhysicalDevice (object_track will do). | Ian Elliott |
| 2016-01-06 | Swapchain: No longer validate VkInstance (object_track will do). | Ian Elliott |
| 2016-01-06 | Swapchain: Remove tracking/validation of VkSurfaceKHR object. | Ian Elliott |
| 2016-01-06 | Bug 15383 (Swapchain): Treat VkSurfaceKHR as opaque--don't look inside it. | Ian Elliott |
| 2016-01-06 | Swapchain: Track/use enablement of the WSI platform extensions. | Ian Elliott |