1. b9b6ad3 header: Update to 1.0.45 Vulkan version by Mark Lobodzinski · 8 years ago
  2. 602dacc loader: Fix loader_extensions codegen for name defs by Mark Lobodzinski · 8 years ago
  3. 35ecad3 tests: Add test for duplicate pNext structures by Mark Lobodzinski · 8 years ago
  4. c9b74d3 layers: Add pNext cycle/redundancy checks to PV by Mark Lobodzinski · 8 years ago
  5. 5349f5a externals: Update GitHub master commit refs by Mike Weiblen · 8 years ago
  6. 64b5bb7 layers: VK_KHR_maintenance1 false positives by Mike Schuchardt · 8 years ago
  7. 836b27c layers: Expose core validation extension info by Mike Schuchardt · 8 years ago
  8. 9433d59 layers: Remove obsolete error check from CV by Mark Lobodzinski · 8 years ago
  9. 2083282 tests: Update bad spirv capability test by Mark Lobodzinski · 8 years ago
  10. a405951 externals: Update GitHub master commit refs by Mike Weiblen · 8 years ago
  11. 9570733 tests: Disable CheckShaderBadCapability test by Mark Lobodzinski · 8 years ago
  12. 02d0855 tests: Skip tests that will not generate expected error by Tony Barbour · 8 years ago
  13. 9357d54 tests: Lookup depth format instead of assuming by Tony Barbour · 8 years ago
  14. 94ef641 layers: Consider depth+stencil formats to be both float and uint by Chris Forbes · 8 years ago
  15. 068955c layers: Convert fundamental type enum to bit field by Chris Forbes · 8 years ago
  16. 623721f tests: Dont run BindSparse if feature not present by Tony Barbour · 8 years ago
  17. dc43106 layers: Removing redundant if in unique_objects by Arda Coskunses · 8 years ago
  18. 756e674 tests: Fix UnexpectedError crashing on WinIntel by Dave Houlton · 8 years ago
  19. 903e5ff layers: Refactor ResolveRemainingLevelsLayers by Mark Lobodzinski · 8 years ago
  20. 35fece1 tests: Add test case for VkQueueFlags checks by Mike Schuchardt · 8 years ago
  21. 06304c2 tests: Add VkCommandPoolObj wrapper class by Mike Schuchardt · 8 years ago
  22. 9c58240 layers: Add VU enums to VkQueueFlag checks by Mike Schuchardt · 8 years ago
  23. a096c12 layers: GH1592, Fix unique_objects DebugMarker Ext by Mark Lobodzinski · 8 years ago
  24. 91c2826 layers: Add image handles to layout error output by Mark Lobodzinski · 8 years ago
  25. cb57d61 layers: Fill in core_validation log_msg handles by Mark Lobodzinski · 8 years ago
  26. 0827aec layers: Fill in buffer_validation log_msg handles by Mark Lobodzinski · 8 years ago
  27. e09268a loader: Add guard around cmake header include. by Jamie Madill · 8 years ago
  28. 1f0ab14 layers: Deep copy pQueueFamilyIndicies by Peter Lohrmann · 8 years ago
  29. c9a7692 layers: Fix uses of KHR ifdef to KHX in objecttracker by Jamie Madill · 8 years ago
  30. e35b66a layers:Refactor image layout verify/set by Tobin Ehlis · 8 years ago
  31. 74cc682 tests:Update InvalidImageLayout test by Tobin Ehlis · 8 years ago
  32. 2d85ec6 layers:Unify image layout validation functions by Tobin Ehlis · 8 years ago
  33. bc54f2c header: Update to 1.0.44 Vulkan version by Mark Lobodzinski · 8 years ago
  34. 046e3cf layers: swapchain queue family count tracking by Mike Schuchardt · 8 years ago
  35. 120972e layers: swapchain post call record refactor by Mike Schuchardt · 8 years ago
  36. bb63cc1 tests: Fix device specific failures by Jeremy Hayes · 8 years ago
  37. 234e35e tests: Fix loader test build by Mark Young · 8 years ago
  38. 17fd366 tests: Filter loader specific error. by Jeremy Hayes · 8 years ago
  39. 18bbaab docs: LX666 - Typos in Docs by Mark Young · 8 years ago
  40. 77e590c tests: Fix tests using incorrect initialization by Mark Lobodzinski · 8 years ago
  41. 45cc2c9 layers: Fix QueueBindSparse fence validation by Mark Lobodzinski · 8 years ago
  42. 611d6b5 layers: Fix fence validation error in object_tracker by Mark Lobodzinski · 8 years ago
  43. ed03fec layers: Check use of CapabilityShaderDrawParameters against ext enable by Chris Forbes · 8 years ago
  44. 3fbe81e layers: Pass whole layer_data down through more of SC by Chris Forbes · 8 years ago
  45. 4265817 layers: Track if VK_KHR_shader_draw_parameters is enabled by Chris Forbes · 8 years ago
  46. 10b3948 nop: Clean up comments by Dave Houlton · 8 years ago
  47. 4eaaf3a layers: Add VUs 1200&1201, and a test by Dave Houlton · 8 years ago
  48. 33c22b7 layers: Add VU 01185 and a test by Dave Houlton · 8 years ago
  49. ebbc21c build: Improve pkg-config to handle 64-bit distros by leigh123linux · 8 years ago
  50. ab2c535 tests: Add loader device group tests by Mark Young · 8 years ago
  51. 73c0f35 tests: Fix Maintenance1Tests to handle lack of extension by Tony Barbour · 8 years ago
  52. 2a54c01 Revert "tests: Fail on unexpected errors" by Jeremy Hayes · 8 years ago
  53. 3ed87a0 tests: Make Maintenance1Tests a positive test by Tony Barbour · 8 years ago
  54. 1fa0970 tests: Move InitFramework call into Init function by Tony Barbour · 8 years ago
  55. 0f94144 layers: Fix incorrect KHR/KHX ifdefs. by Jamie Madill · 8 years ago
  56. 05e4f6a tests: Add more loader alloc tests by Mark Young · 8 years ago
  57. d66edd5 loader: Fix vkEnumeratePhysicalDeviceGroupsKHX by Mark Young · 8 years ago
  58. 47acaac tests: Fail on unexpected errors by Jeremy Hayes · 8 years ago
  59. f8e749f tests: Fix MiscImageLayerTests unexpected errors by Jeremy Hayes · 8 years ago
  60. 2ffbaa7 tests: Fix ImageLayerViewTests unexpected errors by Jeremy Hayes · 8 years ago
  61. 96dcd81 tests: Fix ImageLayerUnsupportedFormat errors by Jeremy Hayes · 8 years ago
  62. a1ffc2b tests: Fix InvalidImageView unexpected error by Jeremy Hayes · 8 years ago
  63. 93266cf tests: Remove unexpected error by Jeremy Hayes · 8 years ago
  64. b26fd04 tests: Fix unexpected errors by Jeremy Hayes · 8 years ago
  65. 3512787 build: Fix potentially uninitialized VS2015 warning by Jamie Madill · 8 years ago
  66. cdf9513 tests:Disable maintenance1_ext by default by Tobin Ehlis · 8 years ago
  67. d5197d0 layers: Fix CTS BufferView UpdateTemplate crash by Mark Lobodzinski · 8 years ago
  68. f320b19 layers:Connect VK_EXT_validation_flags by Tobin Ehlis · 8 years ago
  69. 39b6437 build: Add uninstall target for Linux by Karl Schultz · 8 years ago
  70. b4d31af build: Add pkgconfig file for the Vulkan loader by Karl Schultz · 8 years ago
  71. e4e225d tests: Positive tests for VU 00303-00308 by Mike Weiblen · 8 years ago
  72. e6e0117 tests: Negative tests for VU 00303-00308 by Mike Weiblen · 8 years ago
  73. 62d08a3 layers: Implement VU 00303-00308 by Mike Weiblen · 8 years ago
  74. c7c57cc Merge pull request #1578 from KhronosGroup/stroyan_loader_json_init by Mike Stroyan · 8 years ago
  75. 1d218cc header: Update to 1.0.43 header version by Mark Lobodzinski · 8 years ago
  76. 0b9e99b layers: Remove deprecated KHX extension from OT/PV by Mark Lobodzinski · 8 years ago
  77. 5318b11 layers: Fix round tripping uint32_t through int by bungeman · 8 years ago
  78. f7d8539 externals: Update GitHub master commit refs by Mike Weiblen · 8 years ago
  79. df784fc tests: Add negative viewport ht maintenance1 test by Mark Lobodzinski · 8 years ago
  80. 885790e layers: Add PV Maintenance1 negative viewport check by Mark Lobodzinski · 8 years ago
  81. 8190821 loader: Initialize json_version by Mike Stroyan · 8 years ago
  82. 7332f34 tests: Fix CmdClearAttachmentTests error by Jeremy Hayes · 8 years ago
  83. d5b95db tests: Fix DSUpdateOutOfBounds unexpected errors by Jeremy Hayes · 8 years ago
  84. 293c7ed tests: Fix DSAspectBitsErrors unexpected errors by Jeremy Hayes · 8 years ago
  85. d1a6a82 tests: Fix DSBufferInfo unexpected errors by Jeremy Hayes · 8 years ago
  86. 8a43a0d tests: Fix InvalidQueueFamilyIndex error by Jeremy Hayes · 8 years ago
  87. 483d95d tests: Fix IdxBufferAlignmentError error by Jeremy Hayes · 8 years ago
  88. a3d5c7b tests: Fix ClearColorImageWithinRenderPass by Jeremy Hayes · 8 years ago
  89. ba817e1 tests: Fix unexpected error by Jeremy Hayes · 8 years ago
  90. 94a4245 layers: Add missing format specifier to CV by Mark Lobodzinski · 8 years ago
  91. 74e91e8 layers: Add depthBiasClamp device feature checks by Mark Lobodzinski · 8 years ago
  92. 035a4cf layers: Add sparseResidencyAliased feature check by Mark Lobodzinski · 8 years ago
  93. af35506 layers: Add sparseResidencyBuffer feature check by Mark Lobodzinski · 8 years ago
  94. 847b60c layers: Add sparseBinding device feature checks by Mark Lobodzinski · 8 years ago
  95. d678dcc layers: Add enabled_features accessor function by Mark Lobodzinski · 8 years ago
  96. 64f374e layers: Add textureCompressionBC feature check by Mark Lobodzinski · 8 years ago
  97. 846c214 layers: Add textureCompressionASTC_LDR feature check by Mark Lobodzinski · 8 years ago
  98. 7d9ef88 layers: Add textureCompressionETC2 feature check by Mark Lobodzinski · 8 years ago
  99. 39d2cad layers: Add compressed texture query utils by Mark Lobodzinski · 8 years ago
  100. 262f61f layers: Validate samplerAnisotropy device feature by Mark Lobodzinski · 8 years ago