1. 533be9f layers: fix copyimage checks broken by spec change by Dave Houlton · 6 years ago
  2. 0771b67 Validate line width for topology reaching rasterizer rather than input by Chris Forbes · 6 years ago
  3. 28bdf63 layers: Fix CV typo in error message by Mark Lobodzinski · 6 years ago
  4. 6c8268e header: Update to version 1.1.71 of the Vulkan hdr by Mark Lobodzinski · 6 years ago
  5. 4b171df docs: Move documentation to repos by Jeremy Kniager · 6 years ago
  6. 928b2bd layers: Consider storage block using new storage class to be a writable descriptor by Chris Forbes · 6 years ago
  7. 4ac77b3 tests: Update and complete VkImage creation tests by Petr Kraus · 6 years ago
  8. b6f9780 layers: Move sparseBinding feature vs flag check by Petr Kraus · 6 years ago
  9. 3f43321 layers: Check CUBE to have 6+ layers by Petr Kraus · 6 years ago
  10. 3ac9e81 layers: Fix 1D height and depth extent check by Petr Kraus · 6 years ago
  11. 7b22a66 layers: Fix Superfluous inttypes.h Includes by Liam Middlebrook · 6 years ago
  12. e50a395 layers: Update CmdPushConstant Valid Usages by John Zulauf · 6 years ago
  13. 3de74ca layers: Fix memleak of instance object in object tracker layer by Gabríel Arthúr Pétursson · 6 years ago
  14. fb48fbc layers: Fix queue bits for CmdWriteTimeStamp by Mark Lobodzinski · 6 years ago
  15. b1a2e4b layers:Check for descriptor with invalid sampler by Tobin Ehlis · 6 years ago
  16. 37ec75a layers:Check secondary command buffer renderArea by Tobin Ehlis · 6 years ago
  17. f9c5027 layers:Consistent parens for function names by Tobin Ehlis · 6 years ago
  18. 131a4a9 layers: Downgrade maxResourceSize check to warning by Petr Kraus · 6 years ago
  19. af9c122 layers: Update VkViewport check to 1.1 by Petr Kraus · 6 years ago
  20. f9af40c header: 1.1.70 update by Mike Schuchardt · 6 years ago
  21. bf973a1 layers: Fix CmdDispatchBaseKHX rename in PV by Mark Lobodzinski · 6 years ago
  22. 4bed025 layers: Update unique_objects changes for 1.1 by Mark Lobodzinski · 6 years ago
  23. d67b20b layers: Make unique_objects ID map global by Mark Lobodzinski · 6 years ago
  24. ab835f2 layers: Fix typo in CV downchain call by Mike Schuchardt · 6 years ago
  25. 8474070 layers: Add remaining core_validation aliases by Mike Schuchardt · 6 years ago
  26. 8da1bb5 layers: Update VUIDs for 1.1 by Mike Schuchardt · 6 years ago
  27. ef1ce2d layers: Bump layer json files to 1.1.69 by Lenny Komow · 6 years ago
  28. 991d88d layers: add GetDeviceQueue2() support by Yiwei Zhang · 6 years ago
  29. 9065ccf layers: Fix wrong format specifier in layer log by Lenny Komow · 6 years ago
  30. 6ba8abe Implement initial VK_EXT_debug_utils changes by Mark Young · 7 years ago
  31. bfb7ab9 layers: Enable 1.0 exts moved to 1.1 core by Mark Lobodzinski · 7 years ago
  32. 88b76a9 layers: Update core_validation for aliases by Mark Lobodzinski · 7 years ago
  33. ab9a875 layers: Updated unique objects layer for aliases by Mark Lobodzinski · 7 years ago
  34. 14ddc19 layers: Updated Object Tracker layer for aliases by Mark Lobodzinski · 7 years ago
  35. 1bec736 layers: Fix unique_objects for renamed safe structs by Mark Lobodzinski · 7 years ago
  36. ef4da50 layers: Fixed issues due to safe struct renames by Mark Lobodzinski · 7 years ago
  37. 7c7c8d2 header: KHX->KHR name changes by Mark Lobodzinski · 7 years ago
  38. 9f89d75 layers: Add support for StorageBuffer storage class by Chris Forbes · 6 years ago
  39. 349b313 layers: Require appropriate feature enabled for writable descriptors by Chris Forbes · 6 years ago
  40. 8af2452 layers: Determine whether a shader uses any writable descriptors by Chris Forbes · 6 years ago
  41. f521761 layers: Param validation checks multiplane bits by Dave Houlton · 7 years ago
  42. df3c5c1 layers: Cleanup naming for layout compatibiity by John Zulauf · 6 years ago
  43. aee1d53 layers: Improve pipeline layout compat updates by John Zulauf · 6 years ago
  44. 34ebf27 layers: Add canonical/unique ID to pipeline layout by John Zulauf · 6 years ago
  45. f0d0639 layers: Store PushConstant ranges in dictionary by John Zulauf · 6 years ago
  46. d47d061 layers: Give compatible DSL unique ids by John Zulauf · 6 years ago
  47. 1f8174b layers: Split DescriptorSetLayout data structure by John Zulauf · 6 years ago
  48. 094130b layers/vk_layer_config.cpp: fix win32 include case by Martin Herkt · 6 years ago
  49. 489a27e tests: Add unit tests for dedicated memory binding by John Zulauf · 6 years ago
  50. 5d79b82 layers: Add VU checks for dedicated buffers/images by John Zulauf · 6 years ago
  51. 2e5ed33 macOS: Add macOS support by Karl Schultz · 7 years ago
  52. 8bb1506 layers:Add VUIDs for VK_KHR_incremental_present by Tobin Ehlis · 6 years ago
  53. 0ebd19e tests: Add tests for vkCmdSetScissor by Petr Kraus · 6 years ago
  54. 6260f0a layers: Rewrite pv_vkCmdSetScissor checks by Petr Kraus · 6 years ago
  55. 9e0b2b1 tests: Add missing dyn. multiVieport tests in db by Petr Kraus · 6 years ago
  56. 7dfeed1 layers: Conform to gstyle in pv_vkCmdSetVieport by Petr Kraus · 6 years ago
  57. c7eda92 layers: Make unique_objects ID map global by Mark Lobodzinski · 6 years ago
  58. 63f6e74 layers: Add VU check for VkSwapchainCreateInfoKHR by Jeremy Kniager · 7 years ago
  59. fa18c33 layers:Merge common loops by Tobin Ehlis · 6 years ago
  60. 3d6d017 layers: Removed obsolete (and duplicate) VUIDs by Mark Lobodzinski · 6 years ago
  61. bf0042d layers: Fix a couple of old typos by Mark Lobodzinski · 6 years ago
  62. 65593cb layers: Remove buffer image_xfer_granularity checks by Mark Lobodzinski · 6 years ago
  63. b3f4b28 layers: Record 3D image slice layouts by Dave Houlton · 6 years ago
  64. e90c7b9 layers: Fix miscounting of descriptors for multiple stages by Chris Forbes · 6 years ago
  65. dbb43fc layers: Fix validation of shader pipelines when a stage is broken by Chris Forbes · 6 years ago
  66. bb099ee scripts: Strip xref markup from vu error messages by Mike Schuchardt · 6 years ago
  67. 484dcb4 header: Update to version 1.0.69 of the Vulkan hdr by Mark Lobodzinski · 6 years ago
  68. 396171c layers: Convert 2 barrier checks to VUID notation by John Zulauf · 6 years ago
  69. 065ca13 layers: Fix and convert buffer barrier size check by John Zulauf · 6 years ago
  70. 5739ee7 layers: A memory binding validation for barriers by John Zulauf · 6 years ago
  71. 2eb39bc layers: Handle multiple GetSwapchainImages calls by Mark Lobodzinski · 6 years ago
  72. 1ce83f4 layers: Move U_O:DestroySwapchain out of codegen by Mark Lobodzinski · 6 years ago
  73. ac0876c layers: Fix linux compilation errors of isnan by John Zulauf · 6 years ago
  74. 0262feb tests: Implement VkViewport tests by Petr Kraus · 7 years ago
  75. a102b4b tests: Add dynamic multiViewport test by Petr Kraus · 7 years ago
  76. 39a7ab7 tests: Implement vkCmdSetViewport tests by Petr Kraus · 7 years ago
  77. d55e77c layers: Reimplement vkCmdSetViewport param val. by Petr Kraus · 7 years ago
  78. b3fcdb4 layers: Implement `VkViewport` parameter_validation by Petr Kraus · 7 years ago
  79. a9df0ce layers: clang-format only by Dave Houlton · 6 years ago
  80. 880f4c9 layers:Verify sparse image metadata is bound by Tobin Ehlis · 6 years ago
  81. 0012f82 layers:Add sparse mem warning if reqs not checked by Tobin Ehlis · 6 years ago
  82. 7eee148 layers:Track sparse image requirements by Tobin Ehlis · 6 years ago
  83. 97d0fad layers:Adding intercepts for sparse binding by Tobin Ehlis · 6 years ago
  84. 72437be layers: fix unexpected errors in layer tests by Jeremy Kniager · 7 years ago
  85. 7383646 layers:Fix spelling truely->truly by Tobin Ehlis · 6 years ago
  86. 880d26b layers:Fix typo databate->database by Tobin Ehlis · 6 years ago
  87. ea55dae layers:Remove TODO comments by Tobin Ehlis · 6 years ago
  88. 1bcbdf9 layers: Avoid warnings in vk_layer_logging.h by Mark Lobodzinski · 6 years ago
  89. e19e20d clang-format whitespace (sigh) by Dave Houlton · 7 years ago
  90. 38353ef tests: Add test for new CreateImage VUs by Dave Houlton · 7 years ago
  91. 1a47388 tests: Fix existing tests that hit new VUs by Dave Houlton · 7 years ago
  92. 130c021 layers: Add CreateImage valid usage checks by Dave Houlton · 7 years ago
  93. d5aa8de build: Move layer_utils build to top-level cmake by Mark Lobodzinski · 7 years ago
  94. 77955d8 layers: Improve validation cache ID parsing by Cort Stratton · 7 years ago
  95. 5c2750c layers: Add err-id/coverage for 'recording state' by John Zulauf · 7 years ago
  96. 52aef1f layers: Fully normalize/populate CMD_TYPE enum by John Zulauf · 7 years ago
  97. 37f236c cmake: Move LVL temp/worker targets into subfolder by Mark Lobodzinski · 7 years ago
  98. 07954a5 layers: Add LAYER_EXPORT specifiers to vk_layer_config by Mark Lobodzinski · 7 years ago
  99. 9399f63 layers: Pass through bind mem 2 entry point names by Mike Schuchardt · 7 years ago
  100. cf1996c layers: Bind mem 2 entry points by Mike Schuchardt · 7 years ago