1. c4e9ba2 add vk-layer-introspect by Chia-I Wu · 8 years ago
  2. b4e0bdb layers: Remove old hacks for imprecise descriptor tracking for compute by Chris Forbes · 8 years ago
  3. dbc6632 layers: Do accurate draw-time validation of descriptors used by compute by Chris Forbes · 8 years ago
  4. e96eb49 layers: Make precise DS validation work for both bind points by Chris Forbes · 8 years ago
  5. 10eb9ae layers: Wire up validation of compute pipelines by Chris Forbes · 8 years ago
  6. 21c8835 tests: Add dynamic blendConstant test by Tobin Ehlis · 8 years ago
  7. fe324a7 tests: Update doc for dynamic state tests by Tobin Ehlis · 8 years ago
  8. b1a8799 tests: Break dynamic state tests out by Tobin Ehlis · 8 years ago
  9. 269f032 tests: Update another DS format to be mobile-friendly by Tobin Ehlis · 8 years ago
  10. 1f567a2 tests: Fix InvalidImageViewAspect test by Tobin Ehlis · 8 years ago
  11. 4a89633 tests: Set correct input assembly struct type by Tobin Ehlis · 8 years ago
  12. 8b313c0 tests: Use mobile-friendly DS format by Tobin Ehlis · 8 years ago
  13. 5669614 winrt: Add more error logic to Powershell script by Mark Young · 8 years ago
  14. 9b22de3 layers: Fix safe struct codegen of static arrays by Chris Forbes · 8 years ago
  15. f902516 tests: Loop over objects to reduce code by Tobin Ehlis · 8 years ago
  16. 0bb263b tests: Add test for fence submit/wait over multiple frames by Tobin Ehlis · 8 years ago
  17. ec68b97 layers: Handle static arrays in codegen by Tobin Ehlis · 8 years ago
  18. c962515 layers: Fix ImageSampler immut sampler check by Tobin Ehlis · 8 years ago
  19. a4cbbcd layers: Use correct log_msg calls in swapchain by Mark Lobodzinski · 8 years ago
  20. 63c1eb5 build: Fix Windows compilation warnings by Karl Schultz · 8 years ago
  21. 0cc7346 layers: lvlgh 548, remove obsolete RPATH by Jon Ashburn · 8 years ago
  22. 89f9048 Merge pull request #583 from lentinem/mlentine-clearpriorfences by Michael Lentine · 8 years ago
  23. e2e6b4e Clear priorFences on reset. by Michael Lentine · 8 years ago
  24. 59d0a33 threading: avoid invalid GIPA call in vkCreateDevice by Chia-I Wu · 8 years ago
  25. 1599234 threading: handle device commands in GetInstanceProcAddr by Chia-I Wu · 8 years ago
  26. 97dc7df threading: no interface functions in layer functions by Chia-I Wu · 8 years ago
  27. a4716b9 threading: assert valid instance/device in vkGet*ProcAddr by Chia-I Wu · 8 years ago
  28. 82e0ce8 threading: improve EnumerateDeviceExtensionProperties by Chia-I Wu · 8 years ago
  29. 72685bd threading: add threading::layerProps by Chia-I Wu · 8 years ago
  30. 33b4ce8 threading: drop vk prefix for layer functions by Chia-I Wu · 8 years ago
  31. 6e8f0d9 threading: put layer functions into a namespace by Chia-I Wu · 8 years ago
  32. ab46177 threading: decorate Vulkan commands with VKAPI_ATTR by Chia-I Wu · 8 years ago
  33. b85baf9 threading: move vkEnumerate*Properties around by Chia-I Wu · 8 years ago
  34. 1657047 unique_objects: avoid invalid GIPA call in vkCreateDevice by Chia-I Wu · 8 years ago
  35. 1ad50f4 object_tracker: avoid invalid GIPA call in vkCreateDevice by Chia-I Wu · 8 years ago
  36. 5b2f057 vk-layer-generate.py: handle device commands in GetInstanceProcAddr by Chia-I Wu · 8 years ago
  37. f5b039d vk-layer-generate.py: assert valid instance/device in vkGet*ProcAddr by Chia-I Wu · 8 years ago
  38. c57d5c8 vk-layer-generate.py: drop vk prefix for layer functions by Chia-I Wu · 8 years ago
  39. d579a5d vk-layer-generate.py: no interface functions in layer functions by Chia-I Wu · 8 years ago
  40. cdb7096 vk-layer-generate.py: put layer functions into a namespace by Chia-I Wu · 8 years ago
  41. 40b8bab vk-layer-generate.py: simplify vkEnumerate*Properties generation by Chia-I Wu · 8 years ago
  42. fcf7eb9 vk-layer-generate.py: add intercept_<ext>_command by Chia-I Wu · 8 years ago
  43. 2985b14 vk-layer-generate.py: add intercept_core_*_command by Chia-I Wu · 8 years ago
  44. 6fb205c layers: Display accessMask in HEX by Tobin Ehlis · 8 years ago
  45. 2465204 Mark fence in use after the check. by Michael Lentine · 8 years ago
  46. 5627e69 layers: Fix query tracking across multiple command buffers on the same queue by Michael Lentine · 8 years ago
  47. 860b0fe layers: Fix event tracking to differentiate reading and writing by Michael Lentine · 8 years ago
  48. b3f6006 layers: Move and rename validate_descriptor_availability_in_pool by Chris Forbes · 8 years ago
  49. 81d9521 layers: Add getPipelineLayout helper, use it by Chris Forbes · 8 years ago
  50. 1fa08e7 layers: Use pipeline layout -> ds layout direct map by Chris Forbes · 8 years ago
  51. 46ded2c layers: Use getDescriptorSetLayout helper in more places by Chris Forbes · 8 years ago
  52. 70858bb layers: Remove more AllocateDescriptorSets noise by Chris Forbes · 8 years ago
  53. 056d992 layers: Further rework to AllocateDescriptorSets by Chris Forbes · 8 years ago
  54. bc22feb layers: Get rid of pre-call updates in AllocateDescriptorSets by Chris Forbes · 8 years ago
  55. a570b7c parameter_validation: avoid invalid GIPA call in vkCreateDevice by Chia-I Wu · 8 years ago
  56. 02f01a3 parameter_validation: handle device commands in GetInstanceProcAddr by Chia-I Wu · 8 years ago
  57. a07d82c parameter_validation: no interface functions in layer functions by Chia-I Wu · 8 years ago
  58. 617f2a4 parameter_validation: refactor GetInstanceProcAddr by Chia-I Wu · 8 years ago
  59. f9b0138 parameter_validation: add intercept_core_device_command by Chia-I Wu · 8 years ago
  60. 76a3466 parameter_validation: improve EnumerateDeviceExtensionProperties by Chia-I Wu · 8 years ago
  61. 3384db8 parameter_validation: add parameter_validation::global_layer by Chia-I Wu · 8 years ago
  62. 01ca237 parameter_validation: drop vk prefix for layer functions by Chia-I Wu · 8 years ago
  63. 1a6b193 parameter_validation: put layer functions into a namespace by Chia-I Wu · 8 years ago
  64. 99f701c parameter_validation: move vkEnumerate*Properties around by Chia-I Wu · 8 years ago
  65. 5cec2c2 winrtinstaller: remove dependency on msvcrt redistributables by David Pinedo · 8 years ago
  66. bd1fecd layers: GH7, Replace bad var names in obj_tracker by Mark Lobodzinski · 8 years ago
  67. b5ccf3f tests: GH7, Fix invalid variable names by Mark Lobodzinski · 8 years ago
  68. 80eb92a layers: GH7, Fix bad var names in layer utils by Mark Lobodzinski · 8 years ago
  69. 2b46a9d headers: GH7, Fix bad variable names in vk_icd.h by Mark Lobodzinski · 8 years ago
  70. 0978f5f layers: GH7, Fix bad var names in core_validation by Mark Lobodzinski · 8 years ago
  71. 48eee0d layers: GH7, Fix bad var names in device_limits by Mark Lobodzinski · 8 years ago
  72. d27a107 layers: GH7, Replace bad variables in image layer by Mark Lobodzinski · 8 years ago
  73. 1481755 layers: GH7, Fix bad var names in threading layer by Mark Lobodzinski · 8 years ago
  74. 3ae5516 layers: GH7, Fix bad var names in swapchain layer by Mark Lobodzinski · 8 years ago
  75. 6e23d77 tests: GH535 Add tests for clear image errors by Tobin Ehlis · 8 years ago
  76. 6a4605b layers: Replace is_depth() in image layer with util function by Tobin Ehlis · 8 years ago
  77. f4d352b layers: GH535 Add checks for Clear image errors by Tobin Ehlis · 8 years ago
  78. e4c019d doc: Add "Pending" string back in for shader checker by Tobin Ehlis · 8 years ago
  79. 0e9aae7 docs: update v0 languages for device layer deprecation by Chia-I Wu · 8 years ago
  80. 7b4f4d6 layers: Updated validation layer details doc by Mark Lobodzinski · 8 years ago
  81. 56a3094 layers: DescriptorSet class clean-up by Tobin Ehlis · 8 years ago
  82. d41e7b6 layers: Verify that src of copy update is updated by Tobin Ehlis · 8 years ago
  83. 300888c layers: Refactor DescriptorSet update interface by Tobin Ehlis · 8 years ago
  84. ad4a2da layers: Migrate types from core_validation.h by Tobin Ehlis · 8 years ago
  85. da1cc23 layers: Simplify command buffer pool cleanup by Chris Forbes · 8 years ago
  86. 3535888 layers: More slight tidying by Chris Forbes · 8 years ago
  87. b065df0 use getFramebuffer more by Chris Forbes · 8 years ago
  88. 59b3654 layers: simplify TransitionSubpassLayouts by Chris Forbes · 8 years ago
  89. 05e03b7 layers: Add getFramebuffer() helper by Chris Forbes · 8 years ago
  90. c785a10 layers: Simplify CmdEndRenderPass by Chris Forbes · 8 years ago
  91. 967c468 layers: Add getRenderPass helper by Chris Forbes · 8 years ago
  92. 69f0ffc layers: Unify cb lookup in CmdBeginRenderPass by Chris Forbes · 8 years ago
  93. 92546ad layers: Remove lastBound state reset in destructor by Tobin Ehlis · 8 years ago
  94. 9906d9d layers: Improve DescriptorSet cleanup by Tobin Ehlis · 8 years ago
  95. 09d1671 layers: Reduce DescriptorSet map look-ups by Tobin Ehlis · 8 years ago
  96. 03d61de layers: Refactor DescriptorSet Update code by Tobin Ehlis · 8 years ago
  97. 660bcdc tests: Migrate InvalidDSUpdateStruct to parameter_validation by Tobin Ehlis · 8 years ago
  98. b55bc27 layers: Fix intercepts of parameter_validation by Tobin Ehlis · 8 years ago
  99. 8481f4d layers: Migrate types from core_validation.h by Tobin Ehlis · 8 years ago
  100. 17978d8 layers: Const correctness for debug_report_data param by Tobin Ehlis · 8 years ago