1. 7762141 layers: update json to 1.0.7 by Jon Ashburn · 9 years ago
  2. 45de99c header: update to version 1.0.7 by Jon Ashburn · 9 years ago
  3. d221646 Merge pull request #201 from critsec/vkjson-build-fixes by Jesse Hall · 9 years ago
  4. fd679d8 cmake: Add post build event for MSVC for vulkan dll copy by Jon Ashburn · 9 years ago
  5. e24b8e3 layers: DL - Get inheritedQueries support from physical device features by Tony Barbour · 9 years ago
  6. 6fa520f loader: ghlvl#79, Fix to not report unsupported WSI surface extensions on Linux by Jon Ashburn · 9 years ago
  7. 75b58a3 layers: Use vector::resize instead of reserve to avoid portability issue. by Karl Schultz · 9 years ago
  8. eeafb15 layers: Fix issue when sub-passes have diff attachment count. by Mark Young · 9 years ago
  9. ea2abf0 loader: Fix bugs found in code review. by Ian Elliott · 9 years ago
  10. 3b354cf loader: Setup temporary callback for vkDestroyInstance by Ian Elliott · 9 years ago
  11. 38f5bbb layers: Replace ptr-to-ptr descriptor data struct with vector by Tobin Ehlis · 9 years ago
  12. d464881 layers: Add check for renderArea being within framebuffer bounds. by Michael Lentine · 9 years ago
  13. 24e2dfe layers: LX453 fix typo in output message. by Karl Schultz · 9 years ago
  14. d198017 layers: Make layout checks warnings for pass begin. by Michael Lentine · 9 years ago
  15. 8f6abe7 layers: Update layout mismatch message to provide more detail. by Michael Lentine · 9 years ago
  16. d76b51c loader: Fix some typos from the recent WSI checkins: broke wayland by Jon Ashburn · 9 years ago
  17. 31f7284 loader: Convert fprintf() calls to loader_log() by Ian Elliott · 9 years ago
  18. 2b8965a layers: WSI functions should not work unless enabled. by Ian Elliott · 9 years ago
  19. 787eb25 loader: ghlvl 116 Fix CreateDevice to use the proper ICDs PhysDev by Jon Ashburn · 9 years ago
  20. 81e8ca4 layers: Migrate active_sets to active_slots by Tobin Ehlis · 9 years ago
  21. 60063c2 layers: Fix layout transitions for combined aspect masks. by Michael Lentine · 9 years ago
  22. 8e54a40 android: Re-enable layer validation tests using shaderc and vulkan_wrapper by Cody Northrop · 9 years ago
  23. b43afee android: Commit latest version of vulkan wrapper by Cody Northrop · 9 years ago
  24. 8020853 layers: Additional mutex fixes by Mark Lobodzinski · 9 years ago
  25. 24aab04 tests: Fix InvalidQueueFamilyIndex test by Tobin Ehlis · 9 years ago
  26. 9e44eef layers: GH177 Fix deadlocks by Tobin Ehlis · 9 years ago
  27. d883d81 layers: fix bad api version by Jon Ashburn · 9 years ago
  28. e27b7e5 GH171: Use relative path for building Android bits by Courtney Goeltzenleuchter · 9 years ago
  29. 8ed83c8 GH171: Fix compiler warning by Courtney Goeltzenleuchter · 9 years ago
  30. 09577d9 GH171: Fix for NDK packaging by Courtney Goeltzenleuchter · 9 years ago
  31. 1ae3d40 layers: remove weird double assignment to pAttachments by Chris Forbes · 9 years ago
  32. f20f094 layers: LX450, Tighten up queueFamilyIndex validation, fix crash by Mark Lobodzinski · 9 years ago
  33. 5494852 layers: Merge renderpass maps in core_validation by Tobin Ehlis · 9 years ago
  34. 4953c82 layers: Merge framebuffer maps in core_validation by Tobin Ehlis · 9 years ago
  35. a3efb0c layers: LX448, Prevent descriptorSetCount overflow in core_validation by Mark Lobodzinski · 9 years ago
  36. 2f02dc9 layers: Fix AV in core_validaton by Mark Lobodzinski · 9 years ago
  37. c84ff9b layers: Fix up MTMERGE in CV layer to allow disabling mem_tracker validation by Mark Lobodzinski · 9 years ago
  38. 5da0c96 layers: GH117: Change warning to an error. by Ian Elliott · 9 years ago
  39. fa8f032 layers: GH117: swapchain layer warns if app uses neither semaphore nor fence. by Ian Elliott · 9 years ago
  40. 0b5e208 winrtinstaller: sign Config powershell script by David Pinedo · 9 years ago
  41. c5012ff tests: Use header macro for API version rather than make_version by Jon Ashburn · 9 years ago
  42. dc9111c misc: Update to header version 1.0.6 by Jon Ashburn · 9 years ago
  43. 24edb7c Remove device from layer_data_map at destroy in parameter_validation by Tony Barbour · 9 years ago
  44. b653eb2 layers: Update event tracking to account for sequential cross command buffer and queue tracking. by Michael Lentine · 9 years ago
  45. 223b01e layers: Merge of cmd buffer maps in core_validation by Tobin Ehlis · 9 years ago
  46. c85cf40 build: Cleanup build_windows_targets.bat by Karl Schultz · 9 years ago
  47. e5ca113 layers: Fix message for array layers to say array layers. by Michael Lentine · 9 years ago
  48. ec1ed13 layers: tidy up PIPELINE_NODE a bit by Chris Forbes · 9 years ago
  49. 387d24c layers: Slightly simplify descriptor uses loop in SC by Chris Forbes · 9 years ago
  50. 3e48cb0 layers: GH157 Update error messages to be consistent by Tobin Ehlis · 9 years ago
  51. e61a28c layers: Add lock around erase from frameBufferMap in core_validation by Tony Barbour · 9 years ago
  52. ff689ce layers: Fix core_validation layer cube --validate failure by Mark Lobodzinski · 9 years ago
  53. 1e9e6c8 layers: GH156 (bug-155): Check for WSI enables by Courtney Goeltzenleuchter · 9 years ago
  54. a13533d layers: Fix windows issue in smoketest --validate by Mark Lobodzinski · 9 years ago
  55. 739391a layers: Rename param_checker to parameter_validation by Mark Lobodzinski · 9 years ago
  56. ebf80cc Remove faulty LineLength .clang-format directive. by Karl Schultz · 9 years ago
  57. 90da2e9 layers: Hold shader_module by unique_ptr, clean up properly by Chris Forbes · 9 years ago
  58. edd25d3 layers: More housekeeping: slightly lighten descriptor set compatibility by Chris Forbes · 9 years ago
  59. fa86ce3 layers: More housekeeping: use stringstreams for describe_type by Chris Forbes · 9 years ago
  60. a136109 layers: Determine required descriptor count when stripping array levels by Chris Forbes · 9 years ago
  61. b9fb5fc layers: Add check for descriptor count by Chris Forbes · 9 years ago
  62. 4e4191b layers: Just return the whole binding struct from has_descriptor_binding by Chris Forbes · 9 years ago
  63. 87e44e0 Allow REMAINING for subresources. by Michael Lentine · 9 years ago
  64. d4f382b layers: Track lifetime when using cross-queue semaphores. by Michael Lentine · 9 years ago
  65. 7f44f4f winrtinstaller: Set up proper Access Control for install/temp dirs and files by David Pinedo · 9 years ago
  66. f5b498c layers: Additional null checks for param_checker by Dustin Graves · 9 years ago
  67. 95655db layers: Lock around changes to imageMap in image layer by Tony Barbour · 9 years ago
  68. 01cf2d4 layers: Lock around destroyedFramebuffers inserts in core_validation by Tony Barbour · 9 years ago
  69. f856847 layers: Fix 'Debug Report callbacks not removed' error messages by Mark Lobodzinski · 9 years ago
  70. 285a828 layers: Fix validation of vkCmdBindDescriptorSets() during renderpass by Tobin Ehlis · 9 years ago
  71. b3593a4 layers: Consolidate VkDeviceMemory maps into a single map by Tobin Ehlis · 9 years ago
  72. 9c7bbbd layers: Consolidate properties checks in core_validation by Tobin Ehlis · 9 years ago
  73. d78ea5d layers: Remove global wsi_enabled in core_validation by Tobin Ehlis · 9 years ago
  74. 4018991 layers: Lock around image and buffer range erases in core validation by Tony Barbour · 9 years ago
  75. 43d7c52 layers: Consolidate swapchainMaps in core_validation by Tobin Ehlis · 9 years ago
  76. 37210ea android: Fix android build by Tobin Ehlis · 9 years ago
  77. c3a1dbc layers: validate capabilities against device features by Chris Forbes · 9 years ago
  78. bce0a37 layers: Fix layer debug action initialization by Dustin Graves · 9 years ago
  79. a046da1 layers: Update validation layer details doc for layer renaming by Mark Lobodzinski · 9 years ago
  80. 93fd68a layers: Move lock around add_object_create_info in core_validation by Tony Barbour · 9 years ago
  81. 1079e1b layers: Move layer debug action initialization into layer_utils by Mark Lobodzinski · 9 years ago
  82. d133b78 winrtinstaller: Allow layers from SDK older than RT to be configured for use by David Pinedo · 9 years ago
  83. d8e22bd layers: Update doc validation to use core_validation filenames by Tobin Ehlis · 9 years ago
  84. 41c2f92 layers: Replace draw_state and mem_tracker with core validation by Mark Lobodzinski · 9 years ago
  85. 3402bdd cmake: Find spirv/glslang dependencies by Dustin Graves · 9 years ago
  86. 89845c4 winrtinstaller: Install both x86 and x64 redist's if either is not installed by David Pinedo · 9 years ago
  87. 23ca5fb layers: Add some defensive code to core_validation by Tobin Ehlis · 9 years ago
  88. 9ee6621 cmake: Fix windows debug build for large object files by Mark Lobodzinski · 9 years ago
  89. 2723795 layers: Fix crash in core_validation layer by Mark Lobodzinski · 9 years ago
  90. 50e5f0b layers: Add json files for core_validation layer by Mark Lobodzinski · 9 years ago
  91. 397fd79 layers: Fix core_validation compilation error by Mark Lobodzinski · 9 years ago
  92. c96f806 layers: Merge mem_tracker and draw_state layers into core_validation layer by Tobin Ehlis · 9 years ago
  93. 73ae941 layers: GH130 Fix to correctly get type/flags from set binding by Tobin Ehlis · 9 years ago
  94. c27e044 winrtinstaller: Verify vulkan-1-*dll has correct file name format by David Pinedo · 9 years ago
  95. fb287d3 layers: PR118, Remove erroneous validation error from swapchain by szdarkhack · 9 years ago
  96. 653f6d2 layers: GH132 Event handle should be printed as a hexadecimal value by Dominik Witczak · 9 years ago
  97. 21d0af7 android: Fix android build by Tobin Ehlis · 9 years ago
  98. a7e472b layers: draw state image/layout cleanup by Dustin Graves · 9 years ago
  99. 02af543 layers: Change header path for spirv.h in draw_state by Jon Ashburn · 9 years ago
  100. 848bad4 #include formatting changes for relative look-up. by Aaron Karp · 9 years ago