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