1. 9ddf928 layers: Add CreateInstance/Device pNext validation by Mark Lobodzinski · 6 years ago
  2. 5960355 layers: Pick up stype-array check vuids by Mark Lobodzinski · 6 years ago
  3. ebee355 layers: Add VUIDs to manual validate_string calls by Mark Lobodzinski · 6 years ago
  4. 554cf37 layers: Pick up struct validation ids by Mark Lobodzinski · 6 years ago
  5. 87017df layers: Pick up VUIDs for structure integrity checks by Mark Lobodzinski · 6 years ago
  6. a136855 layers: Add pNext-chain-only structs to PV codegen by Mark Lobodzinski · 6 years ago
  7. 009dd22 Expand ALL_GRAPHICS_BIT correctly in combination with other bits by Chris Forbes · 6 years ago
  8. 50cceff doc: Update BUILD.md [skip ci] by Karl Schultz · 6 years ago
  9. 85151b6 Add option to generate layer files without building layers by Tony-LunarG · 6 years ago
  10. 0b5ab7a tests: Update tests for self-dependency barrier by John Zulauf · 6 years ago
  11. df851b1 layers: Update barrier validation for self-depend by John Zulauf · 6 years ago
  12. 7ec577a layers: Refactor core CreateRenderPass to Pre/Post by John Zulauf · 6 years ago
  13. 351579d cmake: Fixup FOLDER properties by Karl Schultz · 6 years ago
  14. 1f936e3 header: Update json files to match 1.1.77 header by Mark Lobodzinski · 6 years ago
  15. 7ac635b ci: Disable caching in AppVeyor by Karl Schultz · 6 years ago
  16. 02a3639 build: Update travis VulkanTools cmake options by John Zulauf · 6 years ago
  17. 11e28db ci: Clean up AppVeyor config file by Karl Schultz · 6 years ago
  18. cc51056 build: Copy loader DLL only when ldr repo supplied by Karl Schultz · 6 years ago
  19. 26c56bd cmake: Prevent redefinition of uninstall target by Karl Schultz · 6 years ago
  20. 543628e tests: Copy loader dll to bin dir for LVTs by Mark Lobodzinski · 6 years ago
  21. 78b2af2 tests: Add option to install tests by Tony-LunarG · 6 years ago
  22. 571a886 ci: Reduce AppVeyor jobs to two by Karl Schultz · 6 years ago
  23. 49ce0ec layers: Fix bugs of display queries in unique_objects by Petr Kraus · 6 years ago
  24. 36c57bb tests: Validate duplicate image barrier checks by John Zulauf · 6 years ago
  25. 463c51e layers: Detect dupl. layout transitions in barrier by John Zulauf · 6 years ago
  26. f287934 tests: Add test for secondary CB initial layout by John Zulauf · 6 years ago
  27. 67170f8 layers: Validate initial layout of secondary CBs by John Zulauf · 6 years ago
  28. cc1fbef layers: Add sampler unnormalized coords checks by Jesse Hall · 6 years ago
  29. 0a3cf3e cmake: Allow env var for glslang, remove REPO_ROOT by Mark Lobodzinski · 6 years ago
  30. 3b093d7 layers: Update to 1.1.76 header by Mike Schuchardt · 6 years ago
  31. a56ed01 tests: Remove layerdoctest refs from BUILD.md by Mark Lobodzinski · 6 years ago
  32. d3df40f tests: Killed ancient README file by Mark Lobodzinski · 6 years ago
  33. 0a07ce3 tests: Remove validatelayerdoc scripts by Mark Lobodzinski · 6 years ago
  34. c8c172e tests: Cut validatedoc refs in runalltests scripts by Mark Lobodzinski · 6 years ago
  35. 0322a85 layers: Remove stats script from layers directory by Mark Lobodzinski · 6 years ago
  36. 1e33f7a build: Update appveyor/travis for INSTALL_DIR builds by Mark Lobodzinski · 6 years ago
  37. 1e7d916 build: Work around FindVulkan cmake issue by Mark Lobodzinski · 6 years ago
  38. 3b98147 docs: Update build.md for VULKAN_LOADER_INSTALL_DIR by Mark Lobodzinski · 6 years ago
  39. e1ed230 cmake: Add VULKAN_LOADER_INSTALL_DIR operation by Mark Lobodzinski · 6 years ago
  40. ecde9d0 tests: layer tests depend on layer builds by Cort Stratton · 6 years ago
  41. fa31cfa docs: Update links by Mark Young · 6 years ago
  42. dc4e21f make vulkan headers searchable with CMAKE_PREFIX_PATH by slava · 6 years ago
  43. e3ab9e3 android: Fix location of vulkan headers include by Cody Northrop · 6 years ago
  44. 362637b android: Update batch files for new repo layout by Cody Northrop · 6 years ago
  45. 29519bb android: Update build for new headers location by Mark Lobodzinski · 6 years ago
  46. 8545bc0 android: Add Vulkan-Headers revision and url files by Mark Lobodzinski · 6 years ago
  47. e6dbb60 docs: Update build.md for new headers location by Mark Lobodzinski · 6 years ago
  48. 2b9706a build: Update CI for Vulkan-Headers ext dependency by Mark Lobodzinski · 6 years ago
  49. 56176a2 repo: Removed unused Vulkan-Headers submodule by Mark Lobodzinski · 6 years ago
  50. a87bb88 scripts: Require -json-file parm on spec.py script by Mark Lobodzinski · 6 years ago
  51. 27a9e7c build: Switch to using FindFulkanHeaders by Mark Lobodzinski · 6 years ago
  52. 2e53011 ci: Update CI for changes to Vulkan-Loader by Karl Schultz · 6 years ago
  53. a9e6d29 tests: Modify travis/appveyor CI for googletest fetch by Mark Lobodzinski · 6 years ago
  54. 926fb8f build: Removed googletest as a submodule by Mark Lobodzinski · 6 years ago
  55. 42f743f build: Move gtest to external dependency by Mark Lobodzinski · 6 years ago
  56. cd83f4c build: Add FindVulkanHeaders.cmake module by Karl Schultz · 6 years ago
  57. cfcecbf layers: avoid gcc unused-variable warning by Dave Houlton · 6 years ago
  58. c234779 layers: #146-Fix message type conversion by Mark Young · 6 years ago
  59. ce38afc tests: Add test for Resolve with invalid subresource by Cort Stratton · 6 years ago
  60. 1c0d6f9 test: add test for Resolve with layout mismatch by Cort Stratton · 6 years ago
  61. eb07d58 tests: add coverage for image/buffer copy layout mismatch by Cort Stratton · 6 years ago
  62. 44a4cb9 tests: add coverage for invalid blit levels/layers by Cort Stratton · 6 years ago
  63. ff1542a layers: validate subresource levels/layers consistently by Cort Stratton · 6 years ago
  64. d619a30 layers: validate VkImageSubresourceLayers consistently by Cort Stratton · 6 years ago
  65. 7df3096 layers: VerifyImageLayout fixes by Cort Stratton · 6 years ago
  66. 379f142 layers: object tracker const refs by Dave Houlton · 6 years ago
  67. 57ae22f layers: switch obj tracker to use text VUIDs by Dave Houlton · 6 years ago
  68. 13b6550 layers: parameter validation const refs by Dave Houlton · 6 years ago
  69. 413a678 layers: switch param val to use text VUIDs by Dave Houlton · 6 years ago
  70. 72f89aa tests: fix typo in function name by Cort Stratton · 6 years ago
  71. 30d09b1 build: Enable install target on Windows by Karl Schultz · 6 years ago
  72. 2d0cbbe layers: Export negotiate functions on Windows by Lenny Komow · 6 years ago
  73. 6a354a5 tests: Fix InvalidBarriers test by William Henning · 6 years ago
  74. cd8cfb0 tests: Fix DescriptorIndexingSetLayoutWithoutExt by William Henning · 6 years ago
  75. 69085fe tests: Add high end device profile by William Henning · 6 years ago
  76. 00c154e layers: roll back non-const refs to pointers by Dave Houlton · 6 years ago
  77. e096928 layers: update vuid const refs in core by Dave Houlton · 6 years ago
  78. 324fa79 docs: Update macOS Build Documentation by Jeremy Kniager · 6 years ago
  79. 0fe5bfe layers: Make validation error maps non-static by John Zulauf · 6 years ago
  80. 1238b27 tests: Fix not checking format features by William Henning · 6 years ago
  81. ff0c5f1 tests: Fix DescriptorIndexingUpdateAfterBind test by William Henning · 6 years ago
  82. 118e110 tests: Removed the neg AMD viewport height test by William Henning · 6 years ago
  83. 8164953 tests: Fix fragmentStoresAndAtomics errors by William Henning · 6 years ago
  84. 8f1ecd2 tests: Fix InvalidQueueFamilyIndex error by William Henning · 6 years ago
  85. ca14b68 tests: Fix checks in CreatePipelineLayout tests by William Henning · 6 years ago
  86. f89f433 tests: Get sparse image residency test to run by William Henning · 6 years ago
  87. d4430c9 tests: Clean up IndexBufferBadSizeOffset test by William Henning · 6 years ago
  88. fccf402 scripts: Fix typo in test result parser by William Henning · 6 years ago
  89. 08368cb header: Update to 1.1.75 by Mike Schuchardt · 6 years ago
  90. 148f3ff layers: Fix typo in comparison operator lhs == lhs by John Zulauf · 6 years ago
  91. b6de758 travis: Fix some typos, update for new VT by Mark Lobodzinski · 6 years ago
  92. 9d1ac31 layers: Github #94-Add VkImage by Mark Young · 6 years ago
  93. 4e919b2 layers: Github #94-Use VkShaderModule by Mark Young · 6 years ago
  94. 779dd9c docs:Add Cloud CI section to Contributing.md by Tobin Ehlis · 6 years ago
  95. b7fc412 scripts: Remove local copy of validusage.json by Mark Lobodzinski · 6 years ago
  96. 3a559ae scripts: Switch to registry copy of validusage.json by Mark Lobodzinski · 6 years ago
  97. ba9f553 scripts: Remove local copy of vk.xml by Mark Lobodzinski · 6 years ago
  98. c459c2f android: Switched to registry version of vk.xml by Mark Lobodzinski · 6 years ago
  99. c76b840 layers: Use vk.xml from Khronos registry by Mark Lobodzinski · 6 years ago
  100. b678e44 layers: Update registry build dependencies by Mark Lobodzinski · 6 years ago