1. eba86e2 layers: Clang-format only, no code changes by Dave Houlton · 7 years ago
  2. 67e9b53 layers: Add VUs 1275, 1276, 1277 related to gh1507 by Dave Houlton · 7 years ago
  3. 9dae7ec layers, Fix checks for GH 1507 by Dave Houlton · 7 years ago
  4. c59b72d layers: Fix invalid push constant checks (GH953) by Karl Schultz · 7 years ago
  5. 634bd7b loader: gh1528 - Move generated files by Mark Young · 7 years ago
  6. a10f1f5 tests: Fix loader test by Mark Young · 7 years ago
  7. 77a0d59 tests: Fix unexpected errors from new VU checks by Cort Stratton · 7 years ago
  8. 282dace layers: Added skip_checks to rangeIntersect() by Cort Stratton · 7 years ago
  9. de74820 layers: GH373 Add memory size/align tests&checks by Cort Stratton · 7 years ago
  10. afe94ec layers: Fix copy/paste errors in BindBufferMemory by Cort Stratton · 7 years ago
  11. 50aa0c8 layers: Refactor InsertMemoryRange() for pre/post by Cort Stratton · 7 years ago
  12. 2cc22f8 externals: Update GitHub master commit refs by Mike Weiblen · 7 years ago
  13. b60ffc4 loader: Fix several leaks by Mark Young · 7 years ago
  14. d461136 Docs: Fix a typo in BUILD.md by Igor Vuk · 7 years ago
  15. 3fc93c6 Docs: Fix a typo in README.md by Igor Vuk · 7 years ago
  16. c146fc2 tests: Add tests for allocation by Mark Young · 7 years ago
  17. 2d1fa30 tests: Fix DSAspectBitsErrors by Mark Young · 7 years ago
  18. dfa3735 docs: Add new layer registries to loader doc by Lenny Komow · 7 years ago
  19. da849dc loader: gh1153 - Modify layer search path by Lenny Komow · 7 years ago
  20. 8aed3ed scripts: Update loader automation by Mark Young · 7 years ago
  21. e9e0a12 loader: Fix handling of surface parameters by James Jones · 7 years ago
  22. 55b6c29 layers: Remove redundant validation by Jeremy Hayes · 7 years ago
  23. 1860ec4 layers: Use GetStateStructPtrFromObject rather than open-coding by Chris Forbes · 7 years ago
  24. b91c79d layers: Remove redundant validation by Jeremy Hayes · 7 years ago
  25. ba9aa22 tests: Fix FramebufferCreateErrors errors by Jeremy Hayes · 7 years ago
  26. 0d10408 tests: Fix ImageSampleCounts unexpected errors by Jeremy Hayes · 7 years ago
  27. 4761d21 tests: Add test for concurrent sharing mode by Mark Lobodzinski · 7 years ago
  28. bacc954 layers: Validate CONCURRENT img/buf queuefamilies by Mark Lobodzinski · 7 years ago
  29. 7a38519 layers: Prevent bad node access by Mark Lobodzinski · 7 years ago
  30. 3ec65c5 loader: Remove floating file by Mark Young · 7 years ago
  31. 8ea6002 layers: Add VU data & new entry point by Mike Weiblen · 7 years ago
  32. d45ce13 tests: Fix loader tests by Mark Young · 7 years ago
  33. 0f183a8 vulkan: update to header 1.0.42 by Mark Young · 7 years ago
  34. df47c5a layers: Special-case threading GetSwapchainImages by Mark Lobodzinski · 7 years ago
  35. 4bb3b88 layers: Fix state recorded for swapchain images by Chris Forbes · 7 years ago
  36. 9a11c77 layers: Factor out marking of first use as read or write... by Chris Forbes · 7 years ago
  37. 4e8edbb layers: remove attachment_first_layout tracking by Chris Forbes · 7 years ago
  38. 4260e92 layers: Consider resolve attachments to be written in renderpass by Chris Forbes · 7 years ago
  39. 3ec5ec6 externals: Update GitHub master commit refs by Mike Weiblen · 7 years ago
  40. 81e37fd layers: Add PreCallRecord call to CmdPipelineBarrier by Mark Lobodzinski · 7 years ago
  41. 6b6c50a layers: Split layout transition validation/recording by Mark Lobodzinski · 7 years ago
  42. 18e2aab layers: Add PreCallValidate to CmdPipelineBarrier by Mark Lobodzinski · 7 years ago
  43. 111d39e layers: Add notes to Valid Usage DB by Mike Weiblen · 7 years ago
  44. dbd6974 layers: Added more format checks to utils by Arda Coskunses · 7 years ago
  45. 1308644 layers: GL168, fix bad compressed texel block size by Mark Lobodzinski · 7 years ago
  46. 1783890 tests: Add test that uses object on wrong device by Mike Schuchardt · 7 years ago
  47. dc2cb78 layers: Check all devices for valid object handles by Mike Schuchardt · 7 years ago
  48. 781aeb5 tests: Add 2ndary CB ClearAttachments positive test by Mark Lobodzinski · 7 years ago
  49. d833bb7 layers: GH1489, fix CmdClearAttachments validation by Mark Lobodzinski · 7 years ago
  50. f3229d5 layers: Fix a bug in depth/stencil packing by Dave Houlton · 7 years ago
  51. c5f39e8 tests: Fix aspect bit for DS in framework by Dave Houlton · 7 years ago
  52. 615b7f7 build: Change appveyor to build VS 2013 and 2015 by Karl Schultz · 7 years ago
  53. 672b58b layers: Move code to preferred cpp file by Mike Weiblen · 7 years ago
  54. a1e13f4 tests: VU 732, 733, 739, 740 tests by Mike Weiblen · 7 years ago
  55. 67778c7 layers: VU 732, 733, 739, 740 checks GH-402 by Mike Weiblen · 7 years ago
  56. 1231cb3 layers: Refactor for PreCallValidate by Mike Weiblen · 7 years ago
  57. e13e0c0 tests: vk_layer_validation_tests depends on layer targets. by Cort · 8 years ago
  58. 04d785f externals: update external GitHub commits refs by Mike Weiblen · 7 years ago
  59. abdce4e loader: Configurable fallback search paths by Benjamin Saunders · 7 years ago
  60. 6ef95f4 loader: Fix a few potential overruns by Mark Young · 7 years ago
  61. 2248925 externals: Update script to take URLs as params by Mike Weiblen · 7 years ago
  62. aae0fa4 header: Update to Vulkan 1.0.41 by Mark Lobodzinski · 7 years ago
  63. 584d51e tests: Fix, add fmt & granularity guards - GH284 by Dave Houlton · 7 years ago
  64. 01103de tests:Add RenderPassDepthStencilLayoutTransition by Tobin Ehlis · 7 years ago
  65. 2b716cb layers:RenderPass depth/stencil layout transition by Tobin Ehlis · 7 years ago
  66. 3bd82ad layers: Fix AllocateDescriptorSets in threading by Mark Lobodzinski · 7 years ago
  67. 1c4adfc layers: Remove image layer source/build by Mark Lobodzinski · 7 years ago
  68. 950d723 android: Update build to skip image layer by Mark Lobodzinski · 7 years ago
  69. dce9c42 loader: Remove image layer from standard_validation by Mark Lobodzinski · 7 years ago
  70. 50703eb layers: Remove image layer from stats script by Mark Lobodzinski · 7 years ago
  71. e691129 tests: Remove image layer dependencies by Mark Lobodzinski · 7 years ago
  72. c305507 layers: Remove image layer refs from docs by Mark Lobodzinski · 7 years ago
  73. 1fe9b00 layers: Update buffer-image copy routines for style by Mark Lobodzinski · 7 years ago
  74. 033c90b layers: Separate val/state updates in buff-img copy by Mark Lobodzinski · 7 years ago
  75. d2b2f61 layers: Move buffer/image validation out of CV by Mark Lobodzinski · 7 years ago
  76. ab9ea3e layers: Move image layer image-buffer-copy to CV by Mark Lobodzinski · 7 years ago
  77. d2d2d4c tests: Fix InvalidMemoryAliasing OT error by Mark Lobodzinski · 7 years ago
  78. 4ae5d1b layers: Fix validation routine name typo by Mark Lobodzinski · 7 years ago
  79. f8839bd tests: Reformat info messages for cleaner output by Mark Lobodzinski · 7 years ago
  80. 8087146 tests: Fix image/buffer copy unexpected errors by Mark Lobodzinski · 7 years ago
  81. 59a2070 layers: Add checks&tests to Img-Buf copy - GH284 by Dave Houlton · 7 years ago
  82. 1b5f756 tests: Prevent new unexpected errors by Jeremy Hayes · 7 years ago
  83. a809e5d layers: Updated changed subroutines for style by Mark Lobodzinski · 7 years ago
  84. fe4be30 layers: GH1478, Add error msg for CB invalidation by Mark Lobodzinski · 7 years ago
  85. f93f379 layers: Fix CB status checks in bindVtx/IndexBuffer by Mark Lobodzinski · 7 years ago
  86. ff6a86c layers: Fix a few parameter validation holes by Mark Lobodzinski · 7 years ago
  87. cd306ab headers: Fix vulkan.hpp clang compiler errors by Mark Lobodzinski · 7 years ago
  88. 635bd12 layers: commented SetMemBinding and ValidateSetMemBinding by Cort Stratton · 7 years ago
  89. eca430e layers: Refactored SetMemBinding() for pre/post calls by Cort Stratton · 7 years ago
  90. 6b443f9 layers: refactor BindBufferMemory for pre/postcall style by Cort Stratton · 7 years ago
  91. ccc90e3 tests: Add early-out in BindInvalidMemory by Cort Stratton · 7 years ago
  92. 35aeb6b layers: Add trailing "()" to vkBind*Memory strings by Cort Stratton · 7 years ago
  93. 4c38bb5 tests: Add VU 797,806 to BindInvalidMemory by Cort Stratton · 7 years ago
  94. 6c7dff7 tests: Add VU 793,805 to BindInvalidMemory by Cort · 7 years ago
  95. 07decda layers: Add VU error 805,793 (bind mem w/bad memoryOffset) by Cort Stratton · 7 years ago
  96. f1d8a4a tests: Add VU 792,804 to BindInvalidMemory by Cort Stratton · 7 years ago
  97. c21601b tests: Add VU 791,803 to BindInvalidMemory by Cort Stratton · 7 years ago
  98. f801b98 tests: Add VU 800 to BindInvalidMemory by Cort · 7 years ago
  99. 4b111e3 layers: Add VU 791,803 (bind mem w/existing binding) by Cort · 7 years ago
  100. ef3aebf layers: Add VU 792,804 (bind mem to sparse image/buffer) by Cort · 7 years ago