1. 858d5df layers: Pass layer data into PV validation functions by Mark Lobodzinski · 7 years ago
  2. 944ec37 layers: Move PV layer data structs into header by Mark Lobodzinski · 7 years ago
  3. 2611259 Layers: Add code-gen'd calls to val exts by Mark Lobodzinski · 7 years ago
  4. c202f33 layers: Remove duplicate check and dead code by Mike Schuchardt · 7 years ago
  5. 7f78237 tests: Fix unexpected errors by Mike Schuchardt · 7 years ago
  6. 47619c8 layers: PV code gen for FlagBits enum parameters by Mike Schuchardt · 7 years ago
  7. 48989f3 layers: Add VU offset checks to BlitImage by Dave Houlton · 7 years ago
  8. 4687c7f loader: Emulate surface capabilities 2 by Lenny Komow · 7 years ago
  9. 1ded24b layers: Add VkObjectType conversion by Mark Young · 7 years ago
  10. acfb380 build: Speed up AppVeyor builds. by Karl Schultz · 7 years ago
  11. 6aa3abc tests: clean up ResolveImageHighSampleCount by Chris Forbes · 7 years ago
  12. 5825a76 tests: Clean up ResolveImageLowSampleCount by Chris Forbes · 7 years ago
  13. 0f28604 tests: Remove dead TODO by Chris Forbes · 7 years ago
  14. d1732de tests: Clean up CopyImageDepthStencilFormatMismatch test by Chris Forbes · 7 years ago
  15. f038c65 tests: Remove depthformat check from ImageViewSubresourceRangeTests by Chris Forbes · 7 years ago
  16. 76ee60a tests: Split up ImageLayerViewTests by Chris Forbes · 7 years ago
  17. e160003 tests: Split off unrelated format case from ImageLayerViewTests by Chris Forbes · 7 years ago
  18. d227c10 tests: Remove problematical KHR_mnt1 check by Dave Houlton · 7 years ago
  19. c0e0b1c layers: gh1649 - Fix clang warning by Mark Young · 7 years ago
  20. c836199 external: Update external revisions by Jeremy Hayes · 7 years ago
  21. 48cea0c loader: Fix env usage and cleanup messages by Mark Young · 7 years ago
  22. 34d78d2 loader: Extend emulation to VkDevice creation by Lenny Komow · 7 years ago
  23. 185b35a loader: Add additional extensions to ext emulation by Lenny Komow · 7 years ago
  24. 6128049 layers: Add new exts to device_extensions hdr by Mark Lobodzinski · 7 years ago
  25. b67eefe tests: Simplify and re-enable UnrecognizedValueMaxEnum by Cort Stratton · 7 years ago
  26. 619b8c5 tests: Direct win32 CRT assertions to stderr rather than dialog by Chris Forbes · 7 years ago
  27. 5522087 layers: Add tracking of VkDescriptorUpdateTemplateKHR by Mark Young · 7 years ago
  28. 71398fd tests: Fix Windows build warning by Petr Kraus · 7 years ago
  29. 8dde3fa tests: Use helpers in QueryAndCopySecondaryCommandBuffers by Chris Forbes · 7 years ago
  30. c8e8cfd typo by Chris Forbes · 7 years ago
  31. 7f5c7e5 tests: Use view helper in RenderPassSubpassZeroTransitionsApplied by Chris Forbes · 7 years ago
  32. 9e32eb7 tests: Use view helper in FramebufferBindingDestroyCommandPool by Chris Forbes · 7 years ago
  33. ba8efc0 tests: Use VkImageObj in IgnoreUnrelatedDescriptor by Chris Forbes · 7 years ago
  34. 5f82bf7 Use helpers in InvalidBarriers test by Chris Forbes · 7 years ago
  35. 3c8f281 tests: Use helper in SecondaryCommandBufferNullRenderpass by Chris Forbes · 7 years ago
  36. 3e04fbc tests: Use CB helper in Maintenance1Tests by Chris Forbes · 7 years ago
  37. e83e8d3 tests: Inline VkCommandBufferObj::BindPipeline by Chris Forbes · 7 years ago
  38. 5a9d4a5 tests: Remove VkCommandBufferObj::{Begin,End}CommandBuffer by Chris Forbes · 7 years ago
  39. b703379 tests: Remove dead members from VkPipelineObj by Chris Forbes · 7 years ago
  40. 8d2e970 tests: Remove VkDescriptorSetObj::GetTypeCounts by Chris Forbes · 7 years ago
  41. eaa6ff5 tests: Remove VkTextureObj::m_rowPitch by Chris Forbes · 7 years ago
  42. 1bd8a64 tests: Get rid of VkCommandBufferObj::GetBufferHandle() by Chris Forbes · 7 years ago
  43. 008283a tests: Get rid of split elemsize/count size in VkConstantBufferObj by Chris Forbes · 7 years ago
  44. 8504842 tests: Remove more unused framework by Chris Forbes · 7 years ago
  45. 8a1cab1 tests: Remove VkIndexBufferObj by Chris Forbes · 7 years ago
  46. d3e58bb tests: Remove more unused helpers by Chris Forbes · 7 years ago
  47. f08b7cc tests: Remove unused barrier helper from VkConstantBufferObj by Chris Forbes · 7 years ago
  48. 5e2b019 tests: Fix lots of VkBool32 vs bool by Chris Forbes · 7 years ago
  49. 19dacb2 tests: slight test simplification by Chris Forbes · 7 years ago
  50. 04e0802 tests: Inline away some VkLayerTest methods by Chris Forbes · 7 years ago
  51. f7fc667 scripts:Fix doc validation for 8-col DB by Tobin Ehlis · 7 years ago
  52. fea6e0e tests: Fix test names in database by Tony Barbour · 7 years ago
  53. 4e415c8 external: update external revision for glslang by Jeremy Hayes · 7 years ago
  54. 70aec68 tests: Fix (and split) ExecutedUnrecordedCBs test by Chris Forbes · 7 years ago
  55. fb5cdd4 layers:Pipe in disable for shader validation by Tobin Ehlis · 7 years ago
  56. da3916c scripts:Remove cruft from spec.py script by Tobin Ehlis · 7 years ago
  57. 23cdab9 layers: Add PVRTC formats to format utils by Dave Houlton · 7 years ago
  58. 3c37fb3 layers:Migrate to new validation error IDs by Tobin Ehlis · 7 years ago
  59. 828781a scripts:Add core/ext column to error database by Tobin Ehlis · 7 years ago
  60. 2c93213 scripts:Add string-based VUID to db file by Tobin Ehlis · 7 years ago
  61. 98d109a scripts:Preparing to migrate VUIDs by Tobin Ehlis · 7 years ago
  62. d258500 loader: Fix extension surface params by Lenny Komow · 7 years ago
  63. 69c340f external: update external revisions by Jeremy Hayes · 7 years ago
  64. b5d0c0d tests: use built-in gl_Position by Jeremy Hayes · 7 years ago
  65. 863d5de header: Update to 1.0.50 Vulkan version by Mark Lobodzinski · 7 years ago
  66. 1fbb450 scripts:Update Validation IDs for spec 1.0.50 by Tobin Ehlis · 7 years ago
  67. d6eea09 android: Update gradle layer build to use cmake by guanghuafan · 7 years ago
  68. 55bd539 loader: Use correct instance in gpdpa call by Tony Barbour · 7 years ago
  69. 8e15703 layers: Fix layers check in CmdClearAttachments by Dave Houlton · 7 years ago
  70. a2dcecd layers: Add S8_UINT to FormatIsUINT() helper by Dave Houlton · 7 years ago
  71. a7df378 tests: Add CopyImage tests by Dave Houlton · 7 years ago
  72. 6f9059e layers: Add VU checks to CmdCopyImage by Dave Houlton · 7 years ago
  73. 0581f5d tests: Add sanity check by Jeremy Hayes · 7 years ago
  74. 51c5e9e tests: Fix layer path by Jeremy Hayes · 7 years ago
  75. cc980e1 tests:Fix some unexpected test errors by Tobin Ehlis · 7 years ago
  76. 93c0896 tests: Split unrecognized value tests by Chris Forbes · 7 years ago
  77. 540d71c docs: Update docs with env vars by Mark Young · 7 years ago
  78. bb3a29c loader: gh1771-Fix realloc handling by Mark Young · 7 years ago
  79. edbe9b8 layers: is_extension_added_token(VK_*_MAX_ENUM) returns false by Cort Stratton · 7 years ago
  80. a8c6975 layers: GH1632, Remove excess pClearValues warning by Mark Lobodzinski · 7 years ago
  81. f993cf5 scripts:Update VUIDs by Tobin Ehlis · 7 years ago
  82. ec45e42 scripts:Correctly parse offline spec w/ Soup by Tobin Ehlis · 7 years ago
  83. 4d71868 layers: GH1752, Update ImageSubrange checks by Petr Kraus · 7 years ago
  84. 2ffaec9 layers: Cascade invalidation to primary command buffer(s) by Chris Forbes · 7 years ago
  85. 42bbfe2 tests: Add new test for cascaded invalidation by Chris Forbes · 7 years ago
  86. ea0bb7a layers: Fix CmdExecuteCommands simultaneous case by Chris Forbes · 7 years ago
  87. 5b3725e tests: Finalize tests for rerecorded case by Chris Forbes · 7 years ago
  88. 390578a layers: Track linked command buffers in both directions by Chris Forbes · 7 years ago
  89. 3fa6855 tests: Tease apart SimultaneousUse test by Chris Forbes · 7 years ago
  90. 316f558 Convert primary->secondary command buffer links to GLOBAL_CB_NODE by Chris Forbes · 7 years ago
  91. a022ff1 layers: Remove globalInFlightCommandBuffers by Chris Forbes · 7 years ago
  92. 9480ae9 tests: Add WIP test case for #1780 by Chris Forbes · 7 years ago
  93. 9c90a5e tests: Make it easy to set pool & cb flags by Chris Forbes · 7 years ago
  94. 0505402 tests: Fix some VkBool32/bool confusion by Chris Forbes · 7 years ago
  95. a536fae layers: Add NotTestable to the ...stats.py script by Dave Houlton · 7 years ago
  96. 21fd92c loader: Revert ICD dlopen back to using RTLD_LAZY by Lenny Komow · 7 years ago
  97. 14f7e66 layers: Add NotTestable as a valid testname entry by Dave Houlton · 7 years ago
  98. e98aec1 tests: Remove bad behavior from QueueForwardProgressFenceWait by Chris Forbes · 7 years ago
  99. 361ffed layers: Kill assert for NULL pInheritanceInfo->FB by Mark Lobodzinski · 7 years ago
  100. b835928 tests: Added tests for unrecorded prim/sec CBs by Mark Lobodzinski · 7 years ago