1. 72b7930 scripts: Fix xlib_xrandr platform name by Mike Schuchardt · 6 years ago
  2. 51390c5 Device group extension rename by Mike Schuchardt · 6 years ago
  3. f375c7c scripts: Update codegen to work with new aliasing by Mike Schuchardt · 7 years ago
  4. 46ed510 Fix vkGetDeviceQueue2 segfault when returned vkQueue is VK_NULL_HANDLE by Tom Cooper · 6 years ago
  5. 6ba8abe Implement initial VK_EXT_debug_utils changes by Mark Young · 7 years ago
  6. fb80894 build: Bump linux loader version to 1.1 by Lenny Komow · 7 years ago
  7. 9e07295 docs: Update loader doc for 1.0 ICD handling by Lenny Komow · 7 years ago
  8. d74b368 loader: Update 1.0 checking mechanism by Lenny Komow · 7 years ago
  9. 88dc89b loader: Disable emulation for 1.1 core functions by Lenny Komow · 7 years ago
  10. e12b336 loader: Check vkEnumerateInstanceVersion in ICD by Lenny Komow · 7 years ago
  11. 31d618d tests: Special-case 1.0-only layer validation tests by Mark Lobodzinski · 7 years ago
  12. bfb7ab9 layers: Enable 1.0 exts moved to 1.1 core by Mark Lobodzinski · 7 years ago
  13. 88b76a9 layers: Update core_validation for aliases by Mark Lobodzinski · 7 years ago
  14. ab9a875 layers: Updated unique objects layer for aliases by Mark Lobodzinski · 7 years ago
  15. 14ddc19 layers: Updated Object Tracker layer for aliases by Mark Lobodzinski · 7 years ago
  16. 2baf1e2 layers: Handle aliasing in parameter validation by Mark Lobodzinski · 7 years ago
  17. a16d03c loader: Remove repeated function from vulkan.def by Lenny Komow · 7 years ago
  18. 397f9d4 loader: Re-add old 1.1 loader work by Lenny Komow · 7 years ago
  19. 284d5cf loader: Fix crash in VK_KHR_surface by Lenny Komow · 7 years ago
  20. 838df73 loader: Fix loader using stale VkApplicationInfo by Lenny Komow · 7 years ago
  21. 2682e24 loader: Remove version check from vkCreateInstance by Lenny Komow · 7 years ago
  22. 05c419b loader: Fix crash with null VkApplicationInfo by Lenny Komow · 7 years ago
  23. fccf6d2 loader: Fix crash in aliased extensions by Lenny Komow · 7 years ago
  24. a152485 loader: Update loader for Vulkan 1.1 by Lenny Komow · 7 years ago
  25. 802a965 loader: Update functions names by Lenny Komow · 7 years ago
  26. da999b0 loader: Update vkEnumerateInstanceVersion for 1.1 by Lenny Komow · 7 years ago
  27. c45b98c loader: Add new core 1.1 entry points by Lenny Komow · 7 years ago
  28. 76f0f73 loader: Fix windows build by Lenny Komow · 7 years ago
  29. eb9fd4d loader: Fix loader marking 1.1 cmds as required by Lenny Komow · 7 years ago
  30. efb4389 tests: Fix loader test capitalization by Lenny Komow · 7 years ago
  31. 82e15e0 loader: Move manual KHR exts to core by Lenny Komow · 7 years ago
  32. 7741512 loader: Update vulkan version location by Mark Lobodzinski · 7 years ago
  33. 62f7156 scripts: Update generators for 1.1 by Mark Lobodzinski · 7 years ago
  34. 1bec736 layers: Fix unique_objects for renamed safe structs by Mark Lobodzinski · 7 years ago
  35. ef4da50 layers: Fixed issues due to safe struct renames by Mark Lobodzinski · 7 years ago
  36. c8d0224 scripts: Avoid duplicates in enum string helper by Mark Lobodzinski · 7 years ago
  37. f2f883a scripts: Fix loader extension generator by Mark Lobodzinski · 7 years ago
  38. af69d66 scripts: Private repo VUID workaround by Mike Schuchardt · 7 years ago
  39. 7c7c8d2 header: KHX->KHR name changes by Mark Lobodzinski · 7 years ago
  40. 1653021 scripts: Update lvl_genvk.py with 1.1 changes by Mark Lobodzinski · 7 years ago
  41. 31964ca scripts: Allow for skipping version_1_1 features by Mark Lobodzinski · 7 years ago
  42. b6c02cc docs: Update Contributing.md for msg output info by Mark Lobodzinski · 6 years ago
  43. 9f89d75 layers: Add support for StorageBuffer storage class by Chris Forbes · 6 years ago
  44. 349b313 layers: Require appropriate feature enabled for writable descriptors by Chris Forbes · 6 years ago
  45. 8af2452 layers: Determine whether a shader uses any writable descriptors by Chris Forbes · 6 years ago
  46. ee3210f tests: Add positive test repro GH 2378 by Dave Houlton · 6 years ago
  47. f521761 layers: Param validation checks multiplane bits by Dave Houlton · 6 years ago
  48. df3c5c1 layers: Cleanup naming for layout compatibiity by John Zulauf · 6 years ago
  49. aee1d53 layers: Improve pipeline layout compat updates by John Zulauf · 6 years ago
  50. 34ebf27 layers: Add canonical/unique ID to pipeline layout by John Zulauf · 6 years ago
  51. f0d0639 layers: Store PushConstant ranges in dictionary by John Zulauf · 6 years ago
  52. d47d061 layers: Give compatible DSL unique ids by John Zulauf · 6 years ago
  53. 1f8174b layers: Split DescriptorSetLayout data structure by John Zulauf · 6 years ago
  54. 094130b layers/vk_layer_config.cpp: fix win32 include case by Martin Herkt · 6 years ago
  55. 88e4cbd docs: Update brew package list by Mike Schuchardt · 6 years ago
  56. 489a27e tests: Add unit tests for dedicated memory binding by John Zulauf · 6 years ago
  57. 5d79b82 layers: Add VU checks for dedicated buffers/images by John Zulauf · 6 years ago
  58. 2e5ed33 macOS: Add macOS support by Karl Schultz · 7 years ago
  59. 8bb1506 layers:Add VUIDs for VK_KHR_incremental_present by Tobin Ehlis · 6 years ago
  60. 891ae26 build: Fix -Wmicrosoft-cast warnings with clang-cl by Nico Weber · 6 years ago
  61. 0ebd19e tests: Add tests for vkCmdSetScissor by Petr Kraus · 6 years ago
  62. 6260f0a layers: Rewrite pv_vkCmdSetScissor checks by Petr Kraus · 6 years ago
  63. 9e0b2b1 tests: Add missing dyn. multiVieport tests in db by Petr Kraus · 6 years ago
  64. 7dfeed1 layers: Conform to gstyle in pv_vkCmdSetVieport by Petr Kraus · 6 years ago
  65. c7eda92 layers: Make unique_objects ID map global by Mark Lobodzinski · 6 years ago
  66. 85ae48e scripts: Mod spec.py to use local validusage.json by Mark Lobodzinski · 6 years ago
  67. cc4b81f scripts: Add validusage.json to LVL repo by Mark Lobodzinski · 6 years ago
  68. 63f6e74 layers: Add VU check for VkSwapchainCreateInfoKHR by Jeremy Kniager · 6 years ago
  69. bd218f6 tests: Clean cmath and climits usage by Petr Kraus · 6 years ago
  70. fa18c33 layers:Merge common loops by Tobin Ehlis · 6 years ago
  71. 7d7bb5b tests: Fix #2440 -- add missing math.h include by Petr Kraus · 6 years ago
  72. eddb113 docs: fix markdown lint issues in BUILD.md by Karl Schultz · 6 years ago
  73. 9f7c807 docs: Remove osx-specific func from Linux instrs by Mark Lobodzinski · 6 years ago
  74. 7f43fad docs: Reorg and update BUILD.md by Mark Lobodzinski · 6 years ago
  75. 3d6d017 layers: Removed obsolete (and duplicate) VUIDs by Mark Lobodzinski · 6 years ago
  76. bf0042d layers: Fix a couple of old typos by Mark Lobodzinski · 6 years ago
  77. 65593cb layers: Remove buffer image_xfer_granularity checks by Mark Lobodzinski · 6 years ago
  78. 3979007 tests: Remove buffer image_xfer_granularity tests by Mark Lobodzinski · 6 years ago
  79. 3b6e4ad build: Fix line endings in update resources script by Jeff Bolz · 6 years ago
  80. b3f4b28 layers: Record 3D image slice layouts by Dave Houlton · 6 years ago
  81. cf49cc1 build: Modify .gitattributes for unix line endings by Mike Weiblen · 6 years ago
  82. 3442ad3 layers: Fix dev-profile test layer dest loc by Mark Lobodzinski · 6 years ago
  83. 8c04a75 tweak travis config to make it easier to see which profile is failing by Chris Forbes · 6 years ago
  84. e90c7b9 layers: Fix miscounting of descriptors for multiple stages by Chris Forbes · 6 years ago
  85. dbb43fc layers: Fix validation of shader pipelines when a stage is broken by Chris Forbes · 6 years ago
  86. bb099ee scripts: Strip xref markup from vu error messages by Mike Schuchardt · 6 years ago
  87. 484dcb4 header: Update to version 1.0.69 of the Vulkan hdr by Mark Lobodzinski · 6 years ago
  88. 396171c layers: Convert 2 barrier checks to VUID notation by John Zulauf · 6 years ago
  89. 065ca13 layers: Fix and convert buffer barrier size check by John Zulauf · 6 years ago
  90. 6d81553 tests: Add unit test for "no memory bound" barrier by John Zulauf · 6 years ago
  91. 5739ee7 layers: A memory binding validation for barriers by John Zulauf · 6 years ago
  92. 2eb39bc layers: Handle multiple GetSwapchainImages calls by Mark Lobodzinski · 6 years ago
  93. 1ce83f4 layers: Move U_O:DestroySwapchain out of codegen by Mark Lobodzinski · 6 years ago
  94. ac0876c layers: Fix linux compilation errors of isnan by John Zulauf · 6 years ago
  95. 0262feb tests: Implement VkViewport tests by Petr Kraus · 7 years ago
  96. a102b4b tests: Add dynamic multiViewport test by Petr Kraus · 7 years ago
  97. 39a7ab7 tests: Implement vkCmdSetViewport tests by Petr Kraus · 7 years ago
  98. 95d6875 tests: Fix tests using invalid viewport by Petr Kraus · 7 years ago
  99. d55e77c layers: Reimplement vkCmdSetViewport param val. by Petr Kraus · 7 years ago
  100. b3fcdb4 layers: Implement `VkViewport` parameter_validation by Petr Kraus · 7 years ago