1. 93c396d layers: LX468, Prevent bad core_validation error message by Mark Lobodzinski · 8 years ago
  2. b9e9923 layers: core_validation - use std mutex by Jeremy Hayes · 8 years ago
  3. bc300ac layers: Correctly remove secondary cmd buffers from in-flight by Tobin Ehlis · 8 years ago
  4. 51db974 layers: Fix vkResetDescriptorPool by Tobin Ehlis · 8 years ago
  5. 3da8468 layers: Remove error when only implicit dependencies are used. by Michael Lentine · 8 years ago
  6. 0a59acd layers: Validate ONE_TIME_SUBMIT for secondary cmd buffers by Tobin Ehlis · 8 years ago
  7. 6f65b42 layers: Update core_validation to fix lx265. by Mark Young · 8 years ago
  8. dfc3ecf layers: lx464 Add drawtime validation of bound buffer memory. by Mark Young · 8 years ago
  9. 856ecb4 layers: lx465 update core_validation image layout warning. by Mark Young · 8 years ago
  10. ce62d9f layers: LX466. Resolution of "Typo in validation layer", human spell checker invoked by Mark Mueller · 8 years ago
  11. 47c4ec0 layers: Fix windows build by Mark Lobodzinski · 8 years ago
  12. 4b38d3a layers: GH337 Track fence from vkQueueBindSparse by Tobin Ehlis · 8 years ago
  13. c07fa78 layers: only construct stringstreams in error paths by Chris Forbes · 8 years ago
  14. 3ee1d60 layers: Validate correct vkSetEvent() use by Tobin Ehlis · 8 years ago
  15. 6044e94 layers: Change access bit checks to warnings. by Michael Lentine · 8 years ago
  16. dcf917f layers: cv: get rid of device-scoped current renderpass tracking by Chris Forbes · 8 years ago
  17. 41bb236 Revert "layers: LX459,GH#99,#100, Fix semaphore reference count" by Tobin Ehlis · 8 years ago
  18. 1344302 layers: Clean up semaphore state in core_validation by Tobin Ehlis · 8 years ago
  19. 400cff9 layers: Cleanup of various cmd buffer functions in core_validation by Tobin Ehlis · 8 years ago
  20. b1b606d layers: Cleanup core_validation physical device properties structs by Tobin Ehlis · 8 years ago
  21. fd50683 layers: renderpass compatibility: there is only one d/s attachment by Chris Forbes · 8 years ago
  22. 6fcff21 layers: GH241 vkSetEvent should affect queue stageMasks by Tobin Ehlis · 8 years ago
  23. f908308 layers: Move call to validateCommandBuffersNotInUse inside lock by Tony Barbour · 8 years ago
  24. 09df2b6 layers: Fix 32-bit Windows build by Dustin Graves · 8 years ago
  25. b5d4c16 layers: Ensure bind point for subass is graphics. by Michael Lentine · 8 years ago
  26. 0a1ce3d layers: Remove plumbing through of unused dispatchable object through MT by Chris Forbes · 8 years ago
  27. 94c53c0 layers: Merge binding maps into image and buffer maps by Tobin Ehlis · 8 years ago
  28. 52156ec layers: Insist on each shader's stage being unique in a pipeline by Chris Forbes · 8 years ago
  29. 0d615f0 Validate attachment index is in range. by Michael Lentine · 8 years ago
  30. 37576f9 layers: Implement relaxed vec-vec and vec-scalar matching rules by Chris Forbes · 8 years ago
  31. 4582495 layers: Explicit VK_TRUE/VK_FALSE checks by Dustin Graves · 8 years ago
  32. e331918 layers: Fix unsafe bool mix warnings by Dustin Graves · 8 years ago
  33. 1d5109d Fix 4 MSVS warnings in loader and layers. by Jamie Madill · 8 years ago
  34. ca54621 layers: Clean up PIPELINE_NODE using safe_struct by Tobin Ehlis · 8 years ago
  35. c15b801 layers: Fix 7 signed/unsigned comparison warnings on VS2015 by Michael Mc Donnell · 8 years ago
  36. ca32a76 layers: Fix MSVS shadowing warning in core_validation. by Jamie Madill · 8 years ago
  37. 614e68c Revert "layers: LX265 Error if color blend attch count != subpass attch." by Tony Barbour · 8 years ago
  38. 4a3279b Fix find layout to search on each aspect bit. by Michael Lentine · 8 years ago
  39. e1e6c09 layers: GH226 Add check for descriptor slot to make sure it's updated by Tobin Ehlis · 8 years ago
  40. e576798 layers: Removed duplicate dynamicOffsets from core_validation by Tobin Ehlis · 8 years ago
  41. f706c50 tests: Add test case for patch decoration mismatch by Chris Forbes · 8 years ago
  42. 0f44c68 layers: Flag difference in patch decoration correctly by Chris Forbes · 8 years ago
  43. 031261d layers: Strip array level from both sides of TCS->TES interface by Chris Forbes · 8 years ago
  44. 7c755c8 layers: Rework array-of-verts stripping a bit to support patch by Chris Forbes · 8 years ago
  45. b934cb2 layers: Collect whether an interface_var has patch decoration by Chris Forbes · 8 years ago
  46. 81264dd layers: fix spelling mistakes by Eric Engestrom · 8 years ago
  47. ec27ab7 layers: Enable safety check for invalid QueryObject by Mark Lobodzinski · 8 years ago
  48. 2c905c8 layers: LX414: Fix device_limits alignment check by Dustin Graves · 8 years ago
  49. 3d722f9 layers: LX459,GH#99,#100, Fix semaphore reference count by Mark Lobodzinski · 8 years ago
  50. 1c1ee7b layers: LX250 Verify color and depth/stencil are different. by Mark Young · 8 years ago
  51. 04826a0 #238: Fixes the "num samples mismatch" error being shown incorrectly for subpasses with 0 attachments by Dominik Witczak · 8 years ago
  52. c7196ad layers: Replace GLOBAL_CB_NODE::pMemObjList with unordered_set by Chris Forbes · 8 years ago
  53. 20b3e28 layers: Get rid of a bunch of linked list copying when retiring CBs by Chris Forbes · 8 years ago
  54. 4f085d9 layers: trivial: remove stray () from end of error message by Chris Forbes · 8 years ago
  55. de886ba layers: Replace DEVICE_MEM_INFO::pCommandBufferBindings with unordered_set by Chris Forbes · 8 years ago
  56. 896fc32 layers: Replace DEVICE_MEM_INFO::pObjBindings with unordered_set by Chris Forbes · 8 years ago
  57. c025ba3 layers: Get rid of DEVICE_MEM_INFO::refCount by Chris Forbes · 8 years ago
  58. e9fc72c layers: GH218 Reset availableSets count in vkResetDescriptorPool by Tobin Ehlis · 8 years ago
  59. 0292df5 layers: Fix layer_validation_tests errors and update new message by Mark Young · 8 years ago
  60. dcce814 layers: LX265 Error if color blend attch count != subpass attch. by Mark Young · 8 years ago
  61. 24991fb layers: Adding attachment checks to make sure they aren't out of range. by Michael Lentine · 8 years ago
  62. a5ce96d Don't validate memory if used for both input and output. by Michael Lentine · 8 years ago
  63. f05c35f layers: Fix remaining leak in vkDestroyFramebuffers by Chris Forbes · 8 years ago
  64. fcaf4f8 layers: Don't leak a VkFramebufferCreateInfo from vkCreateFramebuffer by Chris Forbes · 8 years ago
  65. 27c3e0d layers: Fix the other half of #212 (bad error) by Chris Forbes · 8 years ago
  66. 2ab1438 layers: Don't stash pointer to caller memory in bound function by Chris Forbes · 8 years ago
  67. e738910 layers: GH215 Removes an invalid check in vkCmdBindDescriptorSets() by Dominik Witczak · 8 years ago
  68. 7a3985a layers: Update descriptor tracking in core_validation by Tobin Ehlis · 8 years ago
  69. 1657461 #37: vkAcquireNextImageKHR() will no longer treat VK_NULL_HANDLE arg as a valid semaphore handle by Dominik Witczak · 8 years ago
  70. 03857e8 layers: Build up next layer for compute shader validation by Chris Forbes · 8 years ago
  71. 09042aa layers: More slight tidying of SC pass by Chris Forbes · 8 years ago
  72. 080afef layers: Make some SC error reporting slightly less misleading by Chris Forbes · 8 years ago
  73. 78be501 layers: Separate out validation of a single pipeline stage by Chris Forbes · 8 years ago
  74. 6c94fb9 layers: Add device handle in CV layer data by Chris Forbes · 8 years ago
  75. 7aca5b1 layers: Remove dead render_pass forward declaration by Chris Forbes · 8 years ago
  76. 888cab4 layers: Reduce noise in string conversion of objects by Chris Forbes · 8 years ago
  77. b00e0e3 layers: remove unused getTIDIndex function and associated data by Chris Forbes · 8 years ago
  78. b376eda layers: LX446, Allow GetDeviceQueue to be called multiple times by Mark Lobodzinski · 8 years ago
  79. 35cd175 layers: Relax descriptor type match for texel buffers slightly by Chris Forbes · 8 years ago
  80. 3d3e06b layers: GH195 Fix core_validation dynamic state checks by Tobin Ehlis · 8 years ago
  81. 39d1535 layers: Improve core_validation image layout error message by Mark Lobodzinski · 8 years ago
  82. 7068a42 layers: Michael's fix for uninit'd data in FindLayout by Mark Lobodzinski · 8 years ago
  83. 076b41e layers: Clarify message when query has not been performed. by Michael Lentine · 8 years ago
  84. 4d23e01 Revert "layers: Make layout checks warnings for pass begin." by Michael Lentine · 8 years ago
  85. 656b1a5 layers: Use vector::resize instead of reserve to avoid portability issue. by Karl Schultz · 8 years ago
  86. 06e9635 layers: Fix issue when sub-passes have diff attachment count. by Mark Young · 8 years ago
  87. 3a417a5 layers: Replace ptr-to-ptr descriptor data struct with vector by Tobin Ehlis · 8 years ago
  88. 885537d layers: Add check for renderArea being within framebuffer bounds. by Michael Lentine · 8 years ago
  89. d6c1882 layers: LX453 fix typo in output message. by Karl Schultz · 8 years ago
  90. 851d28e layers: Make layout checks warnings for pass begin. by Michael Lentine · 8 years ago
  91. 1c0f4ce layers: Update layout mismatch message to provide more detail. by Michael Lentine · 8 years ago
  92. a61b537 layers: Migrate active_sets to active_slots by Tobin Ehlis · 8 years ago
  93. 08682cd layers: Fix layout transitions for combined aspect masks. by Michael Lentine · 8 years ago
  94. 81a46bb layers: Additional mutex fixes by Mark Lobodzinski · 8 years ago
  95. ada0fec layers: GH177 Fix deadlocks by Tobin Ehlis · 8 years ago
  96. 26c5488 layers: remove weird double assignment to pAttachments by Chris Forbes · 8 years ago
  97. 4789202 layers: LX450, Tighten up queueFamilyIndex validation, fix crash by Mark Lobodzinski · 8 years ago
  98. 87e0afc layers: Merge renderpass maps in core_validation by Tobin Ehlis · 8 years ago
  99. 5b81366 layers: Merge framebuffer maps in core_validation by Tobin Ehlis · 8 years ago
  100. a2d5d61 layers: LX448, Prevent descriptorSetCount overflow in core_validation by Mark Lobodzinski · 8 years ago