1. e2e6b4e Clear priorFences on reset. by Michael Lentine · 8 years ago
  2. 5627e69 layers: Fix query tracking across multiple command buffers on the same queue by Michael Lentine · 8 years ago
  3. 860b0fe layers: Fix event tracking to differentiate reading and writing by Michael Lentine · 8 years ago
  4. b3f6006 layers: Move and rename validate_descriptor_availability_in_pool by Chris Forbes · 8 years ago
  5. 81d9521 layers: Add getPipelineLayout helper, use it by Chris Forbes · 8 years ago
  6. 1fa08e7 layers: Use pipeline layout -> ds layout direct map by Chris Forbes · 8 years ago
  7. 46ded2c layers: Use getDescriptorSetLayout helper in more places by Chris Forbes · 8 years ago
  8. 70858bb layers: Remove more AllocateDescriptorSets noise by Chris Forbes · 8 years ago
  9. 056d992 layers: Further rework to AllocateDescriptorSets by Chris Forbes · 8 years ago
  10. bc22feb layers: Get rid of pre-call updates in AllocateDescriptorSets by Chris Forbes · 8 years ago
  11. a570b7c parameter_validation: avoid invalid GIPA call in vkCreateDevice by Chia-I Wu · 8 years ago
  12. 02f01a3 parameter_validation: handle device commands in GetInstanceProcAddr by Chia-I Wu · 8 years ago
  13. a07d82c parameter_validation: no interface functions in layer functions by Chia-I Wu · 8 years ago
  14. 617f2a4 parameter_validation: refactor GetInstanceProcAddr by Chia-I Wu · 8 years ago
  15. f9b0138 parameter_validation: add intercept_core_device_command by Chia-I Wu · 8 years ago
  16. 76a3466 parameter_validation: improve EnumerateDeviceExtensionProperties by Chia-I Wu · 8 years ago
  17. 3384db8 parameter_validation: add parameter_validation::global_layer by Chia-I Wu · 8 years ago
  18. 01ca237 parameter_validation: drop vk prefix for layer functions by Chia-I Wu · 8 years ago
  19. 1a6b193 parameter_validation: put layer functions into a namespace by Chia-I Wu · 8 years ago
  20. 99f701c parameter_validation: move vkEnumerate*Properties around by Chia-I Wu · 8 years ago
  21. 5cec2c2 winrtinstaller: remove dependency on msvcrt redistributables by David Pinedo · 8 years ago
  22. bd1fecd layers: GH7, Replace bad var names in obj_tracker by Mark Lobodzinski · 8 years ago
  23. b5ccf3f tests: GH7, Fix invalid variable names by Mark Lobodzinski · 8 years ago
  24. 80eb92a layers: GH7, Fix bad var names in layer utils by Mark Lobodzinski · 8 years ago
  25. 2b46a9d headers: GH7, Fix bad variable names in vk_icd.h by Mark Lobodzinski · 8 years ago
  26. 0978f5f layers: GH7, Fix bad var names in core_validation by Mark Lobodzinski · 8 years ago
  27. 48eee0d layers: GH7, Fix bad var names in device_limits by Mark Lobodzinski · 8 years ago
  28. d27a107 layers: GH7, Replace bad variables in image layer by Mark Lobodzinski · 8 years ago
  29. 1481755 layers: GH7, Fix bad var names in threading layer by Mark Lobodzinski · 8 years ago
  30. 3ae5516 layers: GH7, Fix bad var names in swapchain layer by Mark Lobodzinski · 8 years ago
  31. 6e23d77 tests: GH535 Add tests for clear image errors by Tobin Ehlis · 8 years ago
  32. 6a4605b layers: Replace is_depth() in image layer with util function by Tobin Ehlis · 8 years ago
  33. f4d352b layers: GH535 Add checks for Clear image errors by Tobin Ehlis · 8 years ago
  34. e4c019d doc: Add "Pending" string back in for shader checker by Tobin Ehlis · 8 years ago
  35. 0e9aae7 docs: update v0 languages for device layer deprecation by Chia-I Wu · 8 years ago
  36. 7b4f4d6 layers: Updated validation layer details doc by Mark Lobodzinski · 8 years ago
  37. 56a3094 layers: DescriptorSet class clean-up by Tobin Ehlis · 8 years ago
  38. d41e7b6 layers: Verify that src of copy update is updated by Tobin Ehlis · 8 years ago
  39. 300888c layers: Refactor DescriptorSet update interface by Tobin Ehlis · 8 years ago
  40. ad4a2da layers: Migrate types from core_validation.h by Tobin Ehlis · 8 years ago
  41. da1cc23 layers: Simplify command buffer pool cleanup by Chris Forbes · 8 years ago
  42. 3535888 layers: More slight tidying by Chris Forbes · 8 years ago
  43. b065df0 use getFramebuffer more by Chris Forbes · 8 years ago
  44. 59b3654 layers: simplify TransitionSubpassLayouts by Chris Forbes · 8 years ago
  45. 05e03b7 layers: Add getFramebuffer() helper by Chris Forbes · 8 years ago
  46. c785a10 layers: Simplify CmdEndRenderPass by Chris Forbes · 8 years ago
  47. 967c468 layers: Add getRenderPass helper by Chris Forbes · 8 years ago
  48. 69f0ffc layers: Unify cb lookup in CmdBeginRenderPass by Chris Forbes · 8 years ago
  49. 92546ad layers: Remove lastBound state reset in destructor by Tobin Ehlis · 8 years ago
  50. 9906d9d layers: Improve DescriptorSet cleanup by Tobin Ehlis · 8 years ago
  51. 09d1671 layers: Reduce DescriptorSet map look-ups by Tobin Ehlis · 8 years ago
  52. 03d61de layers: Refactor DescriptorSet Update code by Tobin Ehlis · 8 years ago
  53. 660bcdc tests: Migrate InvalidDSUpdateStruct to parameter_validation by Tobin Ehlis · 8 years ago
  54. b55bc27 layers: Fix intercepts of parameter_validation by Tobin Ehlis · 8 years ago
  55. 8481f4d layers: Migrate types from core_validation.h by Tobin Ehlis · 8 years ago
  56. 17978d8 layers: Const correctness for debug_report_data param by Tobin Ehlis · 8 years ago
  57. c9d7fc9 doc: update layer and loader doc for device lyaer deprecation by Jon Ashburn · 8 years ago
  58. f5d1a09 layers: Update cmds allowed in 2nd CB subpass by Tobin Ehlis · 8 years ago
  59. 244fe58 layers: GH544 Allow INVALID cmd buffers to be reset by Tobin Ehlis · 8 years ago
  60. a061e59 layers: Update layer README.md for release by Mark Lobodzinski · 8 years ago
  61. f490f2e layers: Add correct IsStorage() to TexelDescriptor by Tobin Ehlis · 8 years ago
  62. c900f57 layers: Ignore 'noautovalidity' params w/codgen by Dustin Graves · 8 years ago
  63. 2adca84 layers: Fix transposed messages by Dustin Graves · 8 years ago
  64. 6c6d898 tests: Fix Android build by Dustin Graves · 8 years ago
  65. bda5df5 loader: update linux so version by Jeremy Hayes · 8 years ago
  66. a4bb8c1 tests: Adjust VkLayerTest.RequiredParameter by Dustin Graves · 8 years ago
  67. 085d27a tests: Fix failure in EnabledWsi test by Mark Lobodzinski · 8 years ago
  68. 8b83c40 loader: Treat GLOBAL layers same as INSTANCE layers by Jon Ashburn · 8 years ago
  69. ba5c686 tests: GH485, Update valid format property tests by Mark Lobodzinski · 8 years ago
  70. fd5e02f layers: GH485, Remove redundant format props check by Mark Lobodzinski · 8 years ago
  71. 9d1d6b1 layers: GH485, Strengthen image format validation by Mark Lobodzinski · 8 years ago
  72. c0dc07c loader: reduce message level if GDPA of a layer is not found by Jon Ashburn · 8 years ago
  73. 74503c7 update glslang and spirv-tools revisions by GregF · 8 years ago
  74. 323faa7 git: Ignore Qt generated files by Rene Lindsay · 8 years ago
  75. 13c1e2b tests: Adjust return code validation test by Dustin Graves · 8 years ago
  76. 2dc9f7a misc: Update to version 1.0.13, header, xml, JSON files by Jon Ashburn · 8 years ago
  77. 491cd04 loader: deprecate device layers by Jon Ashburn · 8 years ago
  78. c84c193 windows: Fix android-generate.bat by Cody Northrop · 8 years ago
  79. 940c4bd layers: Fix VkBool32 return in vk-layer-generate.py. by Jamie Madill · 8 years ago
  80. dbda66b layers: Add output file option to vk-generate scripts. by Jamie Madill · 8 years ago
  81. 0b03b93 layers: Track dynamic descriptor offsets per set index by Chris Forbes · 8 years ago
  82. 367c032 layers: Narrow scopes of some locals for clarity by Chris Forbes · 8 years ago
  83. 419a109 Fix allows to return actual storage_ and not default false value. by Norbert Nopper · 8 years ago
  84. d9867fc layers: Clean up old mem_tracker merge remnants by Tobin Ehlis · 8 years ago
  85. 51b5f05 layers: Fix android build errors by Tobin Ehlis · 8 years ago
  86. 077ded3 tests: Clean up InvalidMemoryAliasing test by Tobin Ehlis · 8 years ago
  87. 8a46c85 tests: Update doc validation by Tobin Ehlis · 8 years ago
  88. 3537252 tests: Add InvalidMemoryMapping test by Tobin Ehlis · 8 years ago
  89. d094c27 layers: Fixes to memory mapping checks by Tobin Ehlis · 8 years ago
  90. 680eb2b tests: Update document validation related to tests by Tobin Ehlis · 8 years ago
  91. d5b56ea layers: Kill MISSING_MEM_BINDINGS error by Tobin Ehlis · 8 years ago
  92. f11be98 tests: Add tests for INVALID_ALIASING cases by Tobin Ehlis · 8 years ago
  93. 89ca84a layers: Move `fb` from RENDER_PASS_NODE to GLOBAL_CB_NODE by Chris Forbes · 8 years ago
  94. 399c734 layers: Finish unhooking layer_data from SC pipeline validation by Chris Forbes · 8 years ago
  95. 337dbbb layers: Use pipeline layout ptr from pipeline node by Chris Forbes · 8 years ago
  96. 168d41c layers: Add PIPELINE_LAYOUT_NODE * to PIPELINE_NODE by Chris Forbes · 8 years ago
  97. 19b6058 layers: No longer require layer_data for stage validation by Chris Forbes · 8 years ago
  98. c9b826c layers: Pass in shaderModuleMap to SC by Chris Forbes · 8 years ago
  99. 8e97f69 layers: use RENDER_PASS_NODE* from pipeline in SC by Chris Forbes · 8 years ago
  100. 979fc74 layers: Add RENDER_PASS_NODE* to PIPELINE_NODE* by Chris Forbes · 8 years ago