1. 30d09b1 build: Enable install target on Windows by Karl Schultz · 6 years ago
  2. 2d0cbbe layers: Export negotiate functions on Windows by Lenny Komow · 6 years ago
  3. 00c154e layers: roll back non-const refs to pointers by Dave Houlton · 6 years ago
  4. e096928 layers: update vuid const refs in core by Dave Houlton · 6 years ago
  5. 0fe5bfe layers: Make validation error maps non-static by John Zulauf · 6 years ago
  6. 148f3ff layers: Fix typo in comparison operator lhs == lhs by John Zulauf · 6 years ago
  7. 9d1ac31 layers: Github #94-Add VkImage by Mark Young · 6 years ago
  8. 4e919b2 layers: Github #94-Use VkShaderModule by Mark Young · 6 years ago
  9. c76b840 layers: Use vk.xml from Khronos registry by Mark Lobodzinski · 6 years ago
  10. b678e44 layers: Update registry build dependencies by Mark Lobodzinski · 6 years ago
  11. 1eb4ef6 layers: Avoid SEGV in Sparse binding validation by John Zulauf · 6 years ago
  12. 6b4aae8 layers: Add validation of ownership transfers by John Zulauf · 6 years ago
  13. 8e9f654 tests: recover vU enum from text VU by Dave Houlton · 6 years ago
  14. 78d0992 layers: text vuids in shader_validation.cpp by Dave Houlton · 6 years ago
  15. d8ed021 tests: Switch core validation to text VUIDs by Dave Houlton · 6 years ago
  16. 87648ef layers: Fix debug-utils race hazard by Jeremy Hayes · 6 years ago
  17. 11d0a8e layers:Fix incorrect VUIDs by Tobin Ehlis · 6 years ago
  18. 83c81ab build: Fix make install target by Karl Schultz · 6 years ago
  19. 08a37d6 docs: Moved layer documents to root docs folder by Mark Lobodzinski · 6 years ago
  20. 52913ec layers: Add from_uuid option to ext_rev_generator by Mark Lobodzinski · 6 years ago
  21. 1094a18 cmake: More cmake reorganization, including Linux by Mark Lobodzinski · 6 years ago
  22. 678a9e6 cmake: Getting ready to pull glslang from sdk, reorder cmakefiles by Mark Lobodzinski · 6 years ago
  23. cd49783 repo: Delete demos, icd, vkjson, loader files by Mark Lobodzinski · 6 years ago
  24. 716c2d7 layers:Moving to GPDF2 by Tobin Ehlis · 6 years ago
  25. 1dfff06 layers:Store GPDF2 struct by Tobin Ehlis · 6 years ago
  26. 186b1a2 layers: add missing VkFormatFeatureFlags checks by Cort Stratton · 6 years ago
  27. 6fcdcb8 layers: Add GetApiVersion() helper by Cort Stratton · 6 years ago
  28. ddd65c5 layers: fix imageview 3D layout transition by Dave Houlton · 6 years ago
  29. 5bf6c95 tests: Fix min image transfer granularity test by William Henning · 6 years ago
  30. f53351b layers: Rework attachment use conflict checks by Chris Forbes · 6 years ago
  31. 549514a layers: Do renderpass dag validation before call by Chris Forbes · 6 years ago
  32. 6f5f20a layers: fix a multiplane imageview bug by Dave Houlton · 6 years ago
  33. 9d5167f layers: Track display and display mode objects by Shannon McPherson · 6 years ago
  34. 420ebd4 layers: image transfer granularity check fixes by Cort Stratton · 6 years ago
  35. 0e97cc3 tests: Add tests for indexed draw checking by Karl Schultz · 6 years ago
  36. 99c85c7 layers: Add checks for indexed draw count/offset by Karl Schultz · 6 years ago
  37. d274285 layers: remove duplicate GetEnabledExtensions() function by Cort Stratton · 6 years ago
  38. 56ad4dd tests: Clean up MapMemWithoutHostVisibleBit test by William Henning · 6 years ago
  39. 88dd9f8 layers: Remove Fill Memory warnings by Mark Lobodzinski · 6 years ago
  40. 536649b layers: Fix segv during DebugReportCallback setup by John Zulauf · 6 years ago
  41. fca05c1 layers: PreRecord Free/Destroy calls by John Zulauf · 6 years ago
  42. adf2b55 core validation: extend CLEAR LOAD_OP check to new DS image layouts by Slawomir Cygan · 6 years ago
  43. 607aacb tests: test behavior when dualSrcBlend feature is disabled by Cort Stratton · 6 years ago
  44. d86fe9e layers: validate dual-source-blend factors by Cort Stratton · 6 years ago
  45. d1a9a3e layers: Install into the data root directory by Nick Sarnie · 6 years ago
  46. c798807 layers: multiplane view format compatibility by Dave Houlton · 6 years ago
  47. 620755c layers: Implement extension dependency validation by John Zulauf · 6 years ago
  48. 965d88d layers: Add string_join utility by John Zulauf · 6 years ago
  49. d49401c Image bind count is associated with pImageBinds rather than opaque binds by rodneyhuff · 6 years ago
  50. 2af559b header: Update to version 1.1.74 of Vulkan hdr by Mark Lobodzinski · 6 years ago
  51. 8c2e922 layers: Add handling for NULL in core post call by Jeremy Kniager · 6 years ago
  52. 604c19c layers: Fixes from PR #2566 by Eskil Sund · 6 years ago
  53. ec206b4 layers: Add VALIDATION_ERROR_32a00272 by Eskil Sund · 6 years ago
  54. 4dce05b build(win): Add dep to create dir before use by Karl Schultz · 6 years ago
  55. b696b80 layers: Validate against nonCoherentAtomSize by Tony Barbour · 6 years ago
  56. 3faf8b3 layers:Capture rect by value to validate 2nd cb by Tobin Ehlis · 6 years ago
  57. 6c32057 layers: Validate subpass dependency access vs stage masks by Chris Forbes · 6 years ago
  58. 648b1cf layers:Update comments to avoid compiler warnings by Tobin Ehlis · 6 years ago
  59. f3c0794 header: Update to version 1.1.73 of the Vulkan hdr by Mark Lobodzinski · 6 years ago
  60. 0f3795b layers: fix PR2567 formatting errors by Dave Houlton · 6 years ago
  61. d9e4762 layers: add setIndex to log_msg output in ValidateDrawState() by Cort · 6 years ago
  62. fb5a3e6 tests: Fix typos in layer_validation_tests.cpp by Mark Lobodzinski · 6 years ago
  63. fea2c54 Don't clobber immutable samplers in update by Chris Forbes · 6 years ago
  64. fdf9607 layers: Add support for VK_EXT_descriptor_indexing by Jeff Bolz · 6 years ago
  65. bd2e262 layers: maint2 image usage bit validation by Dave Houlton · 6 years ago
  66. d46dcb5 layers: use VUID in ValidateImageAspectLayout log msg by Cort Stratton · 6 years ago
  67. 152ab5e layers: add level/layer to ValidateImageAspectLayout log msg by Cort Stratton · 6 years ago
  68. ca7b369 Fix missing validation errors when a CB never bound any descriptor sets by Chris Forbes · 6 years ago
  69. e2fca55 layers: multiplane image allow color aspect bit by Dave Houlton · 6 years ago
  70. a290253 header: Update to version 1.1.72 of the Vulkan hdr by Mark Lobodzinski · 6 years ago
  71. 316c18c layers: Add text-string VUID version of log_msg by Mark Lobodzinski · 6 years ago
  72. eec738d layers: Add text vuid error message map by Mark Lobodzinski · 6 years ago
  73. 0ef2749 layers: fix typos by Dave Houlton · 6 years ago
  74. b7605ef tests: Unit tests for CreateDescriptorUpdateTempla by John Zulauf · 6 years ago
  75. 9f6788c layers: Add checks for CreateDescriptorUpdateTempl by John Zulauf · 6 years ago
  76. 092b29b layers: Avoid reading pointer to array when count is zero by Gabríel Arthúr Pétursson · 6 years ago
  77. fdcb540 layers: Destroy object tracking after reporting undestroyed objects by Gabríel Arthúr Pétursson · 6 years ago
  78. 06c5f0d layers: Fix memleak in unique object's debug functions by Gabríel Arthúr Pétursson · 6 years ago
  79. 832325a tests: Update CopyImage with sampler_YCbCr VUIDs by Dave Houlton · 6 years ago
  80. c991cc9 layers: add multiplane image formats and checks by Dave Houlton · 6 years ago
  81. e6db8a3 layers: Add correct validation for apiVersion by John Zulauf · 6 years ago
  82. 501b15b layers: Fix multi-plane aspect bit check by Dave Houlton · 6 years ago
  83. 8852949 layers: Remove layer prefix from log_msg calls by Mark Lobodzinski · 6 years ago
  84. b1fd9d1 layers: Remove location field from log_msg calls by Mark Lobodzinski · 6 years ago
  85. 487a0d1 layers: Remove VUID spec text from log_msg strings by Mark Lobodzinski · 6 years ago
  86. 8ca6e2f layers: Correct non-dispatchable type handling by John Zulauf · 6 years ago
  87. 1b33d5a layers: Eliminate false positive on ownership xfer by John Zulauf · 6 years ago
  88. 4de4b13 layers: Skip layout transition in release op by Chris Forbes · 7 years ago
  89. 399a678 layers: Avoid a redundant CB lookup by Chris Forbes · 7 years ago
  90. 732149a layers: Fix DestDescPool data race by Mark Lobodzinski · 6 years ago
  91. ddf93a8 layers: Remove unnecessary destCmdPool null check by Mark Lobodzinski · 6 years ago
  92. 1f3dcd3 layers: Fix command buffer allocation ABA bug by Francois Duranleau · 6 years ago
  93. 8504ba6 layers: Fix gh #2504 and compiler warnings by Mark Young · 6 years ago
  94. 533be9f layers: fix copyimage checks broken by spec change by Dave Houlton · 6 years ago
  95. 0771b67 Validate line width for topology reaching rasterizer rather than input by Chris Forbes · 6 years ago
  96. 28bdf63 layers: Fix CV typo in error message by Mark Lobodzinski · 6 years ago
  97. 6c8268e header: Update to version 1.1.71 of the Vulkan hdr by Mark Lobodzinski · 6 years ago
  98. 4b171df docs: Move documentation to repos by Jeremy Kniager · 6 years ago
  99. 928b2bd layers: Consider storage block using new storage class to be a writable descriptor by Chris Forbes · 6 years ago
  100. 4ac77b3 tests: Update and complete VkImage creation tests by Petr Kraus · 6 years ago