1. abc2d6e header: Update to 1.0.54 Vulkan release by Mark Young · 7 years ago
  2. 051a65f layers:Refactor CmdUpdateBuffer to Pre/Post by Tobin Ehlis · 7 years ago
  3. 2efac51 layers: Remove spammy debug output in vkCmdBindDescriptorSets by Gabríel Arthúr Pétursson · 7 years ago
  4. b1861d9 layers:Identify layout from pipelineLayout by Tobin Ehlis · 7 years ago
  5. 92c0bcb external: Update commit IDs: glslang by Mike Weiblen · 7 years ago
  6. 90884ed layers: Clarify MaxAnisotropy not enabled message by Mark Lobodzinski · 7 years ago
  7. b2816d7 external: Update commit IDs: glslang,tools,header by Mike Weiblen · 7 years ago
  8. 4307ef0 Revert "external: Update commit IDs: glslang,tools,header" by Mike Weiblen · 7 years ago
  9. ea568fe loader: Rename files to better reflect their use by Lenny Komow · 7 years ago
  10. 5e30036 loader: Fix unknown device trampolines on Windows by Lenny Komow · 7 years ago
  11. 35d2aa3 loader: Fix unknown device trampolines on Linux by Lenny Komow · 7 years ago
  12. 253747d loader: Fix unknown phys dev terms on Linux by Lenny Komow · 7 years ago
  13. 7a62c48 loader: Fix unknown phys dev terms on Windows by Lenny Komow · 7 years ago
  14. 5066eff external: Update commit IDs: glslang,tools,header by Mike Weiblen · 7 years ago
  15. fc20c4d layers: GH1922, Fix out-of-tree builds by Mark Lobodzinski · 7 years ago
  16. 02fa197 layers: Add VUIDS to allocator checks by Mark Lobodzinski · 7 years ago
  17. 9cf24dd layers: Add VUs to more PV struct-type_array checks by Mark Lobodzinski · 7 years ago
  18. dead0b6 layers: Output VUIDS for PV required_pointer checks by Mark Lobodzinski · 7 years ago
  19. e1cce09 layers: Add missing parms to vuid_mapping script by Mark Lobodzinski · 7 years ago
  20. d0b0c51 layers: Wire up zerobitmask PV VUIDs by Mark Lobodzinski · 7 years ago
  21. 42eb3c3 layers: Wire up ranged-enum PV VUIDs by Mark Lobodzinski · 7 years ago
  22. 1e707bd layers: Wire in VUIDS for count/array implicit checks by Mark Lobodzinski · 7 years ago
  23. 63aebd3 scripts: Update vuid_mapping for missing variables by Mark Lobodzinski · 7 years ago
  24. e5b2b71 header: Update to version 1.0.53 of the vulkan hdr by Mark Lobodzinski · 7 years ago
  25. d3953da build: Fix build on non-x86 Linux systems by Lenny Komow · 7 years ago
  26. 33c2d25 layers: More CmdBlitImage VU checks by Dave Houlton · 7 years ago
  27. 3431dac layers: Add names to objects and print in validation by Tony Barbour · 7 years ago
  28. 02df1a8 loader: Add validation for apiVersion by Mark Young · 8 years ago
  29. 66f36f3 layers: Update error db for missed check by Mark Lobodzinski · 7 years ago
  30. 024b282 layers: Add VUIDs for some -parameter implicit checks by Mark Lobodzinski · 7 years ago
  31. 4e39cc6 scripts: Add missing funcs/structs to mapping table by Mark Lobodzinski · 7 years ago
  32. e643fcc layers: Plumb in PV implicit requiredbits vuids by Mark Lobodzinski · 7 years ago
  33. cb6f56f scripts: Add missing variable names to vuid_mapping by Mark Lobodzinski · 7 years ago
  34. a1400e1 scripts: Output VUID for PV pNext errors by Mark Lobodzinski · 7 years ago
  35. 3c82852 layers: Add VUID parameter to pNext validation by Mark Lobodzinski · 7 years ago
  36. da9de78 scripts: Update vuid_mapping for missing structs by Mark Lobodzinski · 7 years ago
  37. 184a1dc layers: Clarify message for unknown pNext type by Mark Lobodzinski · 7 years ago
  38. c075b75 build: Enable control flow guard on Windows by Slawomir Cygan · 7 years ago
  39. f9d7acd layers: Don't copy all the image subresources every submit by Chris Forbes · 7 years ago
  40. c4ae244 layers: Declare aliases for std::mutex and its RAII wrappers by Chris Forbes · 7 years ago
  41. 2d193ac scripts: Updated validation_stats error output by Mark Lobodzinski · 7 years ago
  42. 06954ea layers: Add sType VUIDs to Parameter Validation by Mark Lobodzinski · 7 years ago
  43. 05849f0 scripts: Add parameter_validation.h to doc validator by Mark Lobodzinski · 7 years ago
  44. fb842d5 scripts: Remove noisy print from vuid_mapping.py by Mark Lobodzinski · 7 years ago
  45. 04dc757 scripts: Remove unnecessary library from vuid script by Mark Lobodzinski · 7 years ago
  46. 5229537 scripts: Update vuid_mapping.py with new APIs by Mark Lobodzinski · 7 years ago
  47. 3f7a3b3 loader: Fix handling of JSON by Mark Young · 7 years ago
  48. e3787b4 scripts: Move layer scripts into scripts directory by Mark Lobodzinski · 7 years ago
  49. 62f40db build: Exit with return code in update_external bat by Tony Barbour · 7 years ago
  50. ba800b8 build: Fix assembler warning on Win64 by Lenny Komow · 7 years ago
  51. 273135f tests: Skip test for 14a004dc if all offsets are valid by Cort Stratton · 7 years ago
  52. d882106 loader: Modify VK_EXT_debug_marker scripts by Mark Young · 7 years ago
  53. b50cd06 layers: Do the bulk of pipeline validation unlocked by Chris Forbes · 7 years ago
  54. b4bb4ff layers: Rename verifyPipelineCreateState to match new role by Chris Forbes · 7 years ago
  55. 9e6dca8 layers: Inline pre-validate into CreateGraphicsPipelines by Chris Forbes · 7 years ago
  56. 647165b layers: Move vertex format validation down a level by Chris Forbes · 7 years ago
  57. ffd1fd7 layers: Remove pointless instance lookup in pipeline creation by Chris Forbes · 7 years ago
  58. 5f76994 layers: pass pipe_state vector by const ref by Chris Forbes · 7 years ago
  59. 23b4c08 layers: Unlock CreateGraphicsPipelines a bit earlier by Chris Forbes · 7 years ago
  60. e7163ad layers: test against maxVertexInputBindingStride should be >, not >= by Cort Stratton · 7 years ago
  61. 3b2322c tests: Handle device extensions provided by layers by Tony Barbour · 7 years ago
  62. 6d3bf2e build: Update Travis-CI config by Cody Northrop · 7 years ago
  63. c2f751a layers: Don't accidentally copy pipeline layout again in SC by Chris Forbes · 7 years ago
  64. a8e46e7 layers:Make DSLayout const in shared_ptrs by Tobin Ehlis · 7 years ago
  65. 6dc57dd layers:IsCompatible uses raw DSLayout ptr by Tobin Ehlis · 7 years ago
  66. 452b453 layers:Set DescriptorSetLayout in DS to const by Tobin Ehlis · 7 years ago
  67. 2ec3e22 layers:Pass shared_ptr by const ref by Tobin Ehlis · 7 years ago
  68. a25567e layers:Use make_shared for share_ptr creation by Tobin Ehlis · 7 years ago
  69. 7cd8c79 layers:Migrate DSLayout to shared_ptr by Tobin Ehlis · 7 years ago
  70. f07d8bc layers:Used shared_ptr for DSLayout by Tobin Ehlis · 7 years ago
  71. 1606de0 tests:Remove unused result var by Tobin Ehlis · 7 years ago
  72. b8fe10d scripts:Skip doc validation if src dir not found by Tobin Ehlis · 7 years ago
  73. 7346781 layers: GH1889, check for CLAMP_TO_EDGE ext enable by Mark Lobodzinski · 7 years ago
  74. fe5f4e6 build: Quote asm arg to allow bld w/spaces in path by Karl Schultz · 7 years ago
  75. fa77493 don't copy vector of pipelines everywhere by Chris Forbes · 7 years ago
  76. dd8b456 layers: Avoid renderpass lookup in verifyPipelineCreateState by Chris Forbes · 7 years ago
  77. 0518c15 layers: Move pipeline renderpass/subpass validation earlier by Chris Forbes · 7 years ago
  78. 1ed8945 layers: check attachment finalLayout for invalid values by Cort Stratton · 7 years ago
  79. 65c9f2b layers: Further removal of CMD_TYPE plumbing by Chris Forbes · 7 years ago
  80. 38c2e79 Remove dead cmd_type param from PreCallRecordCmdClearImage by Chris Forbes · 7 years ago
  81. 5ec674c Remove last cmd machinery by Chris Forbes · 7 years ago
  82. 221420d layers: Split CB_INVALID state by Chris Forbes · 7 years ago
  83. 00f32dc layers: Move validate_functions clear into resetCB by Chris Forbes · 7 years ago
  84. c444802 layers: Remove dead TODO for MT/CV merge by Chris Forbes · 7 years ago
  85. dbe4bdc build: Enable linux 32-bit builds with ASFLAGS by Lenny Komow · 7 years ago
  86. 0aadb03 scripts:Temporarily disable doc validation by Tobin Ehlis · 7 years ago
  87. c0eec45 layers: Remove debug code from vk_layer_table.cpp by Mark Lobodzinski · 7 years ago
  88. 1a0b0e7 layers: Fix memory leak in instance destroy_dispatch_table by Józef Kucia · 7 years ago
  89. 017c930 layers: Fix memory leak in device destroy_dispatch_table by Józef Kucia · 7 years ago
  90. e0ab148 build: Do not overwrite CMAKE_ASM-ATT_FLAGS by Józef Kucia · 7 years ago
  91. 2ef1cd1 tests: Remove commented out source code by Mark Lobodzinski · 7 years ago
  92. 04b8049 tests: GH1827, Enabled/supported extensions in tests by Mark Lobodzinski · 7 years ago
  93. 969baa8 tests: Add missing parms to InitFramework call by Mark Lobodzinski · 7 years ago
  94. d922d4c scripts:Include string.h in ext helper by Tobin Ehlis · 7 years ago
  95. 5352aff tests: Fix device_profile_api return types by Tony Barbour · 7 years ago
  96. f96fdbf tests: Copy device_profile_api json from source by Tony Barbour · 7 years ago
  97. e0f511c layers: Clean up missing checks list for vkCreateBuffer by Chris Forbes · 7 years ago
  98. 3201e9b tests: Doc validator test changes by Mark Lobodzinski · 7 years ago
  99. b44c54a layers: Allow suppression of doctest output by Mark Lobodzinski · 7 years ago
  100. 1b1d896 loader: Fix alloc issue by Mark Young · 7 years ago