1. 1e707bd layers: Wire in VUIDS for count/array implicit checks by Mark Lobodzinski · 7 years ago
  2. 63aebd3 scripts: Update vuid_mapping for missing variables by Mark Lobodzinski · 7 years ago
  3. e5b2b71 header: Update to version 1.0.53 of the vulkan hdr by Mark Lobodzinski · 7 years ago
  4. d3953da build: Fix build on non-x86 Linux systems by Lenny Komow · 7 years ago
  5. 33c2d25 layers: More CmdBlitImage VU checks by Dave Houlton · 7 years ago
  6. 3431dac layers: Add names to objects and print in validation by Tony Barbour · 7 years ago
  7. 02df1a8 loader: Add validation for apiVersion by Mark Young · 7 years ago
  8. 66f36f3 layers: Update error db for missed check by Mark Lobodzinski · 7 years ago
  9. 024b282 layers: Add VUIDs for some -parameter implicit checks by Mark Lobodzinski · 7 years ago
  10. 4e39cc6 scripts: Add missing funcs/structs to mapping table by Mark Lobodzinski · 7 years ago
  11. e643fcc layers: Plumb in PV implicit requiredbits vuids by Mark Lobodzinski · 7 years ago
  12. cb6f56f scripts: Add missing variable names to vuid_mapping by Mark Lobodzinski · 7 years ago
  13. a1400e1 scripts: Output VUID for PV pNext errors by Mark Lobodzinski · 7 years ago
  14. 3c82852 layers: Add VUID parameter to pNext validation by Mark Lobodzinski · 7 years ago
  15. da9de78 scripts: Update vuid_mapping for missing structs by Mark Lobodzinski · 7 years ago
  16. 184a1dc layers: Clarify message for unknown pNext type by Mark Lobodzinski · 7 years ago
  17. c075b75 build: Enable control flow guard on Windows by Slawomir Cygan · 7 years ago
  18. f9d7acd layers: Don't copy all the image subresources every submit by Chris Forbes · 7 years ago
  19. c4ae244 layers: Declare aliases for std::mutex and its RAII wrappers by Chris Forbes · 7 years ago
  20. 2d193ac scripts: Updated validation_stats error output by Mark Lobodzinski · 7 years ago
  21. 06954ea layers: Add sType VUIDs to Parameter Validation by Mark Lobodzinski · 7 years ago
  22. 05849f0 scripts: Add parameter_validation.h to doc validator by Mark Lobodzinski · 7 years ago
  23. fb842d5 scripts: Remove noisy print from vuid_mapping.py by Mark Lobodzinski · 7 years ago
  24. 04dc757 scripts: Remove unnecessary library from vuid script by Mark Lobodzinski · 7 years ago
  25. 5229537 scripts: Update vuid_mapping.py with new APIs by Mark Lobodzinski · 7 years ago
  26. 3f7a3b3 loader: Fix handling of JSON by Mark Young · 7 years ago
  27. e3787b4 scripts: Move layer scripts into scripts directory by Mark Lobodzinski · 7 years ago
  28. 62f40db build: Exit with return code in update_external bat by Tony Barbour · 7 years ago
  29. ba800b8 build: Fix assembler warning on Win64 by Lenny Komow · 7 years ago
  30. 273135f tests: Skip test for 14a004dc if all offsets are valid by Cort Stratton · 7 years ago
  31. d882106 loader: Modify VK_EXT_debug_marker scripts by Mark Young · 7 years ago
  32. b50cd06 layers: Do the bulk of pipeline validation unlocked by Chris Forbes · 7 years ago
  33. b4bb4ff layers: Rename verifyPipelineCreateState to match new role by Chris Forbes · 7 years ago
  34. 9e6dca8 layers: Inline pre-validate into CreateGraphicsPipelines by Chris Forbes · 7 years ago
  35. 647165b layers: Move vertex format validation down a level by Chris Forbes · 7 years ago
  36. ffd1fd7 layers: Remove pointless instance lookup in pipeline creation by Chris Forbes · 7 years ago
  37. 5f76994 layers: pass pipe_state vector by const ref by Chris Forbes · 7 years ago
  38. 23b4c08 layers: Unlock CreateGraphicsPipelines a bit earlier by Chris Forbes · 7 years ago
  39. e7163ad layers: test against maxVertexInputBindingStride should be >, not >= by Cort Stratton · 7 years ago
  40. 3b2322c tests: Handle device extensions provided by layers by Tony Barbour · 7 years ago
  41. 6d3bf2e build: Update Travis-CI config by Cody Northrop · 7 years ago
  42. c2f751a layers: Don't accidentally copy pipeline layout again in SC by Chris Forbes · 7 years ago
  43. a8e46e7 layers:Make DSLayout const in shared_ptrs by Tobin Ehlis · 7 years ago
  44. 6dc57dd layers:IsCompatible uses raw DSLayout ptr by Tobin Ehlis · 7 years ago
  45. 452b453 layers:Set DescriptorSetLayout in DS to const by Tobin Ehlis · 7 years ago
  46. 2ec3e22 layers:Pass shared_ptr by const ref by Tobin Ehlis · 7 years ago
  47. a25567e layers:Use make_shared for share_ptr creation by Tobin Ehlis · 7 years ago
  48. 7cd8c79 layers:Migrate DSLayout to shared_ptr by Tobin Ehlis · 7 years ago
  49. f07d8bc layers:Used shared_ptr for DSLayout by Tobin Ehlis · 7 years ago
  50. 1606de0 tests:Remove unused result var by Tobin Ehlis · 7 years ago
  51. b8fe10d scripts:Skip doc validation if src dir not found by Tobin Ehlis · 7 years ago
  52. 7346781 layers: GH1889, check for CLAMP_TO_EDGE ext enable by Mark Lobodzinski · 7 years ago
  53. fe5f4e6 build: Quote asm arg to allow bld w/spaces in path by Karl Schultz · 7 years ago
  54. fa77493 don't copy vector of pipelines everywhere by Chris Forbes · 7 years ago
  55. dd8b456 layers: Avoid renderpass lookup in verifyPipelineCreateState by Chris Forbes · 7 years ago
  56. 0518c15 layers: Move pipeline renderpass/subpass validation earlier by Chris Forbes · 7 years ago
  57. 1ed8945 layers: check attachment finalLayout for invalid values by Cort Stratton · 7 years ago
  58. 65c9f2b layers: Further removal of CMD_TYPE plumbing by Chris Forbes · 7 years ago
  59. 38c2e79 Remove dead cmd_type param from PreCallRecordCmdClearImage by Chris Forbes · 7 years ago
  60. 5ec674c Remove last cmd machinery by Chris Forbes · 7 years ago
  61. 221420d layers: Split CB_INVALID state by Chris Forbes · 7 years ago
  62. 00f32dc layers: Move validate_functions clear into resetCB by Chris Forbes · 7 years ago
  63. c444802 layers: Remove dead TODO for MT/CV merge by Chris Forbes · 7 years ago
  64. dbe4bdc build: Enable linux 32-bit builds with ASFLAGS by Lenny Komow · 7 years ago
  65. 0aadb03 scripts:Temporarily disable doc validation by Tobin Ehlis · 7 years ago
  66. c0eec45 layers: Remove debug code from vk_layer_table.cpp by Mark Lobodzinski · 7 years ago
  67. 1a0b0e7 layers: Fix memory leak in instance destroy_dispatch_table by Józef Kucia · 7 years ago
  68. 017c930 layers: Fix memory leak in device destroy_dispatch_table by Józef Kucia · 7 years ago
  69. e0ab148 build: Do not overwrite CMAKE_ASM-ATT_FLAGS by Józef Kucia · 7 years ago
  70. 2ef1cd1 tests: Remove commented out source code by Mark Lobodzinski · 7 years ago
  71. 04b8049 tests: GH1827, Enabled/supported extensions in tests by Mark Lobodzinski · 7 years ago
  72. 969baa8 tests: Add missing parms to InitFramework call by Mark Lobodzinski · 7 years ago
  73. d922d4c scripts:Include string.h in ext helper by Tobin Ehlis · 7 years ago
  74. 5352aff tests: Fix device_profile_api return types by Tony Barbour · 7 years ago
  75. f96fdbf tests: Copy device_profile_api json from source by Tony Barbour · 7 years ago
  76. e0f511c layers: Clean up missing checks list for vkCreateBuffer by Chris Forbes · 7 years ago
  77. 3201e9b tests: Doc validator test changes by Mark Lobodzinski · 7 years ago
  78. b44c54a layers: Allow suppression of doctest output by Mark Lobodzinski · 7 years ago
  79. 1b1d896 loader: Fix alloc issue by Mark Young · 7 years ago
  80. a2871ce build: Fix ninja build by Lenny Komow · 7 years ago
  81. 1a112f3 layers: Remove dead comment about interface block handling by Chris Forbes · 7 years ago
  82. b8133f5 loader: Fix unknown phys dev trampolines on linux by Lenny Komow · 7 years ago
  83. 5ed93f2 loader: Fix unknown phys dev trampolines on win32 by Lenny Komow · 7 years ago
  84. a313d77 layers: Fix SC interface matching over complex types by Chris Forbes · 7 years ago
  85. c77a538 tests: Add test for complex types problem by Chris Forbes · 7 years ago
  86. 8751dae tests: Add positive check for deleted DSLayouts by Mark Lobodzinski · 7 years ago
  87. c943018 layers: Use copies of layout data for descriptorsets by Mark Lobodzinski · 7 years ago
  88. 1e7927b external: update external revisions by Jeremy Hayes · 7 years ago
  89. d18a46e layers: Use correct tracking for display planes query by Chris Forbes · 7 years ago
  90. 77bb0a9 layers: Untangle validate & update in CmdCopyQueryPoolResults by Chris Forbes · 7 years ago
  91. 8726eea layers: Split validate & update of CmdWriteTimestamp by Chris Forbes · 7 years ago
  92. eb7c494 layers: Split validate & update of CmdEndQuery by Chris Forbes · 7 years ago
  93. 176c683 layers: Untangle validate & update of CmdBeginQuery by Chris Forbes · 7 years ago
  94. 3e7f1f3 layers: Convert all the std::bind to lambdas by Chris Forbes · 7 years ago
  95. 33c82b8 layers: Untangle validateQuery some by Chris Forbes · 7 years ago
  96. 96aec3f layers: Fix parameter order for validateQuery by Chris Forbes · 7 years ago
  97. e12163e layers: Untangle validate from side effects in CmdResetQueryPool by Chris Forbes · 7 years ago
  98. 19b9e63 build: Add CMake flag to suppress LVL content by Karl Schultz · 7 years ago
  99. fe0cb91 layers: Add in missing CreatDevice physdev obj check by Mark Lobodzinski · 7 years ago
  100. 84154d3 scripts:Add includes to extension helper by Tobin Ehlis · 7 years ago