1. 17b2e7b tests: Update InvalidBarriers for new aspect bit checks by Tobin Ehlis · 8 years ago
  2. d7e548b layers: Fix image aspect checks by Tobin Ehlis · 8 years ago
  3. 2ec0ec3 tests: Fix test framework to correctly set image aspect by Tobin Ehlis · 8 years ago
  4. 5240404 tests: Update doc validation script by Mark Lobodzinski · 8 years ago
  5. f9684e6 layers: Update codegen for OT removal by Mark Lobodzinski · 8 years ago
  6. 45e6861 layers: Fixup OT error messages by Mark Lobodzinski · 8 years ago
  7. 01714f5 tests: Fix up LVT for ObjectTracker msg changes by Mark Lobodzinski · 8 years ago
  8. 9bb1154 layers: Fix thread-safety fails in OT FreeXxx APIs by Mark Lobodzinski · 8 years ago
  9. 9bab866 layers: Update object_tracker layer by Mark Lobodzinski · 8 years ago
  10. aa1aa3a layers : gh682 move gipa dispatch table init by Mark Young · 8 years ago
  11. 9ac5931 docs: Remove extra line in doc headers by Mark Young · 8 years ago
  12. 9848ed5 misc: Support for cross-platform trace/replay by David Pinedo · 8 years ago
  13. bc5225a layers: Check BUFFER_CREATE_SPARSE_BINDING_BIT for buffers by Tobin Ehlis · 8 years ago
  14. 8ef479c tests: Add DescriptorBufferUpdateNoMemoryBound test by Tobin Ehlis · 8 years ago
  15. 8128096 layers: Validation buffer descriptor updates for bound memory by Tobin Ehlis · 8 years ago
  16. f0606de layers: Refactor buffer/image validation functions by Tobin Ehlis · 8 years ago
  17. cb6e670 loader: Clean up some things in the MD file by Mark Young · 8 years ago
  18. af5c029 layers: Change pNext validation error to warning by Dustin Graves · 8 years ago
  19. 6e4c2be layers: Add codegen header version by Dustin Graves · 8 years ago
  20. 7bf203d codegen: Sync with Vulkan-Docs vk.xml by Dustin Graves · 8 years ago
  21. a8bbfde layers: Fix Windows build warning by Mark Lobodzinski · 8 years ago
  22. 5738e27 layers: Fix an MSVS error and a warning. by Jamie Madill · 8 years ago
  23. 3eedd0c layers: Clarify std_validation usage in README by Mark Lobodzinski · 8 years ago
  24. 1cc7954 tests: Add TEST_DESCRIPTION to shader checker tests by Chris Forbes · 8 years ago
  25. be8986a layers: Relax SC descriptor binding uniqueness to allow split variables by Chris Forbes · 8 years ago
  26. 6a4991a tests: Add test for consuming COMBINED_IMAGE_SAMPLER as both by Chris Forbes · 8 years ago
  27. b9e3a08 layers: Allow consuming COMBINED_IMAGE_SAMPLER as separate pieces by Chris Forbes · 8 years ago
  28. 91c3b2a tests: Add test for consuming COMBINED_IMAGE_SAMPLER as sampled image by Chris Forbes · 8 years ago
  29. e10a51f tests: Add test for consuming COMBINED_IMAGE_SAMPLER as sampler by Chris Forbes · 8 years ago
  30. 22a9b09 tests: Add test for descriptor type mismatch by Chris Forbes · 8 years ago
  31. 28bf4d5 tests: Add test exceptions to doc validator by Tobin Ehlis · 8 years ago
  32. bcf9394 tests: Remove old '_NA' doc check code by Tobin Ehlis · 8 years ago
  33. fbc847c layers: Kill redundant DRAWSTATE_PUSH_CONSTANTS_ERROR case by Tobin Ehlis · 8 years ago
  34. 68a5a9e tests: Update doc for PUSH_CONSTANTS_ERROR by Tobin Ehlis · 8 years ago
  35. b5b5c36 layers: Replace INVALID_EVENT check with OBJECT_INUSE by Tobin Ehlis · 8 years ago
  36. 21971a3 layers: Replace INVALID_SEMAPHORE with OBJECT_INUSE check by Tobin Ehlis · 8 years ago
  37. 450fd88 tests: Remove duplicate check column from doc by Tobin Ehlis · 8 years ago
  38. d83d67d tests: Updated test doc by Tobin Ehlis · 8 years ago
  39. b78b0d7 tests: Fix IgnoreUnrelatedDescriptor test by Tobin Ehlis · 8 years ago
  40. 017752d tests: Update doc for CANT_FREE_FROM_NON_FREE_POOL by Tobin Ehlis · 8 years ago
  41. 6fe4a1b tests: Update doc for DRAWSTATE_INVALID_DESCRIPTOR_SET by Tobin Ehlis · 8 years ago
  42. 5d749ea layers: Remove DRAWSTATE_INVALID_POOL check by Tobin Ehlis · 8 years ago
  43. 3ebe55a tests: Update doc for DRAWSTATE_VIEWPORT_SCISSOR_MISMATCH by Tobin Ehlis · 8 years ago
  44. 3e624ca tests: Update doc for DRAWSTATE_INVALID_COMMAND_BUFFER by Tobin Ehlis · 8 years ago
  45. e491bca tests: Remove DRAWSTATE_INVALID_PIPELINE_LAYOUT enum value by Tobin Ehlis · 8 years ago
  46. cc08b42 tests: Update doc for CB_SIMULTANEOUS_USE check by Tobin Ehlis · 8 years ago
  47. 78f88c8 loader: Clarify in docs about WSI and inst ext. by Mark Young · 8 years ago
  48. d8d8918 tests: Add positive test ValidRenderPassAttachmentLayoutWithLoadOp by Tobin Ehlis · 8 years ago
  49. e2843ff layers: GH773 Check improper renderpass layout for only first use by Tobin Ehlis · 8 years ago
  50. 0afedb9 misc: update spirv tools revision by Karl Schultz · 8 years ago
  51. fd1c8fe tests: Add NV_dedicated_allocation support test by Dustin Graves · 8 years ago
  52. 176f9df layers: NV_dedicated_allocation support for unique_objects by Dustin Graves · 8 years ago
  53. c7ee932 misc: Update to Vulkan header version 21 by Karl Schultz · 8 years ago
  54. 168a62b build: Update glslang to e4821e by Karl Schultz · 8 years ago
  55. 35d4131 layers: Fix minor completeness/performance issue by Mark Mueller · 8 years ago
  56. d7530bc windows: Return exit code from build script if any step fails by Cody Northrop · 8 years ago
  57. 7f0416c layers: Update clearValueCount check by Tobin Ehlis · 8 years ago
  58. 3c9a384 layers: PR767, Fix crash exiting smoketest by Mark Lobodzinski · 8 years ago
  59. 289c8f8 layers: LX555/GH663, Update details doc by Mark Lobodzinski · 8 years ago
  60. a4df363 tests: LX555/GH663, Add BindXxxMemory tests by Mark Lobodzinski · 8 years ago
  61. 0dcf272 layers: LX555/GH663, Add BindXxxMemory validation by Mark Lobodzinski · 8 years ago
  62. 064abb8 layers: Handle binding between cmd buffer and query pools by Tobin Ehlis · 8 years ago
  63. b073d99 layers: Set cmd buffer invalid on event destroy by Tobin Ehlis · 8 years ago
  64. 25e27ab layers: Rework Destroy/Free data structure cleanup by Tobin Ehlis · 8 years ago
  65. f46a24c layers: threading with cmd buffer handle reuse by Mike Stroyan · 8 years ago
  66. d634390 tests: warm up in ThreadCommandBufferCollision by Mike Stroyan · 8 years ago
  67. c83eec7 layers: Remove unused vars from vk-layer-generate.py by Tobin Ehlis · 8 years ago
  68. 4263cd1 layers: On Free/Destroy fix unique_objects map cleanup by Tobin Ehlis · 8 years ago
  69. a6d1494 tests: fortify ThreadCommandBufferCollision by Mike Stroyan · 8 years ago
  70. 0b64aee layers: faster threading layer for single thread by Mike Stroyan · 8 years ago
  71. b3dd790 layers: Use type-specific mutexes in thread layer by Mike Stroyan · 8 years ago
  72. 9244350 loader: mr739 - Link VKstatic against shlwapi by Nekotekina · 8 years ago
  73. 0d9f31f layers: Fix core_validation Win32 build by Mark Lobodzinski · 8 years ago
  74. 24130d9 tests: Add InvalidCmdBufferPipelineDestroyed test by Tobin Ehlis · 8 years ago
  75. aa0bc16 layers: Add binding between cmd buffer and pipeline by Tobin Ehlis · 8 years ago
  76. dbea755 tests: Add InvalidCmdBufferQueryPoolDestroyed test by Tobin Ehlis · 8 years ago
  77. 2e8f532 layers: Handle binding between cmd buffer and query pools by Tobin Ehlis · 8 years ago
  78. bfb8cc3 layers: Add addCommandBufferBinding() utility function by Tobin Ehlis · 8 years ago
  79. 85940f5 tests: Add InvalidCmdBufferEventDestroyed test by Tobin Ehlis · 8 years ago
  80. cab6b7d layers: Set cmd buffer invalid on event destroy by Tobin Ehlis · 8 years ago
  81. 63bb93e docs: GH422 Addition of Buffer Validation Tests by Mark Mueller · 8 years ago
  82. dfe3755 tests: GH422 Addition of Buffer Validation Tests by Mark Mueller · 8 years ago
  83. ec0bafe layers: GH422 Support addition of Buffer Validation Tests by Mark Mueller · 8 years ago
  84. 2a80dc6 layers: Handle special layerCount case by Dustin Graves · 8 years ago
  85. e37e973 tests: exit(1) if no valid test format supported by Tobin Ehlis · 8 years ago
  86. 51cde41 tests: Update IgnoreUnrelatedDescriptor to use optimal tiling by Tobin Ehlis · 8 years ago
  87. 48968b4 layers: Don't use instance pointer after it has been destroyed by Cody Northrop · 8 years ago
  88. f377ffb layers: Added return check for freeMemObjInfo call by Mark Mueller · 8 years ago
  89. 70db390 tests: fix missing zero init. by Karl Schultz · 8 years ago
  90. 38b5099 tests: Adapt InvalidStructPNext to vers 20 changes by Karl Schultz · 8 years ago
  91. ee34449 misc: Update to Vulkan header version 20 by Karl Schultz · 8 years ago
  92. 6e30f15 layers: Fix WIN32 build by Dustin Graves · 8 years ago
  93. 96f1d60 layers: Remove cb_bindings when CB is reset by Tobin Ehlis · 8 years ago
  94. 61cd2db winsdk: Fix error when installing from syswow64 by Lenny Komow · 8 years ago
  95. 5e2d8fc tests: Fix VS2015 reinterpret_cast warning by Dustin Graves · 8 years ago
  96. 40f3582 tests: Ignore unrelated UpdateDescriptorSet params by Dustin Graves · 8 years ago
  97. 3b4926e layers: Hold lock during pipelineLayoutMap.erase() by Tobin Ehlis · 8 years ago
  98. 7e5b375 layers: Remove entries from pipelineLayoutMap by Tobin Ehlis · 8 years ago
  99. 10fad69 tests: Update test for PipelineLayout changes by Tobin Ehlis · 8 years ago
  100. 0fc8567 layers: Update layout compatibility to use stored state by Tobin Ehlis · 8 years ago