1. fdf8f47 layers: Make unique object IDs unique cross-device and cross-instance by Mark Lobodzinski · 8 years ago
  2. b48e141 Remove fences once they have been waited on. by Michael Lentine · 8 years ago
  3. ef334d8 layers: Add fence in use for bind sparse info. by Michael Lentine · 8 years ago
  4. 6b3551e layers: GH463 Fix layout compatibility check by Tobin Ehlis · 8 years ago
  5. 7b098da layers: Fix access violation by Dustin Graves · 8 years ago
  6. 087b77d layers: Clarify error message for pipelineLayout incompatible by Tobin Ehlis · 8 years ago
  7. 78df851 layers: Add 0 check for VkFlags array elements by Dustin Graves · 8 years ago
  8. 9c6b62b layers: Add VkFlags parameter validation by Dustin Graves · 8 years ago
  9. 0d15c6e layers: Merge enum array NULL/value checks by Dustin Graves · 8 years ago
  10. cca25a6 build: Fix Windows build issues by Karl Schultz · 8 years ago
  11. 9c93ec5 android: Fix layer build by Cody Northrop · 8 years ago
  12. ed6b5ac layers: Use tmp callback for msgs during vk{Create|Destroy}Instance(). by Ian Elliott · 8 years ago
  13. ed6a1b3 layers: Fix -Wunused-result warning for vasprintf by Chris Forbes · 8 years ago
  14. b4afd0f layers: Integrate SPIRV-Tools validator by Chris Forbes · 8 years ago
  15. a13ab8a layers: link core_validation against spirv-tools by Chris Forbes · 8 years ago
  16. 6f6844a layers: Emit safe_*::ptr() members to eliminate some cast noise by Chris Forbes · 8 years ago
  17. 51ed103 layers: Update layer README file for clarity and bugfixes by Mark Lobodzinski · 8 years ago
  18. 1bc258a layers: Android DescriptorSetLayout class build fixes by Tobin Ehlis · 8 years ago
  19. 660aba4 layers: Add interface to get descriptor type from layout's global index by Tobin Ehlis · 8 years ago
  20. 546326f layers: Fix object lifetime bugs in DescriptorSetLayout by Tobin Ehlis · 8 years ago
  21. 2d9deec layers: Break out VkDescriptorSetLayout code into its own class by Tobin Ehlis · 8 years ago
  22. a4d3d0c json: Update to version 11. by Karl Schultz · 8 years ago
  23. 5b30701 layers: GH384 Fix to correctly recognize immutable samplers by Tobin Ehlis · 8 years ago
  24. cb24fec doc: formalize the current loader-layer interface by Chia-I Wu · 8 years ago
  25. 9e66a29 layers: Reorder to prevent Null deref; add test by Karl Schultz · 8 years ago
  26. 7394fdd layers: Add fix for lx172 to catch invalid line widths. by Mark Young · 8 years ago
  27. febf20b layers: Fix cmd buffer tracking. by Michael Lentine · 8 years ago
  28. aff7ae9 layers: Cleanup core_validation fence tracking by Tobin Ehlis · 8 years ago
  29. e32b78a layers: Consider #locations consumed by large VkFormats by Chris Forbes · 8 years ago
  30. b91daf0 layers: Consider element type bit width for #locations consumed. by Chris Forbes · 8 years ago
  31. 11fe377 layers: Fix for clearing layouts and cmdbuffers. by Michael Lentine · 8 years ago
  32. 20fd66f layers: Add handle NULL checks to codegen by Dustin Graves · 8 years ago
  33. f57a520 layers: Add missing 64bpc formats to get_format_type by Chris Forbes · 8 years ago
  34. e9a21d4 layers: Fix get_format_type for VK_FORMAT_A8R8G8B8_{S,U}INT_PACK32 by Chris Forbes · 8 years ago
  35. a0ab815 layers: block members do not express extra array level in member type by Chris Forbes · 8 years ago
  36. 0124ce0 layers: GH384 Fix descriptor update check for immutable samplers by Tobin Ehlis · 8 years ago
  37. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  38. 188b230 layers: LX468, Prevent bad core_validation error message by Mark Lobodzinski · 8 years ago
  39. 4192fdf layers: Fix object_tracker bugs by Tobin Ehlis · 8 years ago
  40. ff4d7bc layers: Make logicOp param validation conditional by Dustin Graves · 8 years ago
  41. da8797f layers: core_validation - use std mutex by Jeremy Hayes · 8 years ago
  42. 9de0bd7 layers: swapchain - use std mutex by Jeremy Hayes · 8 years ago
  43. 2f065b1 layers: object_tracker - use std mutex by Jeremy Hayes · 8 years ago
  44. b350beb layers: threading - use std mutex by Jeremy Hayes · 8 years ago
  45. e0ed6a2 layers: image - use std mutex by Jeremy Hayes · 8 years ago
  46. 739d62a layers: Correctly remove secondary cmd buffers from in-flight by Tobin Ehlis · 8 years ago
  47. 49f8568 layers: Fix vkResetDescriptorPool by Tobin Ehlis · 8 years ago
  48. 4d14360 layers: Update JSON files to 1.0.10 by Jon Ashburn · 8 years ago
  49. a7622d8 layers: Fix 32-bit VS2013 build by Dustin Graves · 8 years ago
  50. c48c4c1 layers: Fix lx474 by adding image extent = 0 validation check. by Mark Young · 8 years ago
  51. 10ba1de layers: Overhaul unique_objects by Tobin Ehlis · 8 years ago
  52. 4a5a9a0 layers: Remove error when only implicit dependencies are used. by Michael Lentine · 8 years ago
  53. e5184af layers: Validate ONE_TIME_SUBMIT for secondary cmd buffers by Tobin Ehlis · 8 years ago
  54. 1d2f1c7 layers: Update core_validation to fix lx265. by Mark Young · 8 years ago
  55. 735cd7c layers: lx464 Add drawtime validation of bound buffer memory. by Mark Young · 8 years ago
  56. 000d14d layers: lx465 update core_validation image layout warning. by Mark Young · 8 years ago
  57. ff4ce75 layers: LX466. Resolution of "Typo in validation layer", human spell checker invoked by Mark Mueller · 8 years ago
  58. 67a77ee layers: Fix windows build by Mark Lobodzinski · 8 years ago
  59. b13975e layers: GH337 Track fence from vkQueueBindSparse by Tobin Ehlis · 8 years ago
  60. d50f389 layers: replace remaining set with unordered_set by Chris Forbes · 8 years ago
  61. ba2c466 layers: only construct stringstreams in error paths by Chris Forbes · 8 years ago
  62. 3f9e8f9 layers: Validate correct vkSetEvent() use by Tobin Ehlis · 8 years ago
  63. 0250823 layers: Change access bit checks to warnings. by Michael Lentine · 8 years ago
  64. bb888a2 layers: Fix comment indentation & remove tabs by Tobin Ehlis · 8 years ago
  65. 9ba288c layers: cv: get rid of device-scoped current renderpass tracking by Chris Forbes · 8 years ago
  66. 83e6c69 layers: Fix vkCreateDescriptorPool max allocation sizes for each type by Norbert Nopper · 8 years ago
  67. 75e72b6 Revert "layers: LX459,GH#99,#100, Fix semaphore reference count" by Tobin Ehlis · 8 years ago
  68. 9984f1e layers: Clean up semaphore state in core_validation by Tobin Ehlis · 8 years ago
  69. 4c52232 layers: Cleanup of various cmd buffer functions in core_validation by Tobin Ehlis · 8 years ago
  70. e54be7b layers: Cleanup core_validation physical device properties structs by Tobin Ehlis · 8 years ago
  71. b442e56 layers: renderpass compatibility: there is only one d/s attachment by Chris Forbes · 8 years ago
  72. 4550168 layers: Use real enum value for alignment checks in device_limits by Chris Forbes · 8 years ago
  73. c61bc7a build: rename layers utils lib and fix Windows CMake code by Karl Schultz · 8 years ago
  74. 4ea0550 build: Fix whitespace by Karl Schultz · 8 years ago
  75. e6ab693 layers: GH241 vkSetEvent should affect queue stageMasks by Tobin Ehlis · 8 years ago
  76. 2ab9306 layers: INVALID_ATTACH_COUNT -> INVALID_ATTACHMENT_COUNT by Karl Schultz · 8 years ago
  77. a5d13a9 MR 289: layers: Changed other text/variables from "owned" to "acquired". by Ian Elliott · 8 years ago
  78. 5c68028 MR 289: layers: Change the test about "too many images". by Ian Elliott · 8 years ago
  79. 20e4c19 layers: Don't exceed max allowed color attachments. by Michael Lentine · 8 years ago
  80. ed9b441 layers: Move call to validateCommandBuffersNotInUse inside lock by Tony Barbour · 8 years ago
  81. 003b172 layers: Fix 32-bit Windows build by Dustin Graves · 8 years ago
  82. ad3fec8 layers: Ensure bind point for subass is graphics. by Michael Lentine · 8 years ago
  83. 33b7cbe layers: Fix MSVS value truncation warning by Dustin Graves · 8 years ago
  84. 73b82b1 layers: Remove plumbing through of unused dispatchable object through MT by Chris Forbes · 8 years ago
  85. f263ba4 layers: Merge binding maps into image and buffer maps by Tobin Ehlis · 8 years ago
  86. 3001c77 layers: Insist on each shader's stage being unique in a pipeline by Chris Forbes · 8 years ago
  87. 5007eb9 Validate attachment index is in range. by Michael Lentine · 8 years ago
  88. 4ad9cbd layers: Implement relaxed vec-vec and vec-scalar matching rules by Chris Forbes · 8 years ago
  89. bd9c1a9 layers: Explicit VK_TRUE/VK_FALSE checks by Dustin Graves · 8 years ago
  90. 080069b layers: Fix unsafe bool mix warnings (part 2) by Dustin Graves · 8 years ago
  91. 8f1eab9 layers: Fix unsafe bool mix warnings by Dustin Graves · 8 years ago
  92. df5d573 layers: Change include order of loader platform. by Jamie Madill · 8 years ago
  93. 2b6b8d5 Fix 4 MSVS warnings in loader and layers. by Jamie Madill · 8 years ago
  94. 5f4cef1 layers: Clean up PIPELINE_NODE using safe_struct by Tobin Ehlis · 8 years ago
  95. 75ecdb7 layers: Fix 7 signed/unsigned comparison warnings on VS2015 by Michael Mc Donnell · 8 years ago
  96. 9be81ff layers: Fix MSVS shadowing warning in core_validation. by Jamie Madill · 8 years ago
  97. db073a5 layers: Fix MSVS noexcept warning in core_validation. by Jamie Madill · 8 years ago
  98. e1c4372 Revert "layers: LX265 Error if color blend attch count != subpass attch." by Tony Barbour · 8 years ago
  99. f7bf684 Fix find layout to search on each aspect bit. by Michael Lentine · 8 years ago
  100. 8723412 layers: GH226 Add check for descriptor slot to make sure it's updated by Tobin Ehlis · 8 years ago