1. 0b5e208 winrtinstaller: sign Config powershell script by David Pinedo · 8 years ago
  2. c5012ff tests: Use header macro for API version rather than make_version by Jon Ashburn · 8 years ago
  3. dc9111c misc: Update to header version 1.0.6 by Jon Ashburn · 8 years ago
  4. 24edb7c Remove device from layer_data_map at destroy in parameter_validation by Tony Barbour · 8 years ago
  5. b653eb2 layers: Update event tracking to account for sequential cross command buffer and queue tracking. by Michael Lentine · 8 years ago
  6. 223b01e layers: Merge of cmd buffer maps in core_validation by Tobin Ehlis · 8 years ago
  7. c85cf40 build: Cleanup build_windows_targets.bat by Karl Schultz · 8 years ago
  8. e5ca113 layers: Fix message for array layers to say array layers. by Michael Lentine · 8 years ago
  9. ec1ed13 layers: tidy up PIPELINE_NODE a bit by Chris Forbes · 8 years ago
  10. 387d24c layers: Slightly simplify descriptor uses loop in SC by Chris Forbes · 8 years ago
  11. 3e48cb0 layers: GH157 Update error messages to be consistent by Tobin Ehlis · 8 years ago
  12. e61a28c layers: Add lock around erase from frameBufferMap in core_validation by Tony Barbour · 8 years ago
  13. ff689ce layers: Fix core_validation layer cube --validate failure by Mark Lobodzinski · 8 years ago
  14. 1e9e6c8 layers: GH156 (bug-155): Check for WSI enables by Courtney Goeltzenleuchter · 8 years ago
  15. a13533d layers: Fix windows issue in smoketest --validate by Mark Lobodzinski · 8 years ago
  16. 739391a layers: Rename param_checker to parameter_validation by Mark Lobodzinski · 8 years ago
  17. ebf80cc Remove faulty LineLength .clang-format directive. by Karl Schultz · 8 years ago
  18. 90da2e9 layers: Hold shader_module by unique_ptr, clean up properly by Chris Forbes · 8 years ago
  19. edd25d3 layers: More housekeeping: slightly lighten descriptor set compatibility by Chris Forbes · 8 years ago
  20. fa86ce3 layers: More housekeeping: use stringstreams for describe_type by Chris Forbes · 8 years ago
  21. a136109 layers: Determine required descriptor count when stripping array levels by Chris Forbes · 8 years ago
  22. b9fb5fc layers: Add check for descriptor count by Chris Forbes · 8 years ago
  23. 4e4191b layers: Just return the whole binding struct from has_descriptor_binding by Chris Forbes · 8 years ago
  24. 87e44e0 Allow REMAINING for subresources. by Michael Lentine · 8 years ago
  25. d4f382b layers: Track lifetime when using cross-queue semaphores. by Michael Lentine · 8 years ago
  26. 7f44f4f winrtinstaller: Set up proper Access Control for install/temp dirs and files by David Pinedo · 8 years ago
  27. f5b498c layers: Additional null checks for param_checker by Dustin Graves · 8 years ago
  28. 95655db layers: Lock around changes to imageMap in image layer by Tony Barbour · 8 years ago
  29. 01cf2d4 layers: Lock around destroyedFramebuffers inserts in core_validation by Tony Barbour · 8 years ago
  30. f856847 layers: Fix 'Debug Report callbacks not removed' error messages by Mark Lobodzinski · 8 years ago
  31. 285a828 layers: Fix validation of vkCmdBindDescriptorSets() during renderpass by Tobin Ehlis · 8 years ago
  32. b3593a4 layers: Consolidate VkDeviceMemory maps into a single map by Tobin Ehlis · 8 years ago
  33. 9c7bbbd layers: Consolidate properties checks in core_validation by Tobin Ehlis · 8 years ago
  34. d78ea5d layers: Remove global wsi_enabled in core_validation by Tobin Ehlis · 8 years ago
  35. 4018991 layers: Lock around image and buffer range erases in core validation by Tony Barbour · 8 years ago
  36. 43d7c52 layers: Consolidate swapchainMaps in core_validation by Tobin Ehlis · 8 years ago
  37. 37210ea android: Fix android build by Tobin Ehlis · 8 years ago
  38. c3a1dbc layers: validate capabilities against device features by Chris Forbes · 8 years ago
  39. bce0a37 layers: Fix layer debug action initialization by Dustin Graves · 8 years ago
  40. a046da1 layers: Update validation layer details doc for layer renaming by Mark Lobodzinski · 8 years ago
  41. 93fd68a layers: Move lock around add_object_create_info in core_validation by Tony Barbour · 8 years ago
  42. 1079e1b layers: Move layer debug action initialization into layer_utils by Mark Lobodzinski · 8 years ago
  43. d133b78 winrtinstaller: Allow layers from SDK older than RT to be configured for use by David Pinedo · 8 years ago
  44. d8e22bd layers: Update doc validation to use core_validation filenames by Tobin Ehlis · 8 years ago
  45. 41c2f92 layers: Replace draw_state and mem_tracker with core validation by Mark Lobodzinski · 8 years ago
  46. 3402bdd cmake: Find spirv/glslang dependencies by Dustin Graves · 8 years ago
  47. 89845c4 winrtinstaller: Install both x86 and x64 redist's if either is not installed by David Pinedo · 8 years ago
  48. 23ca5fb layers: Add some defensive code to core_validation by Tobin Ehlis · 8 years ago
  49. 9ee6621 cmake: Fix windows debug build for large object files by Mark Lobodzinski · 8 years ago
  50. 2723795 layers: Fix crash in core_validation layer by Mark Lobodzinski · 8 years ago
  51. 50e5f0b layers: Add json files for core_validation layer by Mark Lobodzinski · 8 years ago
  52. 397fd79 layers: Fix core_validation compilation error by Mark Lobodzinski · 8 years ago
  53. c96f806 layers: Merge mem_tracker and draw_state layers into core_validation layer by Tobin Ehlis · 9 years ago
  54. 73ae941 layers: GH130 Fix to correctly get type/flags from set binding by Tobin Ehlis · 8 years ago
  55. c27e044 winrtinstaller: Verify vulkan-1-*dll has correct file name format by David Pinedo · 8 years ago
  56. fb287d3 layers: PR118, Remove erroneous validation error from swapchain by szdarkhack · 9 years ago
  57. 653f6d2 layers: GH132 Event handle should be printed as a hexadecimal value by Dominik Witczak · 8 years ago
  58. 21d0af7 android: Fix android build by Tobin Ehlis · 8 years ago
  59. a7e472b layers: draw state image/layout cleanup by Dustin Graves · 9 years ago
  60. 02af543 layers: Change header path for spirv.h in draw_state by Jon Ashburn · 8 years ago
  61. 848bad4 #include formatting changes for relative look-up. by Aaron Karp · 9 years ago
  62. 58c2f66 layers: Add pNext parameter checking by Dustin Graves · 9 years ago
  63. 1a02c2f loader: make sure createDevice uses ICDs physicalDevice by Jon Ashburn · 9 years ago
  64. 3267cf9 spirv: Pick up SPIRV-Tools fix for version generation script. by Karl Schultz · 9 years ago
  65. 761de4b loader: Fix cmake on win for list of normal and opt sources by Jon Ashburn · 9 years ago
  66. 539dc1b layers: GH67: Add missing mem_tracker interception for vkCmdBlitImage() calls by Dominik Witczak · 9 years ago
  67. 00e3f89 layers: Fix overlapping attachment aliasing dependency check in draw_state by Michael Lentine · 9 years ago
  68. 208a2f7 layers: Enfoce that unique objects if enabled happens before draw_state in the chain. by Michael Lentine · 9 years ago
  69. dcacd0b layers: Fix draw_state handling of special image layouts in CmdPipelineBarrier by Mark Lobodzinski · 9 years ago
  70. a492c87 loader: fix cmake file so it doesn't always build loader with DEBUG by David Pinedo · 9 years ago
  71. 34edc12 layers: Fix helper script to not dereference strings with a NULL pointer. by Jon Ashburn · 9 years ago
  72. a3fc30f layers: Update layer validation details document by Mark Lobodzinski · 9 years ago
  73. 59e41a0 layers: GH99 Track all command buffers submitted at once at the same time. by Michael Lentine · 9 years ago
  74. 426c027 layers: GH96 Fix error messages for bad layout by Tobin Ehlis · 9 years ago
  75. 5f4a03f layers: GH98 Only check fence in-use once per QueueSubmit by Tobin Ehlis · 9 years ago
  76. dd32145 docs: Update README.md by Jon Ashburn · 9 years ago
  77. 55efaa4 Update BUILD.md by Karl Schultz · 9 years ago
  78. 235a854 Update CONTRIBUTING.md by Karl Schultz · 9 years ago
  79. cce82d4 layers: GH94 Correctly map bindingToIndex in draw_state (thanks @baldurk) by Tobin Ehlis · 9 years ago
  80. b5e3b39 Update CONTRIBUTING.md by Karl Schultz · 9 years ago
  81. abed9e5 layers: Add checking for may alias bit. by Michael Lentine · 9 years ago
  82. 134626d layers: Format updates for attachments overlapping memory code in draw_state by Michael Lentine · 9 years ago
  83. bdbc113 layers: Lighten object tracker slightly by Chris Forbes · 9 years ago
  84. b7e793c layers: Remove documentation for now-defunct check "FS_MIXED_BROADCAST" by Tobin Ehlis · 9 years ago
  85. f799254 layers: Add descriptor type matching to DrawState by Chris Forbes · 9 years ago
  86. 5484e0c layers: clang-format layers directory by Jon Ashburn · 9 years ago
  87. 58d114b layers: Add string array parameter checking by Dustin Graves · 9 years ago
  88. 02a24a2 layers: Remove redundant/unused param checker code by Dustin Graves · 9 years ago
  89. c857fb3 layers: LX430, Modfiy object_tracker to handle multiple instances by Mark Lobodzinski · 9 years ago
  90. ebf3281 layers: GH83 Fix updates of copies descriptor sets in draw_state by Tobin Ehlis · 9 years ago
  91. 057c835 layers: Fix layer documentation so that it can be auto-validated by Tobin Ehlis · 9 years ago
  92. 8fff243 layers: Count attachments as the same if they have overlapping memory. by Michael Lentine · 9 years ago
  93. 4e8c416 loader: Fix issue passing wrong instance if layer wraps instances by Jon Ashburn · 9 years ago
  94. dfdb8d4 layers: LX405 Avoid some checks when rastrization is disabled. by Karl Schultz · 9 years ago
  95. 9daf7a3 codegen: LX424 Generate code for WSI-specific funs in GIPA. by Karl Schultz · 9 years ago
  96. d83f06c Bump api_version to 1.0.5 in json files by Tony Barbour · 9 years ago
  97. 27a912a layers: Add func pointer NULL checks by Dustin Graves · 9 years ago
  98. fb8baae layers: GH41 Flag error if cmd buffer references destroyed framebuffer by Tobin Ehlis · 9 years ago
  99. 81f786a layers: Fix android build of draw_state by Tobin Ehlis · 9 years ago
  100. 8c0dabf layers: Fix android build from linux or Win32 system by Tobin Ehlis · 9 years ago