1. b48e141 Remove fences once they have been waited on. by Michael Lentine · 8 years ago
  2. ef334d8 layers: Add fence in use for bind sparse info. by Michael Lentine · 8 years ago
  3. 087b77d layers: Clarify error message for pipelineLayout incompatible by Tobin Ehlis · 8 years ago
  4. b4afd0f layers: Integrate SPIRV-Tools validator by Chris Forbes · 8 years ago
  5. 6f6844a layers: Emit safe_*::ptr() members to eliminate some cast noise by Chris Forbes · 8 years ago
  6. 660aba4 layers: Add interface to get descriptor type from layout's global index by Tobin Ehlis · 8 years ago
  7. 546326f layers: Fix object lifetime bugs in DescriptorSetLayout by Tobin Ehlis · 8 years ago
  8. 2d9deec layers: Break out VkDescriptorSetLayout code into its own class by Tobin Ehlis · 8 years ago
  9. 5b30701 layers: GH384 Fix to correctly recognize immutable samplers by Tobin Ehlis · 8 years ago
  10. 9e66a29 layers: Reorder to prevent Null deref; add test by Karl Schultz · 8 years ago
  11. 7394fdd layers: Add fix for lx172 to catch invalid line widths. by Mark Young · 8 years ago
  12. febf20b layers: Fix cmd buffer tracking. by Michael Lentine · 8 years ago
  13. aff7ae9 layers: Cleanup core_validation fence tracking by Tobin Ehlis · 8 years ago
  14. e32b78a layers: Consider #locations consumed by large VkFormats by Chris Forbes · 8 years ago
  15. b91daf0 layers: Consider element type bit width for #locations consumed. by Chris Forbes · 8 years ago
  16. 11fe377 layers: Fix for clearing layouts and cmdbuffers. by Michael Lentine · 8 years ago
  17. f57a520 layers: Add missing 64bpc formats to get_format_type by Chris Forbes · 8 years ago
  18. e9a21d4 layers: Fix get_format_type for VK_FORMAT_A8R8G8B8_{S,U}INT_PACK32 by Chris Forbes · 8 years ago
  19. a0ab815 layers: block members do not express extra array level in member type by Chris Forbes · 8 years ago
  20. 0124ce0 layers: GH384 Fix descriptor update check for immutable samplers by Tobin Ehlis · 8 years ago
  21. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  22. 188b230 layers: LX468, Prevent bad core_validation error message by Mark Lobodzinski · 8 years ago
  23. da8797f layers: core_validation - use std mutex by Jeremy Hayes · 8 years ago
  24. 739d62a layers: Correctly remove secondary cmd buffers from in-flight by Tobin Ehlis · 8 years ago
  25. 49f8568 layers: Fix vkResetDescriptorPool by Tobin Ehlis · 8 years ago
  26. 4a5a9a0 layers: Remove error when only implicit dependencies are used. by Michael Lentine · 8 years ago
  27. e5184af layers: Validate ONE_TIME_SUBMIT for secondary cmd buffers by Tobin Ehlis · 8 years ago
  28. 1d2f1c7 layers: Update core_validation to fix lx265. by Mark Young · 8 years ago
  29. 735cd7c layers: lx464 Add drawtime validation of bound buffer memory. by Mark Young · 8 years ago
  30. 000d14d layers: lx465 update core_validation image layout warning. by Mark Young · 8 years ago
  31. ff4ce75 layers: LX466. Resolution of "Typo in validation layer", human spell checker invoked by Mark Mueller · 8 years ago
  32. 67a77ee layers: Fix windows build by Mark Lobodzinski · 8 years ago
  33. b13975e layers: GH337 Track fence from vkQueueBindSparse by Tobin Ehlis · 8 years ago
  34. ba2c466 layers: only construct stringstreams in error paths by Chris Forbes · 8 years ago
  35. 3f9e8f9 layers: Validate correct vkSetEvent() use by Tobin Ehlis · 8 years ago
  36. 0250823 layers: Change access bit checks to warnings. by Michael Lentine · 8 years ago
  37. 9ba288c layers: cv: get rid of device-scoped current renderpass tracking by Chris Forbes · 8 years ago
  38. 75e72b6 Revert "layers: LX459,GH#99,#100, Fix semaphore reference count" by Tobin Ehlis · 8 years ago
  39. 9984f1e layers: Clean up semaphore state in core_validation by Tobin Ehlis · 8 years ago
  40. 4c52232 layers: Cleanup of various cmd buffer functions in core_validation by Tobin Ehlis · 8 years ago
  41. e54be7b layers: Cleanup core_validation physical device properties structs by Tobin Ehlis · 8 years ago
  42. b442e56 layers: renderpass compatibility: there is only one d/s attachment by Chris Forbes · 8 years ago
  43. e6ab693 layers: GH241 vkSetEvent should affect queue stageMasks by Tobin Ehlis · 8 years ago
  44. ed9b441 layers: Move call to validateCommandBuffersNotInUse inside lock by Tony Barbour · 8 years ago
  45. 003b172 layers: Fix 32-bit Windows build by Dustin Graves · 8 years ago
  46. ad3fec8 layers: Ensure bind point for subass is graphics. by Michael Lentine · 8 years ago
  47. 73b82b1 layers: Remove plumbing through of unused dispatchable object through MT by Chris Forbes · 8 years ago
  48. f263ba4 layers: Merge binding maps into image and buffer maps by Tobin Ehlis · 8 years ago
  49. 3001c77 layers: Insist on each shader's stage being unique in a pipeline by Chris Forbes · 8 years ago
  50. 5007eb9 Validate attachment index is in range. by Michael Lentine · 8 years ago
  51. 4ad9cbd layers: Implement relaxed vec-vec and vec-scalar matching rules by Chris Forbes · 8 years ago
  52. bd9c1a9 layers: Explicit VK_TRUE/VK_FALSE checks by Dustin Graves · 8 years ago
  53. 8f1eab9 layers: Fix unsafe bool mix warnings by Dustin Graves · 8 years ago
  54. 2b6b8d5 Fix 4 MSVS warnings in loader and layers. by Jamie Madill · 8 years ago
  55. 5f4cef1 layers: Clean up PIPELINE_NODE using safe_struct by Tobin Ehlis · 8 years ago
  56. 75ecdb7 layers: Fix 7 signed/unsigned comparison warnings on VS2015 by Michael Mc Donnell · 8 years ago
  57. 9be81ff layers: Fix MSVS shadowing warning in core_validation. by Jamie Madill · 8 years ago
  58. e1c4372 Revert "layers: LX265 Error if color blend attch count != subpass attch." by Tony Barbour · 8 years ago
  59. f7bf684 Fix find layout to search on each aspect bit. by Michael Lentine · 8 years ago
  60. 8723412 layers: GH226 Add check for descriptor slot to make sure it's updated by Tobin Ehlis · 8 years ago
  61. bcd8d02 layers: Removed duplicate dynamicOffsets from core_validation by Tobin Ehlis · 8 years ago
  62. a0193bc tests: Add test case for patch decoration mismatch by Chris Forbes · 8 years ago
  63. 218deeb layers: Flag difference in patch decoration correctly by Chris Forbes · 8 years ago
  64. 23a575d layers: Strip array level from both sides of TCS->TES interface by Chris Forbes · 8 years ago
  65. 43f01d0 layers: Rework array-of-verts stripping a bit to support patch by Chris Forbes · 8 years ago
  66. 804bae3 layers: Collect whether an interface_var has patch decoration by Chris Forbes · 8 years ago
  67. bcbb0fd layers: fix spelling mistakes by Eric Engestrom · 8 years ago
  68. 6a31218 layers: Enable safety check for invalid QueryObject by Mark Lobodzinski · 8 years ago
  69. a97c394 layers: LX414: Fix device_limits alignment check by Dustin Graves · 8 years ago
  70. f5fb859 layers: LX459,GH#99,#100, Fix semaphore reference count by Mark Lobodzinski · 8 years ago
  71. f5bba55 layers: LX250 Verify color and depth/stencil are different. by Mark Young · 8 years ago
  72. 2805f1b #238: Fixes the "num samples mismatch" error being shown incorrectly for subpasses with 0 attachments by Dominik Witczak · 8 years ago
  73. e6625b1 layers: Replace GLOBAL_CB_NODE::pMemObjList with unordered_set by Chris Forbes · 8 years ago
  74. 557de48 layers: Get rid of a bunch of linked list copying when retiring CBs by Chris Forbes · 8 years ago
  75. d63effa layers: trivial: remove stray () from end of error message by Chris Forbes · 8 years ago
  76. a11561f layers: Replace DEVICE_MEM_INFO::pCommandBufferBindings with unordered_set by Chris Forbes · 8 years ago
  77. 2dbf807 layers: Replace DEVICE_MEM_INFO::pObjBindings with unordered_set by Chris Forbes · 8 years ago
  78. d7ebc77 layers: Get rid of DEVICE_MEM_INFO::refCount by Chris Forbes · 8 years ago
  79. 1cee141 layers: GH218 Reset availableSets count in vkResetDescriptorPool by Tobin Ehlis · 8 years ago
  80. c89c631 layers: Fix layer_validation_tests errors and update new message by Mark Young · 8 years ago
  81. d737b28 layers: LX265 Error if color blend attch count != subpass attch. by Mark Young · 8 years ago
  82. 9e1290e layers: Adding attachment checks to make sure they aren't out of range. by Michael Lentine · 8 years ago
  83. 4e8777c Don't validate memory if used for both input and output. by Michael Lentine · 8 years ago
  84. 52bde74 layers: Fix remaining leak in vkDestroyFramebuffers by Chris Forbes · 8 years ago
  85. 695c2d4 layers: Don't leak a VkFramebufferCreateInfo from vkCreateFramebuffer by Chris Forbes · 8 years ago
  86. 0fa9221 layers: Fix the other half of #212 (bad error) by Chris Forbes · 8 years ago
  87. f321eba layers: Don't stash pointer to caller memory in bound function by Chris Forbes · 8 years ago
  88. ba857d5 layers: GH215 Removes an invalid check in vkCmdBindDescriptorSets() by Dominik Witczak · 8 years ago
  89. 2e319d4 layers: Update descriptor tracking in core_validation by Tobin Ehlis · 8 years ago
  90. f3ab993 #37: vkAcquireNextImageKHR() will no longer treat VK_NULL_HANDLE arg as a valid semaphore handle by Dominik Witczak · 8 years ago
  91. b029e6f layers: Build up next layer for compute shader validation by Chris Forbes · 8 years ago
  92. 1bd5db9 layers: More slight tidying of SC pass by Chris Forbes · 8 years ago
  93. ce5be90 layers: Make some SC error reporting slightly less misleading by Chris Forbes · 8 years ago
  94. 961cee7 layers: Separate out validation of a single pipeline stage by Chris Forbes · 8 years ago
  95. 1586450 layers: Add device handle in CV layer data by Chris Forbes · 8 years ago
  96. 7b0a862 layers: Remove dead render_pass forward declaration by Chris Forbes · 8 years ago
  97. 937a32c layers: Reduce noise in string conversion of objects by Chris Forbes · 8 years ago
  98. 8f00df3 layers: remove unused getTIDIndex function and associated data by Chris Forbes · 8 years ago
  99. 600e93d layers: LX446, Allow GetDeviceQueue to be called multiple times by Mark Lobodzinski · 8 years ago
  100. ccf300b layers: Relax descriptor type match for texel buffers slightly by Chris Forbes · 8 years ago