1. 4ea0550 build: Fix whitespace by Karl Schultz · 8 years ago
  2. e6ab693 layers: GH241 vkSetEvent should affect queue stageMasks by Tobin Ehlis · 8 years ago
  3. 2ab9306 layers: INVALID_ATTACH_COUNT -> INVALID_ATTACHMENT_COUNT by Karl Schultz · 8 years ago
  4. a5d13a9 MR 289: layers: Changed other text/variables from "owned" to "acquired". by Ian Elliott · 8 years ago
  5. 5c68028 MR 289: layers: Change the test about "too many images". by Ian Elliott · 8 years ago
  6. 20e4c19 layers: Don't exceed max allowed color attachments. by Michael Lentine · 8 years ago
  7. ed9b441 layers: Move call to validateCommandBuffersNotInUse inside lock by Tony Barbour · 8 years ago
  8. 003b172 layers: Fix 32-bit Windows build by Dustin Graves · 8 years ago
  9. ad3fec8 layers: Ensure bind point for subass is graphics. by Michael Lentine · 8 years ago
  10. 33b7cbe layers: Fix MSVS value truncation warning by Dustin Graves · 8 years ago
  11. 73b82b1 layers: Remove plumbing through of unused dispatchable object through MT by Chris Forbes · 8 years ago
  12. f263ba4 layers: Merge binding maps into image and buffer maps by Tobin Ehlis · 8 years ago
  13. 3001c77 layers: Insist on each shader's stage being unique in a pipeline by Chris Forbes · 8 years ago
  14. 5007eb9 Validate attachment index is in range. by Michael Lentine · 8 years ago
  15. 4ad9cbd layers: Implement relaxed vec-vec and vec-scalar matching rules by Chris Forbes · 8 years ago
  16. bd9c1a9 layers: Explicit VK_TRUE/VK_FALSE checks by Dustin Graves · 8 years ago
  17. 080069b layers: Fix unsafe bool mix warnings (part 2) by Dustin Graves · 8 years ago
  18. 8f1eab9 layers: Fix unsafe bool mix warnings by Dustin Graves · 8 years ago
  19. df5d573 layers: Change include order of loader platform. by Jamie Madill · 8 years ago
  20. 2b6b8d5 Fix 4 MSVS warnings in loader and layers. by Jamie Madill · 8 years ago
  21. 5f4cef1 layers: Clean up PIPELINE_NODE using safe_struct by Tobin Ehlis · 8 years ago
  22. 75ecdb7 layers: Fix 7 signed/unsigned comparison warnings on VS2015 by Michael Mc Donnell · 8 years ago
  23. 9be81ff layers: Fix MSVS shadowing warning in core_validation. by Jamie Madill · 8 years ago
  24. db073a5 layers: Fix MSVS noexcept warning in core_validation. by Jamie Madill · 8 years ago
  25. e1c4372 Revert "layers: LX265 Error if color blend attch count != subpass attch." by Tony Barbour · 8 years ago
  26. f7bf684 Fix find layout to search on each aspect bit. by Michael Lentine · 8 years ago
  27. 8723412 layers: GH226 Add check for descriptor slot to make sure it's updated by Tobin Ehlis · 8 years ago
  28. 1589925 layers: Update to version 1.0.8 JSON files by Jon Ashburn · 8 years ago
  29. 87a785d Fix def file generation to depend on vulkan.py. by Jamie Madill · 8 years ago
  30. bcd8d02 layers: Removed duplicate dynamicOffsets from core_validation by Tobin Ehlis · 8 years ago
  31. a0193bc tests: Add test case for patch decoration mismatch by Chris Forbes · 8 years ago
  32. 218deeb layers: Flag difference in patch decoration correctly by Chris Forbes · 8 years ago
  33. 23a575d layers: Strip array level from both sides of TCS->TES interface by Chris Forbes · 8 years ago
  34. 43f01d0 layers: Rework array-of-verts stripping a bit to support patch by Chris Forbes · 8 years ago
  35. 804bae3 layers: Collect whether an interface_var has patch decoration by Chris Forbes · 8 years ago
  36. bcbb0fd layers: fix spelling mistakes by Eric Engestrom · 8 years ago
  37. 6a31218 layers: Enable safety check for invalid QueryObject by Mark Lobodzinski · 8 years ago
  38. a97c394 layers: LX414: Fix device_limits alignment check by Dustin Graves · 8 years ago
  39. ca7aa7c layers: Update param_checker VkResult validation by Dustin Graves · 8 years ago
  40. 29148ff layers: Codegen VkBool32/enum parameter validation by Dustin Graves · 8 years ago
  41. acb23f7 layers: Fix VS2013 build by Dustin Graves · 8 years ago
  42. f5fb859 layers: LX459,GH#99,#100, Fix semaphore reference count by Mark Lobodzinski · 8 years ago
  43. f5bba55 layers: LX250 Verify color and depth/stencil are different. by Mark Young · 8 years ago
  44. 2805f1b #238: Fixes the "num samples mismatch" error being shown incorrectly for subpasses with 0 attachments by Dominik Witczak · 8 years ago
  45. e6625b1 layers: Replace GLOBAL_CB_NODE::pMemObjList with unordered_set by Chris Forbes · 8 years ago
  46. 557de48 layers: Get rid of a bunch of linked list copying when retiring CBs by Chris Forbes · 8 years ago
  47. d63effa layers: trivial: remove stray () from end of error message by Chris Forbes · 8 years ago
  48. a11561f layers: Replace DEVICE_MEM_INFO::pCommandBufferBindings with unordered_set by Chris Forbes · 8 years ago
  49. 2dbf807 layers: Replace DEVICE_MEM_INFO::pObjBindings with unordered_set by Chris Forbes · 8 years ago
  50. d7ebc77 layers: Get rid of DEVICE_MEM_INFO::refCount by Chris Forbes · 8 years ago
  51. 1cee141 layers: GH218 Reset availableSets count in vkResetDescriptorPool by Tobin Ehlis · 8 years ago
  52. 01402f8 layers: Update layer validation doc for CopyImage validation additions by Mark Lobodzinski · 8 years ago
  53. b2ad702 layers: LX458, Extend image extent validation for CmdCopyImage by Mark Lobodzinski · 8 years ago
  54. 4575af4 layers: Accept a wider range of utf8 characters as valid by Tony Barbour · 8 years ago
  55. c89c631 layers: Fix layer_validation_tests errors and update new message by Mark Young · 8 years ago
  56. d737b28 layers: LX265 Error if color blend attch count != subpass attch. by Mark Young · 8 years ago
  57. 9e1290e layers: Adding attachment checks to make sure they aren't out of range. by Michael Lentine · 8 years ago
  58. 4e8777c Don't validate memory if used for both input and output. by Michael Lentine · 8 years ago
  59. 52bde74 layers: Fix remaining leak in vkDestroyFramebuffers by Chris Forbes · 8 years ago
  60. 695c2d4 layers: Don't leak a VkFramebufferCreateInfo from vkCreateFramebuffer by Chris Forbes · 8 years ago
  61. 0fa9221 layers: Fix the other half of #212 (bad error) by Chris Forbes · 8 years ago
  62. f321eba layers: Don't stash pointer to caller memory in bound function by Chris Forbes · 8 years ago
  63. ba857d5 layers: GH215 Removes an invalid check in vkCmdBindDescriptorSets() by Dominik Witczak · 8 years ago
  64. 2e319d4 layers: Update descriptor tracking in core_validation by Tobin Ehlis · 8 years ago
  65. f3ab993 #37: vkAcquireNextImageKHR() will no longer treat VK_NULL_HANDLE arg as a valid semaphore handle by Dominik Witczak · 8 years ago
  66. b029e6f layers: Build up next layer for compute shader validation by Chris Forbes · 8 years ago
  67. 1bd5db9 layers: More slight tidying of SC pass by Chris Forbes · 8 years ago
  68. ce5be90 layers: Make some SC error reporting slightly less misleading by Chris Forbes · 8 years ago
  69. 961cee7 layers: Separate out validation of a single pipeline stage by Chris Forbes · 8 years ago
  70. 1586450 layers: Add device handle in CV layer data by Chris Forbes · 8 years ago
  71. 7b0a862 layers: Remove dead render_pass forward declaration by Chris Forbes · 8 years ago
  72. 937a32c layers: Reduce noise in string conversion of objects by Chris Forbes · 8 years ago
  73. 8f00df3 layers: remove unused getTIDIndex function and associated data by Chris Forbes · 8 years ago
  74. 600e93d layers: LX446, Allow GetDeviceQueue to be called multiple times by Mark Lobodzinski · 8 years ago
  75. ccf300b layers: Relax descriptor type match for texel buffers slightly by Chris Forbes · 8 years ago
  76. 7a1d235 layers: GH195 Fix core_validation dynamic state checks by Tobin Ehlis · 8 years ago
  77. f7422d9 layers: Improve core_validation image layout error message by Mark Lobodzinski · 8 years ago
  78. 41bfce0 layers: Michael's fix for uninit'd data in FindLayout by Mark Lobodzinski · 8 years ago
  79. d4eb06d Remove device from layer_data_map at destroy in parameter_validation by Tony Barbour · 8 years ago
  80. 8a25bce layers: Get rid of 1K limit on debug message length by Chris Forbes · 8 years ago
  81. d223e22 layers: Clarify message when query has not been performed. by Michael Lentine · 8 years ago
  82. acab9c8 Revert "layers: Make layout checks warnings for pass begin." by Michael Lentine · 8 years ago
  83. 7762141 layers: update json to 1.0.7 by Jon Ashburn · 8 years ago
  84. e24b8e3 layers: DL - Get inheritedQueries support from physical device features by Tony Barbour · 8 years ago
  85. 75b58a3 layers: Use vector::resize instead of reserve to avoid portability issue. by Karl Schultz · 8 years ago
  86. eeafb15 layers: Fix issue when sub-passes have diff attachment count. by Mark Young · 8 years ago
  87. 38f5bbb layers: Replace ptr-to-ptr descriptor data struct with vector by Tobin Ehlis · 8 years ago
  88. d464881 layers: Add check for renderArea being within framebuffer bounds. by Michael Lentine · 8 years ago
  89. 24e2dfe layers: LX453 fix typo in output message. by Karl Schultz · 8 years ago
  90. d198017 layers: Make layout checks warnings for pass begin. by Michael Lentine · 8 years ago
  91. 8f6abe7 layers: Update layout mismatch message to provide more detail. by Michael Lentine · 8 years ago
  92. 81e8ca4 layers: Migrate active_sets to active_slots by Tobin Ehlis · 8 years ago
  93. 60063c2 layers: Fix layout transitions for combined aspect masks. by Michael Lentine · 8 years ago
  94. 8020853 layers: Additional mutex fixes by Mark Lobodzinski · 8 years ago
  95. 9e44eef layers: GH177 Fix deadlocks by Tobin Ehlis · 8 years ago
  96. d883d81 layers: fix bad api version by Jon Ashburn · 8 years ago
  97. 8ed83c8 GH171: Fix compiler warning by Courtney Goeltzenleuchter · 8 years ago
  98. 1ae3d40 layers: remove weird double assignment to pAttachments by Chris Forbes · 8 years ago
  99. f20f094 layers: LX450, Tighten up queueFamilyIndex validation, fix crash by Mark Lobodzinski · 8 years ago
  100. 5494852 layers: Merge renderpass maps in core_validation by Tobin Ehlis · 8 years ago