1. 2248925 externals: Update script to take URLs as params by Mike Weiblen · 7 years ago
  2. aae0fa4 header: Update to Vulkan 1.0.41 by Mark Lobodzinski · 7 years ago
  3. 584d51e tests: Fix, add fmt & granularity guards - GH284 by Dave Houlton · 7 years ago
  4. 01103de tests:Add RenderPassDepthStencilLayoutTransition by Tobin Ehlis · 7 years ago
  5. 2b716cb layers:RenderPass depth/stencil layout transition by Tobin Ehlis · 7 years ago
  6. 3bd82ad layers: Fix AllocateDescriptorSets in threading by Mark Lobodzinski · 7 years ago
  7. 1c4adfc layers: Remove image layer source/build by Mark Lobodzinski · 7 years ago
  8. 950d723 android: Update build to skip image layer by Mark Lobodzinski · 7 years ago
  9. dce9c42 loader: Remove image layer from standard_validation by Mark Lobodzinski · 7 years ago
  10. 50703eb layers: Remove image layer from stats script by Mark Lobodzinski · 7 years ago
  11. e691129 tests: Remove image layer dependencies by Mark Lobodzinski · 7 years ago
  12. c305507 layers: Remove image layer refs from docs by Mark Lobodzinski · 7 years ago
  13. 1fe9b00 layers: Update buffer-image copy routines for style by Mark Lobodzinski · 7 years ago
  14. 033c90b layers: Separate val/state updates in buff-img copy by Mark Lobodzinski · 7 years ago
  15. d2b2f61 layers: Move buffer/image validation out of CV by Mark Lobodzinski · 7 years ago
  16. ab9ea3e layers: Move image layer image-buffer-copy to CV by Mark Lobodzinski · 7 years ago
  17. d2d2d4c tests: Fix InvalidMemoryAliasing OT error by Mark Lobodzinski · 7 years ago
  18. 4ae5d1b layers: Fix validation routine name typo by Mark Lobodzinski · 7 years ago
  19. f8839bd tests: Reformat info messages for cleaner output by Mark Lobodzinski · 7 years ago
  20. 8087146 tests: Fix image/buffer copy unexpected errors by Mark Lobodzinski · 7 years ago
  21. 59a2070 layers: Add checks&tests to Img-Buf copy - GH284 by Dave Houlton · 8 years ago
  22. 1b5f756 tests: Prevent new unexpected errors by Jeremy Hayes · 7 years ago
  23. a809e5d layers: Updated changed subroutines for style by Mark Lobodzinski · 7 years ago
  24. fe4be30 layers: GH1478, Add error msg for CB invalidation by Mark Lobodzinski · 7 years ago
  25. f93f379 layers: Fix CB status checks in bindVtx/IndexBuffer by Mark Lobodzinski · 7 years ago
  26. ff6a86c layers: Fix a few parameter validation holes by Mark Lobodzinski · 7 years ago
  27. cd306ab headers: Fix vulkan.hpp clang compiler errors by Mark Lobodzinski · 7 years ago
  28. 635bd12 layers: commented SetMemBinding and ValidateSetMemBinding by Cort Stratton · 7 years ago
  29. eca430e layers: Refactored SetMemBinding() for pre/post calls by Cort Stratton · 7 years ago
  30. 6b443f9 layers: refactor BindBufferMemory for pre/postcall style by Cort Stratton · 7 years ago
  31. ccc90e3 tests: Add early-out in BindInvalidMemory by Cort Stratton · 8 years ago
  32. 35aeb6b layers: Add trailing "()" to vkBind*Memory strings by Cort Stratton · 8 years ago
  33. 4c38bb5 tests: Add VU 797,806 to BindInvalidMemory by Cort Stratton · 8 years ago
  34. 6c7dff7 tests: Add VU 793,805 to BindInvalidMemory by Cort · 8 years ago
  35. 07decda layers: Add VU error 805,793 (bind mem w/bad memoryOffset) by Cort Stratton · 8 years ago
  36. f1d8a4a tests: Add VU 792,804 to BindInvalidMemory by Cort Stratton · 8 years ago
  37. c21601b tests: Add VU 791,803 to BindInvalidMemory by Cort Stratton · 8 years ago
  38. f801b98 tests: Add VU 800 to BindInvalidMemory by Cort · 8 years ago
  39. 4b111e3 layers: Add VU 791,803 (bind mem w/existing binding) by Cort · 8 years ago
  40. ef3aebf layers: Add VU 792,804 (bind mem to sparse image/buffer) by Cort · 8 years ago
  41. 1ac292e layers: Refactor BindImageMem for pre/postcall style by Cort Stratton · 8 years ago
  42. 06b2b71 layers: Update BindImageMemory var names for style by Mark Lobodzinski · 8 years ago
  43. 36c3386 header: Update to Vulkan 1.0.40 by Mark Lobodzinski · 7 years ago
  44. f96a932 scripts: Add copy of cgenerator.py to LVL repo by Mark Lobodzinski · 7 years ago
  45. 60b77b3 layers: Remove predefined threading object lists by Mark Lobodzinski · 7 years ago
  46. 9c14780 Layers: Add KHR/KHX/NN extensions to threading layer by Mark Lobodzinski · 7 years ago
  47. 6340bb8 docs: Update LoaderAndLayerInterface by Mark Young · 7 years ago
  48. 40b160e tests: Implement test for VU 2116 check by Mike Weiblen · 7 years ago
  49. 430b676 tests: Refactor VkPipelineObj::CreateVKPipeline() by Mike Weiblen · 7 years ago
  50. c826428 layers: Add VU 2116 pColorBlendState checking GH-777 by Mike Weiblen · 7 years ago
  51. 4ef4d97 layers: Refactor checking code by Mike Weiblen · 7 years ago
  52. e0c5cc9 Clang-format for recent QueueSubmit commits by Tony Barbour · 7 years ago
  53. 626994c tests: Add postive and negative QueueSubmit tests by Tony Barbour · 7 years ago
  54. df013b9 layers: Separate validation from state in QueueSubmit by Tony Barbour · 8 years ago
  55. c373c01 tests: Fix DescriptorSetImageSamplerDestroyed+QueueSubmit by Tony Barbour · 8 years ago
  56. df0acbf layers: Refactor CmdFillBuffer by Mark Lobodzinski · 7 years ago
  57. 306441e layers: Move destroybuffer/bufferview out of CV by Mark Lobodzinski · 7 years ago
  58. 52f5daa loader: Fix XDG path parsing by Karl Schultz · 7 years ago
  59. c174b93 layers: Change mem map error to warning by Michael Lentine · 7 years ago
  60. 4a85111 layers: Fix CheckPreserved to allow input attachment by Tony Barbour · 7 years ago
  61. efd933b layers: Consolidate GetPhysicalDevice* accessors by Mark Lobodzinski · 7 years ago
  62. 680421d layers: Refactor CmdCopyBuffer for pre-post style by Mark Lobodzinski · 7 years ago
  63. ab9be28 layers: Refactor CmdCopyImage for pre/post by Mark Lobodzinski · 7 years ago
  64. 602de98 layers: Move pre/post CreateImageView out of CV by Mark Lobodzinski · 7 years ago
  65. 95dbbe5 layers: Update CreateBuffer/BufferView for style by Mark Lobodzinski · 7 years ago
  66. 9621074 layers: Move CreateBuffer/BufferView routines by Mark Lobodzinski · 7 years ago
  67. bd0d938 winsdk: Build runtime from RelWithDebInfo by Lenny Komow · 7 years ago
  68. 0e108fa build: Fix RelWithDebInfo CRT warnings by Lenny Komow · 7 years ago
  69. 2b2ece7 loader: Add env var to disable inst ext filter by Mark Young · 7 years ago
  70. 632e0ab tests: Fix UnusedPreserveAttachment by Jeremy Hayes · 7 years ago
  71. 8c37583 layers: Codegen unique-objects extension whitelists by Mark Lobodzinski · 7 years ago
  72. 3eb223b external: Update glslang, spirv-tools by Mike Weiblen · 7 years ago
  73. 32d2690 tests: Fix UpdateBufferWithinRenderPass by Rene Lindsay · 8 years ago
  74. 099b3b6 layers: Added some missing extensions to PV by Mark Lobodzinski · 7 years ago
  75. 9584cb3 layers: Enable autogen'd procmap for PV by Mark Lobodzinski · 7 years ago
  76. b6b8bbd scripts: Automate intercepts for parameter validation by Mark Lobodzinski · 7 years ago
  77. a2d9384 layers: Fix CmdUpdateBuffer API definition by Mark Lobodzinski · 7 years ago
  78. cf0d518 build: Add detection for VS2017 by Karl Schultz · 7 years ago
  79. 58c884f layers:Add using statements for layer_data by Tobin Ehlis · 7 years ago
  80. f456e6d layers:Remove "using namespace std" statement by Tobin Ehlis · 7 years ago
  81. b2e1e2c layers:Rename get* utility functions by Tobin Ehlis · 7 years ago
  82. 72e4a65 layers:Remove unused param by Tobin Ehlis · 7 years ago
  83. 7443be8 layers:Remove unused functions by Tobin Ehlis · 7 years ago
  84. 8d6acde layers:Rename get_my_data_ptr to GetLayerDataPtr by Tobin Ehlis · 7 years ago
  85. 13794a8 layers:Rename my_data vars to dev_data by Tobin Ehlis · 7 years ago
  86. 4834cba tests: Fix InvalidBarriers by Rene Lindsay · 8 years ago
  87. 1bf9b8f cmake: GH1444, add wayland include dir to cmake by Thomas Heijligen · 7 years ago
  88. ac23ec8 layers: Fix ValidateMapImageLayouts for style by Mark Lobodzinski · 7 years ago
  89. 08f14fa layers: Move ValidateMapImageLayouts out of CV by Mark Lobodzinski · 7 years ago
  90. 552e440 layers: Fix ImageLayout validation helpers for style by Mark Lobodzinski · 7 years ago
  91. c679b03 layers: Move image layout validation helpers from CV by Mark Lobodzinski · 7 years ago
  92. 9a8d40f layers: Fix ValidateMaskBits routines for style by Mark Lobodzinski · 7 years ago
  93. b3829a5 layers: Move MaskBits validation out of CV by Mark Lobodzinski · 7 years ago
  94. b0dd947 layers: Fix ValidateCmdBufImageLayouts for style by Mark Lobodzinski · 7 years ago
  95. 4a3065e layers: Move ValidateCmdBufImageLayouts out of CV by Mark Lobodzinski · 7 years ago
  96. e6fdaf1 layers:Add physicalDevice check by Tobin Ehlis · 7 years ago
  97. e7e85fd layers: Correct BlitImage check and add VU ID by Mark Lobodzinski · 7 years ago
  98. 151780e layers: Move GetImageSubresourceLayout to CV by Mark Lobodzinski · 7 years ago
  99. 4097a7f layers: Remove CmdResolveImage from image layer by Mark Lobodzinski · 7 years ago
  100. 50fbef1 layers: Update CmdResolveImage validation by Mark Lobodzinski · 7 years ago