1. b5fc4fb layers: Initial framework for DeviceLimits layer by Tobin Ehlis · 9 years ago
  2. 21c21ee loader: Use GetProcAddr function names from layer manifest file by Jon Ashburn · 9 years ago
  3. da72a0d vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  4. 7e40db9 WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  5. b80b425 layers: If layers receive bad filename for output log, report ERROR and fallback to stdout by Tobin Ehlis · 9 years ago
  6. bfbac25 layers: Update some layers to avoid repeated call to get_dispatch_key() by Tobin Ehlis · 9 years ago
  7. b1c9329 bug 14517: Rename cs parameter to stage by Courtney Goeltzenleuchter · 9 years ago
  8. a50a5cb layers: MemTracker fixes for image usage flag validation. by Mark Lobodzinski · 9 years ago
  9. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  10. bf06582 windows: Fix a couple signed/unsigned warnings by Cody Northrop · 9 years ago
  11. 488f547 layers: Modify ScreenShot usage and layout flags to work cross vendor by Cody Northrop · 9 years ago
  12. 49f885c layers: Port screenshot fixes to master by Cody Northrop · 9 years ago
  13. 2eeb3c6 headers: Moved utility routine out of to-be-upstreamed header file by Mark Lobodzinski · 9 years ago
  14. 12d4c6a layers: Automated checking of validation layer documentation by Tobin Ehlis · 9 years ago
  15. 6468639 layers: Various corrections to vk_validation_layer_details.md by Tobin Ehlis · 9 years ago
  16. eca4802 layers: Add todo flagging destroy while on queue by Mike Stroyan · 9 years ago
  17. dee721d vk_platform: Update to upstream vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  18. 5a23128 check that cube array views are complete cubes by Cass Everitt · 9 years ago
  19. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  20. 84fa790 Bug 14474: Remove *_USAGE_GENERAL by Cody Northrop · 9 years ago
  21. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  22. 61d6dd6 Bug 14400: Add FORMAT_FEATURES for blits by Cody Northrop · 9 years ago
  23. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  24. 3682f6a Fix formatting for GitLab web interface by Jens Owen · 9 years ago
  25. 4a7cb5d layers: Initial commit of Validation Details md file by Tobin Ehlis · 9 years ago
  26. f1878c7 tests: Fix tests that re-submit Cmd Buffers w/ ONE_TIME_SUBMIT flag by Tobin Ehlis · 9 years ago
  27. 59278bf layers: Add validation check to enforce ONE_TIME_SUBMIT of cmd buffers by Tobin Ehlis · 9 years ago
  28. 313f7e6 layers: Change Threading layer dispatch and logging by Mike Stroyan · 9 years ago
  29. ba35e35 layers: Optimize DrawState when info is not shown by Mike Stroyan · 9 years ago
  30. 42caff4 layers: Remove add_dependencies of .def files by Mike Stroyan · 9 years ago
  31. 22ff502 layers: Remove active flags with removed callbacks by Mike Stroyan · 9 years ago
  32. 1e41a44 layers: Make multi layer functional again as a multi layer per library by Jon Ashburn · 9 years ago
  33. 2b6b68a layers: mem_tracker: Change to new WSI query functions. by Ian Elliott · 9 years ago
  34. 31422ee layers: Don't output DrawState dynamic state info for null handles by Mark Lobodzinski · 9 years ago
  35. 7c45bed layers: port ShaderChecker to SPIR-V v31 (from ChrisF) by GregF · 9 years ago
  36. 524df11 layers: Restore information messages to the MemTracker layer by Mark Lobodzinski · 9 years ago
  37. 3f41c7c layers: Reenable informational messages in DrawState layer by Mark Lobodzinski · 9 years ago
  38. d2ad034 windows: Fix various warnings by Cody Northrop · 9 years ago
  39. 94badf9 v145: Bug 14160 - Remove VK_DEVICE_CREATE_VALIDATION_BIT and unused flags field by Cody Northrop · 9 years ago
  40. 23dd89d v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to clearValueCount by Cody Northrop · 9 years ago
  41. a505dda v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescription by Cody Northrop · 9 years ago
  42. 3cc85e9 v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo by Cody Northrop · 9 years ago
  43. d080288 v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  44. 1e4f802 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  45. 735e4b3 layers: Fixed formatting error in DrawState by Mark Lobodzinski · 9 years ago
  46. 14a57e7 layers: Fix freed memory use in layer_destroy_msg_callback by Mike Stroyan · 9 years ago
  47. d9139a6 layers: DrawState validation cases for BeginCommandBuffer by Mark Lobodzinski · 9 years ago
  48. c73ff98 Initialize VkDesciptorSet to VK_NULL_HANDLE by Dana Jansens · 9 years ago
  49. f06ae82 layers: Validate renderPass. by Jeremy Hayes · 9 years ago
  50. 6b1022c loader: Fix Windows layers json files for backslash as separator by Jon Ashburn · 9 years ago
  51. 8897e19 Screenshot layer: Works on SDK 0.2 branch by David Pinedo · 9 years ago
  52. c0fa1ab ObjectTracker Layer: Fix crash on windows in CreateInstance by David Pinedo · 9 years ago
  53. 0eae6fd layers: Add separate windows and linux json by Courtney Goeltzenleuchter · 9 years ago
  54. 05159a9 xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME by Courtney Goeltzenleuchter · 9 years ago
  55. a663c70 layers: Fix vkGetPipelineCacheSize validation. by Jeremy Hayes · 9 years ago
  56. f4b6f56 layers: Fix misc bugs in param checker. by Jeremy Hayes · 9 years ago
  57. 2fd634c layers: Add validation case for mismatched renderpass attachements and subpasses by Mark Lobodzinski · 9 years ago
  58. 36a372f layers: Adjust SC to validate bulk pipeline creation by Chris Forbes · 9 years ago
  59. 7ebf121 layers: eliminate Windows compiler warning by Courtney Goeltzenleuchter · 9 years ago
  60. 12afc87 layers: update README.md by Jon Ashburn · 9 years ago
  61. 770f80d layers: objtrack has to call destroy in FreeDescriptorSets by Tony Barbour · 9 years ago
  62. 876a4f5 layers: Only verify data ptr not report_data by Courtney Goeltzenleuchter · 9 years ago
  63. 577188e layers: In DrawState correctly return rasterSamples count for PSO by Tobin Ehlis · 9 years ago
  64. cf48cad mem_tracker: Use device object for dispatch tables by Courtney Goeltzenleuchter · 9 years ago
  65. c04704b mem_tracker: Don't try to copy data if none available by Courtney Goeltzenleuchter · 9 years ago
  66. 791646c Windows: Clean up more compiler errors and warnings by Tony Barbour · 9 years ago
  67. 92503c6 Windows: more changes for windows compiler by Tony Barbour · 9 years ago
  68. 9f2eb0e Windows: more fixes for windows compile by Tony Barbour · 9 years ago
  69. 3b4732f Windows: More windows compilier fixes by Tony Barbour · 9 years ago
  70. 343d621 windows: clean up windows compile issues by Tony Barbour · 9 years ago
  71. 346583c layers: Remove dead code. by Jeremy Hayes · 9 years ago
  72. 6bc1b8e layers: In MemTracker remove non-intercepted WSI funcs from GetProcAddr by Tobin Ehlis · 9 years ago
  73. c0ff3e0 layers: MemTracker fix to skip COLOR usage bit check for now by Tobin Ehlis · 9 years ago
  74. 5a65cca layers: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  75. 1064fe3 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  76. 897d475 layers: Add install step for layers rpath settings by Mike Stroyan · 9 years ago
  77. b4740d9 mem_tracker: Provide ctor for embedded union (and name it so we can) by Chris Forbes · 9 years ago
  78. 259076d v106: remove optional primitiveRestartIndex by Courtney Goeltzenleuchter · 9 years ago
  79. 0053cd1 v115: Remove pLinkConstBufferInfo by Courtney Goeltzenleuchter · 9 years ago
  80. dec11fc v131?: Remove ColorBlendAttachments->format by Courtney Goeltzenleuchter · 9 years ago
  81. c4ad634 v122?: Remove provoking vertex, now always last by Courtney Goeltzenleuchter · 9 years ago
  82. a4cd1ea v106: Remove optional pointOrigin by Courtney Goeltzenleuchter · 9 years ago
  83. 87727ec v106: remove optional depthMode by Courtney Goeltzenleuchter · 9 years ago
  84. 130be17 bug 14084: eliminate ERROR_INVALID_OBJECT_TYPE by Courtney Goeltzenleuchter · 9 years ago
  85. 2d3ba63 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  86. 1ee0bc5 v106: Remove optional multisampleEnable by Courtney Goeltzenleuchter · 9 years ago
  87. 2e98ac3 v106: Remove clipOrigin by Courtney Goeltzenleuchter · 9 years ago
  88. 5304373 v133: eliminate version from extension properties by Courtney Goeltzenleuchter · 9 years ago
  89. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  90. dbd2032 v133: Update parameter types on CmdWaitEvents by Courtney Goeltzenleuchter · 9 years ago
  91. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  92. c729b3a rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  93. ee5d80b tests: Integrate command pools into tests by Courtney Goeltzenleuchter · 9 years ago
  94. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  95. 2717d13 layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  96. c2cbb0a layers: Fixup and reenable fs output validation in ShaderChecker by Chris Forbes · 9 years ago
  97. fb71f22 bug-14184: Transient memory allocations by Courtney Goeltzenleuchter · 9 years ago
  98. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  99. 34ec692 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  100. 257d974 layers: Get MemTracker compiling with type safety header change by Tobin Ehlis · 9 years ago