1. e38ed29 Change ERROR -> PERF_WARN in vkAcquireNextImageKHR(). by Ian Elliott · 9 years ago
  2. 329da01 WSI Validation: Initial WSI "swapchain" validation layer. by Ian Elliott · 9 years ago
  3. f5b3cc1 layers: LunarXChange #123 fix - Validate Update/FillBuffer outside RP by Mark Lobodzinski · 9 years ago
  4. b922b33 layers: Note pending work for ObjectTracker by Mike Stroyan · 9 years ago
  5. 342b9bf layers: Added Image layer to validation test suite with new test for bad ImageView by Tobin Ehlis · 9 years ago
  6. 3561380 layers: Update Image layer to support validation callback error return status by Tobin Ehlis · 9 years ago
  7. 6538053 layers: Update Image layer to offload view.c validation checks from driver by Tobin Ehlis · 9 years ago
  8. 4ff11cc bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  9. d4d26dd layers: Remove unneeded layer_common.h by Courtney Goeltzenleuchter · 9 years ago
  10. d9dd007 layers: release mutex in DrawState by Mike Stroyan · 9 years ago
  11. bdd448b Added request for VkShaderCreateInfo.stage check by Jens Owen · 9 years ago
  12. e20aaa2 bug-14365: add dynamic state to PSO by Courtney Goeltzenleuchter · 9 years ago
  13. 932cdb5 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  14. 09772bb bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  15. ee8d581 layers: Add function to check if msg will be logged by Courtney Goeltzenleuchter · 9 years ago
  16. ddaecf8 intel: Removed ICD validation checks from img.c by Mark Lobodzinski · 9 years ago
  17. 7684384 layers: DeviceLimits warns if queue properties not queried prior to vkCreateDevice() by Tobin Ehlis · 9 years ago
  18. e388118 layers: ShaderChecker can attempt calls on errors by Mike Stroyan · 9 years ago
  19. 223e4d0 layers: fix ShaderChecker hang on stage mismatch by Mike Stroyan · 9 years ago
  20. 74b430c layers: make DrawState globals static by Mike Stroyan · 9 years ago
  21. 5f728d3 Finished migration of validation checks out of cmd_pipeline.c by Tobin Ehlis · 9 years ago
  22. 8d199e5 layers: Add Idx buffer alignment check to DrawState by Tobin Ehlis · 9 years ago
  23. 2069317 Remove old checks from pipeline.c and verify that they're handled in validation by Tobin Ehlis · 9 years ago
  24. 44f667b layers: Fix bug where logging_callback was not being correctly cleaned up by Tobin Ehlis · 9 years ago
  25. 96b8176 layers: Make passing a non-SPIRV shader to CreateShaderModule an error by Chris Forbes · 9 years ago
  26. ebd3468 layers: Fix APIDump to handle "stdout" special case by Tobin Ehlis · 9 years ago
  27. f03481c layers: Add documentation for SHADER_CHECKER_MISSING_DESCRIPTOR by Cody Northrop · 9 years ago
  28. 76ce788 layers: Require pipeline layout to contain all referenced descriptors by Chris Forbes · 9 years ago
  29. 118e5e0 layers: Collect descriptor usage from SPIRV images by Chris Forbes · 9 years ago
  30. e0e9499 layers: Shadow descriptor set layout in ShaderChecker by Chris Forbes · 9 years ago
  31. 76c1885 layers: Update DrawState array of PIPELINE_NODEs to be vector by Tobin Ehlis · 9 years ago
  32. d9e966a Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  33. 2adc7a3 bug 14437: Remove VK_PIPELINE_STAGE_TRANSITION_BIT by Courtney Goeltzenleuchter · 9 years ago
  34. 0b59060 shader_checker: Do not hold lock across API call. by Courtney Goeltzenleuchter · 9 years ago
  35. 315ad99 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  36. ac544f3 bug-14538: Remove validation error codes by Courtney Goeltzenleuchter · 9 years ago
  37. 74c4ce9 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  38. d3e4a76 layers: Move some fixed code into header files for APIDump and Generic by Jon Ashburn · 9 years ago
  39. de4f110 layers: Fix intercept of WSI instance entrypoints by Jon Ashburn · 9 years ago
  40. 83334db layers: Fix several bugs in WSI extension handling in layers by Jon Ashburn · 9 years ago
  41. ae3ed41 layers: No assert on init instance table map.size != 1 by Jon Ashburn · 9 years ago
  42. e48be20 layers: Update DrawState to handle creation of multiple gfx pipelines by Tobin Ehlis · 9 years ago
  43. 9d30cb1 layers: Various memtracker TODOs, fixed some error messages by Mark Lobodzinski · 9 years ago
  44. 2b5e541 layers: Update vk_layer_settings.txt to clarify CALLBACK option and change DebugAction for all layers to "LOG_MSG" by Tobin Ehlis · 9 years ago
  45. 87f115c layers: Improve invalid object checks of ObjectTracker by Tobin Ehlis · 9 years ago
  46. 866bb9c layers: Add return value to non-void function by Cody Northrop · 9 years ago
  47. 21d6a74 layers: Migrate Fence checks from ObjectTracker to MemTracker by Tobin Ehlis · 9 years ago
  48. 1dc3196 layers: Example vk_layer_settings.txt file by Tobin Ehlis · 9 years ago
  49. b4b6e7c layers: Fix layer STDOUT logging by Tobin Ehlis · 9 years ago
  50. 87db501 layers: Migrate MemTracker to allow log_msg callback to signal early return by Mark Lobodzinski · 9 years ago
  51. b606726 layers: Another CreateDevice fix (was using WSI instance extension name) by Ian Elliott · 9 years ago
  52. 395eafe vktrace: Really put vktrace_layer.json and vktrace_layer.dll in the correct output dirs by David Pinedo · 9 years ago
  53. 52f7546 vktrace: Put vktrace_layer.json and vktrace_layer.dll in the correct output dirs by David Pinedo · 9 years ago
  54. 4f7bb0a bug-14583: Remove the unneeded vkBufferViewType by Courtney Goeltzenleuchter · 9 years ago
  55. b88d01e vulkan: Add missing _BIT to some bitfield enums. by Courtney Goeltzenleuchter · 9 years ago
  56. aeffeae Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  57. f2f9740 layers: Migrate ObjectTracker to updated Validation error reporting by Tobin Ehlis · 9 years ago
  58. be0eb4e layers: Fix spurious WSI memory binding error messages in MemTracker by Mark Lobodzinski · 9 years ago
  59. 48ddcb8 layers: Migrate DrawState to new error reporting allowing for callback to signal early return by Tobin Ehlis · 9 years ago
  60. 7ed1059 Bug 12998: Document required depth formats and layouts in buffer memory by Courtney Goeltzenleuchter · 9 years ago
  61. ec9dedf bug 14530: Remove IMAGE_CREATE_INVARIANT_DATA_BIT by Courtney Goeltzenleuchter · 9 years ago
  62. c6d66ec Bug 14587: Rename flags: XXX_CREATE_SPARSE_BIT by Courtney Goeltzenleuchter · 9 years ago
  63. 7529579 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  64. c3b8eea bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BIT by Courtney Goeltzenleuchter · 9 years ago
  65. 5162441 bug 14541: rename VkTexAddress to VkTexAddressMode by Courtney Goeltzenleuchter · 9 years ago
  66. 83c95f8 bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  67. d3d0016 layers: Reenable MemTracker reference tracking by Mark Lobodzinski · 9 years ago
  68. 67b42b7 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  69. f004499 layers: Add note about vkCreateDevice behavior by Courtney Goeltzenleuchter · 9 years ago
  70. 3abd86e draw_state: Implement bailout case for one test by Courtney Goeltzenleuchter · 9 years ago
  71. 0d6857f layers: Add bailout flag to debug report callback by Courtney Goeltzenleuchter · 9 years ago
  72. f30bd91 mem_tracker: validation comment by Courtney Goeltzenleuchter · 9 years ago
  73. a54b76a bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  74. d4d7c5e layers: Remove unused functions by Courtney Goeltzenleuchter · 9 years ago
  75. 2f7dd7d layers: Add DeviceLimits json files by Cody Northrop · 9 years ago
  76. d28acef layers: In DrawState only validate bound VBO index at the time of Draw by Tobin Ehlis · 9 years ago
  77. 12ab7dc layers: DrawState fix to prevent false positives when matching PipelineLayouts by Tobin Ehlis · 9 years ago
  78. d8dd86b layers: Fix ScreenShot layer to handle EnumeratePhysicalDevices query count case by Tobin Ehlis · 9 years ago
  79. c345b8b layers: Initial framework for DeviceLimits layer by Tobin Ehlis · 9 years ago
  80. 2db0804 loader: Use GetProcAddr function names from layer manifest file by Jon Ashburn · 9 years ago
  81. 7dae686 vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  82. 338dedb WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  83. af14e9f layers: If layers receive bad filename for output log, report ERROR and fallback to stdout by Tobin Ehlis · 9 years ago
  84. 8354e02 layers: Update some layers to avoid repeated call to get_dispatch_key() by Tobin Ehlis · 9 years ago
  85. 7db1fed bug 14517: Rename cs parameter to stage by Courtney Goeltzenleuchter · 9 years ago
  86. 6aa1abd layers: MemTracker fixes for image usage flag validation. by Mark Lobodzinski · 9 years ago
  87. 1856d6f Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  88. 46d92c0 windows: Fix a couple signed/unsigned warnings by Cody Northrop · 9 years ago
  89. 46d10d0 layers: Modify ScreenShot usage and layout flags to work cross vendor by Cody Northrop · 9 years ago
  90. 98fb22a layers: Port screenshot fixes to master by Cody Northrop · 9 years ago
  91. f993d54 headers: Moved utility routine out of to-be-upstreamed header file by Mark Lobodzinski · 9 years ago
  92. 236717c layers: Automated checking of validation layer documentation by Tobin Ehlis · 9 years ago
  93. 2235fbc layers: Various corrections to vk_validation_layer_details.md by Tobin Ehlis · 9 years ago
  94. 70fd085 layers: Add todo flagging destroy while on queue by Mike Stroyan · 9 years ago
  95. 0f2b9e2 vk_platform: Update to upstream vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  96. 5addc5e check that cube array views are complete cubes by Cass Everitt · 9 years ago
  97. e4bc694 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  98. fe27ad5 Bug 14474: Remove *_USAGE_GENERAL by Cody Northrop · 9 years ago
  99. 2605cb0 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  100. 9e8b03f Bug 14400: Add FORMAT_FEATURES for blits by Cody Northrop · 9 years ago