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