1. 59d0a33 threading: avoid invalid GIPA call in vkCreateDevice by Chia-I Wu · 8 years ago
  2. 1599234 threading: handle device commands in GetInstanceProcAddr by Chia-I Wu · 8 years ago
  3. 97dc7df threading: no interface functions in layer functions by Chia-I Wu · 8 years ago
  4. a4716b9 threading: assert valid instance/device in vkGet*ProcAddr by Chia-I Wu · 8 years ago
  5. 82e0ce8 threading: improve EnumerateDeviceExtensionProperties by Chia-I Wu · 8 years ago
  6. 72685bd threading: add threading::layerProps by Chia-I Wu · 8 years ago
  7. 33b4ce8 threading: drop vk prefix for layer functions by Chia-I Wu · 8 years ago
  8. 6e8f0d9 threading: put layer functions into a namespace by Chia-I Wu · 8 years ago
  9. ab46177 threading: decorate Vulkan commands with VKAPI_ATTR by Chia-I Wu · 8 years ago
  10. b85baf9 threading: move vkEnumerate*Properties around by Chia-I Wu · 8 years ago
  11. 1657047 unique_objects: avoid invalid GIPA call in vkCreateDevice by Chia-I Wu · 8 years ago
  12. 1ad50f4 object_tracker: avoid invalid GIPA call in vkCreateDevice by Chia-I Wu · 8 years ago
  13. 5b2f057 vk-layer-generate.py: handle device commands in GetInstanceProcAddr by Chia-I Wu · 8 years ago
  14. f5b039d vk-layer-generate.py: assert valid instance/device in vkGet*ProcAddr by Chia-I Wu · 8 years ago
  15. c57d5c8 vk-layer-generate.py: drop vk prefix for layer functions by Chia-I Wu · 8 years ago
  16. d579a5d vk-layer-generate.py: no interface functions in layer functions by Chia-I Wu · 8 years ago
  17. cdb7096 vk-layer-generate.py: put layer functions into a namespace by Chia-I Wu · 8 years ago
  18. 40b8bab vk-layer-generate.py: simplify vkEnumerate*Properties generation by Chia-I Wu · 8 years ago
  19. fcf7eb9 vk-layer-generate.py: add intercept_<ext>_command by Chia-I Wu · 8 years ago
  20. 2985b14 vk-layer-generate.py: add intercept_core_*_command by Chia-I Wu · 8 years ago
  21. 6fb205c layers: Display accessMask in HEX by Tobin Ehlis · 8 years ago
  22. 2465204 Mark fence in use after the check. by Michael Lentine · 8 years ago
  23. 5627e69 layers: Fix query tracking across multiple command buffers on the same queue by Michael Lentine · 8 years ago
  24. 860b0fe layers: Fix event tracking to differentiate reading and writing by Michael Lentine · 8 years ago
  25. b3f6006 layers: Move and rename validate_descriptor_availability_in_pool by Chris Forbes · 8 years ago
  26. 81d9521 layers: Add getPipelineLayout helper, use it by Chris Forbes · 8 years ago
  27. 1fa08e7 layers: Use pipeline layout -> ds layout direct map by Chris Forbes · 8 years ago
  28. 46ded2c layers: Use getDescriptorSetLayout helper in more places by Chris Forbes · 8 years ago
  29. 70858bb layers: Remove more AllocateDescriptorSets noise by Chris Forbes · 8 years ago
  30. 056d992 layers: Further rework to AllocateDescriptorSets by Chris Forbes · 8 years ago
  31. bc22feb layers: Get rid of pre-call updates in AllocateDescriptorSets by Chris Forbes · 8 years ago
  32. a570b7c parameter_validation: avoid invalid GIPA call in vkCreateDevice by Chia-I Wu · 8 years ago
  33. 02f01a3 parameter_validation: handle device commands in GetInstanceProcAddr by Chia-I Wu · 8 years ago
  34. a07d82c parameter_validation: no interface functions in layer functions by Chia-I Wu · 8 years ago
  35. 617f2a4 parameter_validation: refactor GetInstanceProcAddr by Chia-I Wu · 8 years ago
  36. f9b0138 parameter_validation: add intercept_core_device_command by Chia-I Wu · 8 years ago
  37. 76a3466 parameter_validation: improve EnumerateDeviceExtensionProperties by Chia-I Wu · 8 years ago
  38. 3384db8 parameter_validation: add parameter_validation::global_layer by Chia-I Wu · 8 years ago
  39. 01ca237 parameter_validation: drop vk prefix for layer functions by Chia-I Wu · 8 years ago
  40. 1a6b193 parameter_validation: put layer functions into a namespace by Chia-I Wu · 8 years ago
  41. 99f701c parameter_validation: move vkEnumerate*Properties around by Chia-I Wu · 8 years ago
  42. 5cec2c2 winrtinstaller: remove dependency on msvcrt redistributables by David Pinedo · 8 years ago
  43. bd1fecd layers: GH7, Replace bad var names in obj_tracker by Mark Lobodzinski · 8 years ago
  44. b5ccf3f tests: GH7, Fix invalid variable names by Mark Lobodzinski · 8 years ago
  45. 80eb92a layers: GH7, Fix bad var names in layer utils by Mark Lobodzinski · 8 years ago
  46. 2b46a9d headers: GH7, Fix bad variable names in vk_icd.h by Mark Lobodzinski · 8 years ago
  47. 0978f5f layers: GH7, Fix bad var names in core_validation by Mark Lobodzinski · 8 years ago
  48. 48eee0d layers: GH7, Fix bad var names in device_limits by Mark Lobodzinski · 8 years ago
  49. d27a107 layers: GH7, Replace bad variables in image layer by Mark Lobodzinski · 8 years ago
  50. 1481755 layers: GH7, Fix bad var names in threading layer by Mark Lobodzinski · 8 years ago
  51. 3ae5516 layers: GH7, Fix bad var names in swapchain layer by Mark Lobodzinski · 8 years ago
  52. 6e23d77 tests: GH535 Add tests for clear image errors by Tobin Ehlis · 8 years ago
  53. 6a4605b layers: Replace is_depth() in image layer with util function by Tobin Ehlis · 8 years ago
  54. f4d352b layers: GH535 Add checks for Clear image errors by Tobin Ehlis · 8 years ago
  55. e4c019d doc: Add "Pending" string back in for shader checker by Tobin Ehlis · 8 years ago
  56. 0e9aae7 docs: update v0 languages for device layer deprecation by Chia-I Wu · 8 years ago
  57. 7b4f4d6 layers: Updated validation layer details doc by Mark Lobodzinski · 8 years ago
  58. 56a3094 layers: DescriptorSet class clean-up by Tobin Ehlis · 8 years ago
  59. d41e7b6 layers: Verify that src of copy update is updated by Tobin Ehlis · 8 years ago
  60. 300888c layers: Refactor DescriptorSet update interface by Tobin Ehlis · 8 years ago
  61. ad4a2da layers: Migrate types from core_validation.h by Tobin Ehlis · 8 years ago
  62. da1cc23 layers: Simplify command buffer pool cleanup by Chris Forbes · 8 years ago
  63. 3535888 layers: More slight tidying by Chris Forbes · 8 years ago
  64. b065df0 use getFramebuffer more by Chris Forbes · 8 years ago
  65. 59b3654 layers: simplify TransitionSubpassLayouts by Chris Forbes · 8 years ago
  66. 05e03b7 layers: Add getFramebuffer() helper by Chris Forbes · 8 years ago
  67. c785a10 layers: Simplify CmdEndRenderPass by Chris Forbes · 8 years ago
  68. 967c468 layers: Add getRenderPass helper by Chris Forbes · 8 years ago
  69. 69f0ffc layers: Unify cb lookup in CmdBeginRenderPass by Chris Forbes · 8 years ago
  70. 92546ad layers: Remove lastBound state reset in destructor by Tobin Ehlis · 8 years ago
  71. 9906d9d layers: Improve DescriptorSet cleanup by Tobin Ehlis · 8 years ago
  72. 09d1671 layers: Reduce DescriptorSet map look-ups by Tobin Ehlis · 8 years ago
  73. 03d61de layers: Refactor DescriptorSet Update code by Tobin Ehlis · 8 years ago
  74. 660bcdc tests: Migrate InvalidDSUpdateStruct to parameter_validation by Tobin Ehlis · 8 years ago
  75. b55bc27 layers: Fix intercepts of parameter_validation by Tobin Ehlis · 8 years ago
  76. 8481f4d layers: Migrate types from core_validation.h by Tobin Ehlis · 8 years ago
  77. 17978d8 layers: Const correctness for debug_report_data param by Tobin Ehlis · 8 years ago
  78. c9d7fc9 doc: update layer and loader doc for device lyaer deprecation by Jon Ashburn · 8 years ago
  79. f5d1a09 layers: Update cmds allowed in 2nd CB subpass by Tobin Ehlis · 8 years ago
  80. 244fe58 layers: GH544 Allow INVALID cmd buffers to be reset by Tobin Ehlis · 8 years ago
  81. a061e59 layers: Update layer README.md for release by Mark Lobodzinski · 8 years ago
  82. f490f2e layers: Add correct IsStorage() to TexelDescriptor by Tobin Ehlis · 8 years ago
  83. c900f57 layers: Ignore 'noautovalidity' params w/codgen by Dustin Graves · 8 years ago
  84. 2adca84 layers: Fix transposed messages by Dustin Graves · 8 years ago
  85. 6c6d898 tests: Fix Android build by Dustin Graves · 8 years ago
  86. bda5df5 loader: update linux so version by Jeremy Hayes · 8 years ago
  87. a4bb8c1 tests: Adjust VkLayerTest.RequiredParameter by Dustin Graves · 8 years ago
  88. 085d27a tests: Fix failure in EnabledWsi test by Mark Lobodzinski · 8 years ago
  89. 8b83c40 loader: Treat GLOBAL layers same as INSTANCE layers by Jon Ashburn · 8 years ago
  90. ba5c686 tests: GH485, Update valid format property tests by Mark Lobodzinski · 8 years ago
  91. fd5e02f layers: GH485, Remove redundant format props check by Mark Lobodzinski · 8 years ago
  92. 9d1d6b1 layers: GH485, Strengthen image format validation by Mark Lobodzinski · 8 years ago
  93. c0dc07c loader: reduce message level if GDPA of a layer is not found by Jon Ashburn · 8 years ago
  94. 74503c7 update glslang and spirv-tools revisions by GregF · 8 years ago
  95. 323faa7 git: Ignore Qt generated files by Rene Lindsay · 8 years ago
  96. 13c1e2b tests: Adjust return code validation test by Dustin Graves · 8 years ago
  97. 2dc9f7a misc: Update to version 1.0.13, header, xml, JSON files by Jon Ashburn · 8 years ago
  98. 491cd04 loader: deprecate device layers by Jon Ashburn · 8 years ago
  99. c84c193 windows: Fix android-generate.bat by Cody Northrop · 8 years ago
  100. 940c4bd layers: Fix VkBool32 return in vk-layer-generate.py. by Jamie Madill · 8 years ago