1. ef4da50 layers: Fixed issues due to safe struct renames by Mark Lobodzinski · 7 years ago
  2. c8d0224 scripts: Avoid duplicates in enum string helper by Mark Lobodzinski · 7 years ago
  3. f2f883a scripts: Fix loader extension generator by Mark Lobodzinski · 7 years ago
  4. af69d66 scripts: Private repo VUID workaround by Mike Schuchardt · 7 years ago
  5. 7c7c8d2 header: KHX->KHR name changes by Mark Lobodzinski · 7 years ago
  6. 1653021 scripts: Update lvl_genvk.py with 1.1 changes by Mark Lobodzinski · 7 years ago
  7. 31964ca scripts: Allow for skipping version_1_1 features by Mark Lobodzinski · 7 years ago
  8. b6c02cc docs: Update Contributing.md for msg output info by Mark Lobodzinski · 6 years ago
  9. 9f89d75 layers: Add support for StorageBuffer storage class by Chris Forbes · 6 years ago
  10. 349b313 layers: Require appropriate feature enabled for writable descriptors by Chris Forbes · 6 years ago
  11. 8af2452 layers: Determine whether a shader uses any writable descriptors by Chris Forbes · 6 years ago
  12. ee3210f tests: Add positive test repro GH 2378 by Dave Houlton · 7 years ago
  13. f521761 layers: Param validation checks multiplane bits by Dave Houlton · 7 years ago
  14. df3c5c1 layers: Cleanup naming for layout compatibiity by John Zulauf · 6 years ago
  15. aee1d53 layers: Improve pipeline layout compat updates by John Zulauf · 6 years ago
  16. 34ebf27 layers: Add canonical/unique ID to pipeline layout by John Zulauf · 6 years ago
  17. f0d0639 layers: Store PushConstant ranges in dictionary by John Zulauf · 6 years ago
  18. d47d061 layers: Give compatible DSL unique ids by John Zulauf · 6 years ago
  19. 1f8174b layers: Split DescriptorSetLayout data structure by John Zulauf · 6 years ago
  20. 094130b layers/vk_layer_config.cpp: fix win32 include case by Martin Herkt · 6 years ago
  21. 88e4cbd docs: Update brew package list by Mike Schuchardt · 6 years ago
  22. 489a27e tests: Add unit tests for dedicated memory binding by John Zulauf · 6 years ago
  23. 5d79b82 layers: Add VU checks for dedicated buffers/images by John Zulauf · 6 years ago
  24. 2e5ed33 macOS: Add macOS support by Karl Schultz · 7 years ago
  25. 8bb1506 layers:Add VUIDs for VK_KHR_incremental_present by Tobin Ehlis · 6 years ago
  26. 891ae26 build: Fix -Wmicrosoft-cast warnings with clang-cl by Nico Weber · 6 years ago
  27. 0ebd19e tests: Add tests for vkCmdSetScissor by Petr Kraus · 6 years ago
  28. 6260f0a layers: Rewrite pv_vkCmdSetScissor checks by Petr Kraus · 6 years ago
  29. 9e0b2b1 tests: Add missing dyn. multiVieport tests in db by Petr Kraus · 6 years ago
  30. 7dfeed1 layers: Conform to gstyle in pv_vkCmdSetVieport by Petr Kraus · 6 years ago
  31. c7eda92 layers: Make unique_objects ID map global by Mark Lobodzinski · 6 years ago
  32. 85ae48e scripts: Mod spec.py to use local validusage.json by Mark Lobodzinski · 6 years ago
  33. cc4b81f scripts: Add validusage.json to LVL repo by Mark Lobodzinski · 6 years ago
  34. 63f6e74 layers: Add VU check for VkSwapchainCreateInfoKHR by Jeremy Kniager · 7 years ago
  35. bd218f6 tests: Clean cmath and climits usage by Petr Kraus · 6 years ago
  36. fa18c33 layers:Merge common loops by Tobin Ehlis · 6 years ago
  37. 7d7bb5b tests: Fix #2440 -- add missing math.h include by Petr Kraus · 6 years ago
  38. eddb113 docs: fix markdown lint issues in BUILD.md by Karl Schultz · 6 years ago
  39. 9f7c807 docs: Remove osx-specific func from Linux instrs by Mark Lobodzinski · 6 years ago
  40. 7f43fad docs: Reorg and update BUILD.md by Mark Lobodzinski · 6 years ago
  41. 3d6d017 layers: Removed obsolete (and duplicate) VUIDs by Mark Lobodzinski · 6 years ago
  42. bf0042d layers: Fix a couple of old typos by Mark Lobodzinski · 6 years ago
  43. 65593cb layers: Remove buffer image_xfer_granularity checks by Mark Lobodzinski · 6 years ago
  44. 3979007 tests: Remove buffer image_xfer_granularity tests by Mark Lobodzinski · 6 years ago
  45. 3b6e4ad build: Fix line endings in update resources script by Jeff Bolz · 6 years ago
  46. b3f4b28 layers: Record 3D image slice layouts by Dave Houlton · 6 years ago
  47. cf49cc1 build: Modify .gitattributes for unix line endings by Mike Weiblen · 6 years ago
  48. 3442ad3 layers: Fix dev-profile test layer dest loc by Mark Lobodzinski · 6 years ago
  49. 8c04a75 tweak travis config to make it easier to see which profile is failing by Chris Forbes · 6 years ago
  50. e90c7b9 layers: Fix miscounting of descriptors for multiple stages by Chris Forbes · 6 years ago
  51. dbb43fc layers: Fix validation of shader pipelines when a stage is broken by Chris Forbes · 6 years ago
  52. bb099ee scripts: Strip xref markup from vu error messages by Mike Schuchardt · 6 years ago
  53. 484dcb4 header: Update to version 1.0.69 of the Vulkan hdr by Mark Lobodzinski · 6 years ago
  54. 396171c layers: Convert 2 barrier checks to VUID notation by John Zulauf · 6 years ago
  55. 065ca13 layers: Fix and convert buffer barrier size check by John Zulauf · 6 years ago
  56. 6d81553 tests: Add unit test for "no memory bound" barrier by John Zulauf · 6 years ago
  57. 5739ee7 layers: A memory binding validation for barriers by John Zulauf · 6 years ago
  58. 2eb39bc layers: Handle multiple GetSwapchainImages calls by Mark Lobodzinski · 6 years ago
  59. 1ce83f4 layers: Move U_O:DestroySwapchain out of codegen by Mark Lobodzinski · 6 years ago
  60. ac0876c layers: Fix linux compilation errors of isnan by John Zulauf · 6 years ago
  61. 0262feb tests: Implement VkViewport tests by Petr Kraus · 7 years ago
  62. a102b4b tests: Add dynamic multiViewport test by Petr Kraus · 7 years ago
  63. 39a7ab7 tests: Implement vkCmdSetViewport tests by Petr Kraus · 7 years ago
  64. 95d6875 tests: Fix tests using invalid viewport by Petr Kraus · 7 years ago
  65. d55e77c layers: Reimplement vkCmdSetViewport param val. by Petr Kraus · 7 years ago
  66. b3fcdb4 layers: Implement `VkViewport` parameter_validation by Petr Kraus · 7 years ago
  67. c1ce4ad android: Update shaderc known-good 20180216 by Cody Northrop · 6 years ago
  68. 4fb2dfa tests: Add test to verify issue 2213 fixed by Jeremy Kniager · 7 years ago
  69. a9df0ce layers: clang-format only by Dave Houlton · 6 years ago
  70. 6c72f35 tests: clang-format only by Dave Houlton · 6 years ago
  71. 7dc9a59 loader: Don't add duplicate JSON files from Khronos registry path. by Norbert Garnys · 6 years ago
  72. 880f4c9 layers:Verify sparse image metadata is bound by Tobin Ehlis · 6 years ago
  73. 0012f82 layers:Add sparse mem warning if reqs not checked by Tobin Ehlis · 6 years ago
  74. 7eee148 layers:Track sparse image requirements by Tobin Ehlis · 6 years ago
  75. 97d0fad layers:Adding intercepts for sparse binding by Tobin Ehlis · 6 years ago
  76. 72437be layers: fix unexpected errors in layer tests by Jeremy Kniager · 7 years ago
  77. 7383646 layers:Fix spelling truely->truly by Tobin Ehlis · 6 years ago
  78. 9a73b66 loader: Fix loader skipping layer files by Lenny Komow · 6 years ago
  79. 880d26b layers:Fix typo databate->database by Tobin Ehlis · 6 years ago
  80. ea55dae layers:Remove TODO comments by Tobin Ehlis · 6 years ago
  81. ad34df2 loader: link with OneCore umbrella library by Slawomir Cygan · 7 years ago
  82. a589d42 loader: use Unicode functions from cfgmgr32.lib by Slawomir Cygan · 7 years ago
  83. 8e2eea3 loader: remove references to shlwapi.lib by Slawomir Cygan · 7 years ago
  84. b6f139e winsdk: Update runtime installer copyright to 2018 by Lenny Komow · 6 years ago
  85. a177021 build: Add min supported compiler versions to BUILD.md by Mark Lobodzinski · 6 years ago
  86. 1bcbdf9 layers: Avoid warnings in vk_layer_logging.h by Mark Lobodzinski · 6 years ago
  87. 078effe android: Update to shaderc known-good revisions by Cody Northrop · 6 years ago
  88. e146476 external: Update glslang commit ID, fix LVT by Mark Lobodzinski · 6 years ago
  89. 1c58cd1 build: Adjust travis config for VT updates by Karl Schultz · 6 years ago
  90. e19e20d clang-format whitespace (sigh) by Dave Houlton · 7 years ago
  91. 8df5ce8 tests: Fix Travis-visible errors by Dave Houlton · 7 years ago
  92. 38353ef tests: Add test for new CreateImage VUs by Dave Houlton · 7 years ago
  93. 1a47388 tests: Fix existing tests that hit new VUs by Dave Houlton · 7 years ago
  94. 130c021 layers: Add CreateImage valid usage checks by Dave Houlton · 7 years ago
  95. d5aa8de build: Move layer_utils build to top-level cmake by Mark Lobodzinski · 7 years ago
  96. f274401 scripts: Update android-generate to support UUID by Cody Northrop · 6 years ago
  97. 7f52170 scripts: Fix error if spirv-tools dir had no .git (#2346) by Cort Stratton · 7 years ago
  98. 77955d8 layers: Improve validation cache ID parsing by Cort Stratton · 7 years ago
  99. 5c2750c layers: Add err-id/coverage for 'recording state' by John Zulauf · 7 years ago
  100. 52aef1f layers: Fully normalize/populate CMD_TYPE enum by John Zulauf · 7 years ago