1. cef491c layers: Add checks for Image/ImageView usage by Jeremy Kniager · 7 years ago
  2. 541e683 header: Update to version 1.0.58 of the vulkan hdr by Mark Lobodzinski · 7 years ago
  3. ffa94af layers: PR1950, Update subresource range VUIDs by Petr Kraus · 7 years ago
  4. 9675373 tests:Use OneOffDescriptorSet by Tobin Ehlis · 7 years ago
  5. a6f2c16 tests:Add WriteDescriptorSetConsecutiveUpdates by Tobin Ehlis · 7 years ago
  6. 7117a13 tests: Add PushDescriptorNullDstSetTest test by Tony Barbour · 7 years ago
  7. 2d7b7d2 tests: Add PhysicalDeviceFormatProperties dev_profile by Tony Barbour · 7 years ago
  8. d2acb9a tests: Get rid of original data map in dev profile by Tony Barbour · 7 years ago
  9. f2de57b tests: Make dev_profile data a struct by Tony Barbour · 7 years ago
  10. 8f7812a layers: Fix incorrect VUID for negative viewport ht by Mark Lobodzinski · 7 years ago
  11. e273b94 header: Update to version 1.0.57 of the vulkan hdr by Mark Lobodzinski · 7 years ago
  12. 41854f5 tests:Add InvalidSecondaryCommandBufferBarrier by Tobin Ehlis · 7 years ago
  13. e95e9e5 tests:Positive test of barriers in secondary CB by Tobin Ehlis · 7 years ago
  14. 0d10aa1 tests:Verify 0 srcAccessMask doesn't cause error by Tobin Ehlis · 7 years ago
  15. e5b5ea0 tests:Fix bad access/stage mask combo by Tobin Ehlis · 7 years ago
  16. 8d9a1cc tests:Test dstAccessMask/dstStageMask conflict by Tobin Ehlis · 7 years ago
  17. 3eddab9 tests:Test srcAccessMask/srcStageMask conflict by Tobin Ehlis · 7 years ago
  18. ff401f9 tests:Test queueFamilyIndex for image barrier by Tobin Ehlis · 7 years ago
  19. a50f850 tests: Return errorcode on Windows if layer tests fail by Cody Northrop · 7 years ago
  20. 95019ad tests: Fix requested feature test by Mark Lobodzinski · 7 years ago
  21. ccecf0e header: Update to version 1.0.56 of the Vulkan hdr by Mark Lobodzinski · 7 years ago
  22. 74c1abf layers: Add check for maintenance1 in test by Jeremy Kniager · 7 years ago
  23. 08590e3 tests:Make ImageBarrierSubpassConflict test by Tobin Ehlis · 7 years ago
  24. df91b9f tests:Simplify image layout mismatch test by Tobin Ehlis · 7 years ago
  25. 4d9ec68 tests:Check subpass index for image barrier by Tobin Ehlis · 7 years ago
  26. eb72bab tests:Add image mis-matched layout test by Tobin Ehlis · 7 years ago
  27. a28490e layers:Migrate image barrier check by Tobin Ehlis · 7 years ago
  28. 62b89fe tests:Test invalid image in VkImageMemoryBarrier by Tobin Ehlis · 7 years ago
  29. d6b9372 tests:Fix InvalidBarriers unexpected errors by Tobin Ehlis · 7 years ago
  30. abbb49a tests: Introduce a helper object for one-off descriptor sets by Chris Forbes · 7 years ago
  31. e430a8f tests: Add test for #1910 by Chris Forbes · 7 years ago
  32. 61a230e tests: Dont rely on format query failing if sparse unsupported by Chris Forbes · 7 years ago
  33. 25db654 tests: Add test for missing FS output but masked by Chris Forbes · 7 years ago
  34. 846ab73 LVL: Add validation check for CreateImageView by Jeremy Kniager · 7 years ago
  35. 4c246b0 tests:Test invalid renderPass bufferMemoryBarrier by Tobin Ehlis · 7 years ago
  36. b953ced tests:Test barrier dependencyFlags mis-match by Tobin Ehlis · 7 years ago
  37. d3dbaf0 tests:Test image barrier access masks by Tobin Ehlis · 7 years ago
  38. c8b807a loader: Fix vkEnumerateDeviceLayerProperties by Mark Young · 7 years ago
  39. 999c6bb tests:Fix barrier self-dependency by Tobin Ehlis · 7 years ago
  40. 7d85f81 tests:Update framework self-dependency by Tobin Ehlis · 7 years ago
  41. ccbf654 tests:Update self-dependency tests by Tobin Ehlis · 7 years ago
  42. 109770e tests:Update RenderPassBarrierConflicts by Tobin Ehlis · 7 years ago
  43. bf31025 tests:Removed expected errors in InvalidBarriers by Tobin Ehlis · 7 years ago
  44. ba6b9f4 tests: Update missed device profile layer jsons by Mark Lobodzinski · 7 years ago
  45. e4f2c5f header: Update to version 1.0.55 of the Vulkan hdr by Mark Lobodzinski · 7 years ago
  46. be385e4 layers:Add checks for barrier stage masks by Tobin Ehlis · 7 years ago
  47. e165ca2 tests:Add VUID to InvalidBarriers test by Tobin Ehlis · 7 years ago
  48. 424e301 tests:Add destroyed image view descriptor test by Tobin Ehlis · 7 years ago
  49. d0a9176 layers: GH1933, Check for mutually exclusive exts by Mark Lobodzinski · 7 years ago
  50. abc2d6e header: Update to 1.0.54 Vulkan release by Mark Young · 7 years ago
  51. 33c2d25 layers: More CmdBlitImage VU checks by Dave Houlton · 7 years ago
  52. 3431dac layers: Add names to objects and print in validation by Tony Barbour · 7 years ago
  53. e3787b4 scripts: Move layer scripts into scripts directory by Mark Lobodzinski · 7 years ago
  54. 273135f tests: Skip test for 14a004dc if all offsets are valid by Cort Stratton · 7 years ago
  55. 3b2322c tests: Handle device extensions provided by layers by Tony Barbour · 7 years ago
  56. 1606de0 tests:Remove unused result var by Tobin Ehlis · 7 years ago
  57. b8fe10d scripts:Skip doc validation if src dir not found by Tobin Ehlis · 7 years ago
  58. 7346781 layers: GH1889, check for CLAMP_TO_EDGE ext enable by Mark Lobodzinski · 7 years ago
  59. 1ed8945 layers: check attachment finalLayout for invalid values by Cort Stratton · 7 years ago
  60. 0aadb03 scripts:Temporarily disable doc validation by Tobin Ehlis · 7 years ago
  61. 2ef1cd1 tests: Remove commented out source code by Mark Lobodzinski · 7 years ago
  62. 04b8049 tests: GH1827, Enabled/supported extensions in tests by Mark Lobodzinski · 7 years ago
  63. 969baa8 tests: Add missing parms to InitFramework call by Mark Lobodzinski · 7 years ago
  64. 5352aff tests: Fix device_profile_api return types by Tony Barbour · 7 years ago
  65. f96fdbf tests: Copy device_profile_api json from source by Tony Barbour · 7 years ago
  66. 3201e9b tests: Doc validator test changes by Mark Lobodzinski · 7 years ago
  67. c77a538 tests: Add test for complex types problem by Chris Forbes · 7 years ago
  68. 8751dae tests: Add positive check for deleted DSLayouts by Mark Lobodzinski · 7 years ago
  69. d4c79b1 docs: Remove swapchain refs from docs/text files by Mark Lobodzinski · 7 years ago
  70. 7675216 build: Remove swapchain layer build from cmake by Mark Lobodzinski · 7 years ago
  71. 0a91353 tests: Remove swapchain layer from tests by Mark Lobodzinski · 7 years ago
  72. 8423f15 layers: Update subrange checks+tests to new VUIDs by Petr Kraus · 7 years ago
  73. e3defec tests: clang-format only by Dave Houlton · 7 years ago
  74. 952b98a tests: Redo extension handling in framework by Dave Houlton · 7 years ago
  75. 02dea6a tests: Add extension not enabled test by Mark Lobodzinski · 7 years ago
  76. 6ae350d header: Update to 1.0.51 Vulkan version by Mark Lobodzinski · 7 years ago
  77. 7bc0a1e tests: Free descriptor sets before destroying their layouts by Gabríel Arthúr Pétursson · 7 years ago
  78. 9f9fa50 tests: Fix buffer overflow in VertexBufferInvalid test by Gabríel Arthúr Pétursson · 7 years ago
  79. c516df8 tests: Add ExceedMemoryAllocationCount using profile layer by Tony Barbour · 7 years ago
  80. 417776e tests: Add device_profile_api layer by Arda Coskunses · 8 years ago
  81. 7f78237 tests: Fix unexpected errors by Mike Schuchardt · 7 years ago
  82. 48989f3 layers: Add VU offset checks to BlitImage by Dave Houlton · 7 years ago
  83. 6aa3abc tests: clean up ResolveImageHighSampleCount by Chris Forbes · 7 years ago
  84. 5825a76 tests: Clean up ResolveImageLowSampleCount by Chris Forbes · 7 years ago
  85. 0f28604 tests: Remove dead TODO by Chris Forbes · 7 years ago
  86. d1732de tests: Clean up CopyImageDepthStencilFormatMismatch test by Chris Forbes · 7 years ago
  87. f038c65 tests: Remove depthformat check from ImageViewSubresourceRangeTests by Chris Forbes · 7 years ago
  88. 76ee60a tests: Split up ImageLayerViewTests by Chris Forbes · 7 years ago
  89. e160003 tests: Split off unrelated format case from ImageLayerViewTests by Chris Forbes · 7 years ago
  90. d227c10 tests: Remove problematical KHR_mnt1 check by Dave Houlton · 7 years ago
  91. b67eefe tests: Simplify and re-enable UnrecognizedValueMaxEnum by Cort Stratton · 7 years ago
  92. 619b8c5 tests: Direct win32 CRT assertions to stderr rather than dialog by Chris Forbes · 7 years ago
  93. 71398fd tests: Fix Windows build warning by Petr Kraus · 7 years ago
  94. 8dde3fa tests: Use helpers in QueryAndCopySecondaryCommandBuffers by Chris Forbes · 7 years ago
  95. c8e8cfd typo by Chris Forbes · 7 years ago
  96. 7f5c7e5 tests: Use view helper in RenderPassSubpassZeroTransitionsApplied by Chris Forbes · 7 years ago
  97. 9e32eb7 tests: Use view helper in FramebufferBindingDestroyCommandPool by Chris Forbes · 7 years ago
  98. ba8efc0 tests: Use VkImageObj in IgnoreUnrelatedDescriptor by Chris Forbes · 7 years ago
  99. 5f82bf7 Use helpers in InvalidBarriers test by Chris Forbes · 7 years ago
  100. 3c8f281 tests: Use helper in SecondaryCommandBufferNullRenderpass by Chris Forbes · 7 years ago