1. 6a118ae misc: make sure host memory alignment is a power of two by Jon Ashburn · 9 years ago
  2. 86684f9 layers: MR123, Improved ObjectTracker codegen by Tobin Ehlis · 9 years ago
  3. 46426c5 swapchain: MR122, queueFamilyIndexCount must be > 1 for CONCURRENT by Ian Elliott · 9 years ago
  4. 5da4888 tests: fix screenshot layer name in vktracereplay script by David Pinedo · 9 years ago
  5. debb984 layers: MR121, Use _BitScanForward for u_ffs on windows by Mike Stroyan · 9 years ago
  6. 9c70cdb tests: Get DescriptorSetCompatibility test working by Mike Stroyan · 9 years ago
  7. 91204c3 tests: Use tiling for Image validation tests by Mike Stroyan · 9 years ago
  8. 0a9cd24 layers: Output function names for deferred memory validation checks by Mark Lobodzinski · 9 years ago
  9. 1e171aa layers: MR119, Defer validation until command buffer has been submitted by Michael Lentine · 9 years ago
  10. d471ff8 misc: Remove the unique_objects layer from being enabled in tests and demos by Jon Ashburn · 9 years ago
  11. 991d45a tests: Fix a couple of test bugs revealed by unique_objects layer by Tobin Ehlis · 9 years ago
  12. a39c26a layers: UniqueObject updates based on review by Tobin Ehlis · 9 years ago
  13. 65f44e4 layers: Updated UniqueObjects with improved codegen by Tobin Ehlis · 9 years ago
  14. d34a4c5 layers: Add UniqueObjects layer to wrap objects in unique ptr by Tobin Ehlis · 9 years ago
  15. 89b6047 update_external_sources: backed out last commit, broke win64 build by David Pinedo · 9 years ago
  16. 51b78af layers: Minor fixes to draw_state for new semaphore checks by Tobin Ehlis · 9 years ago
  17. 15a4788 layers: MR118, Add validation for semaphore ordering by Michael Lentine · 9 years ago
  18. 2e068b2 layers: MR109, Fix second command buffer validation by Michael Lentine · 9 years ago
  19. ce73885 layers: MR108, Merge related updates and fixes by Mark Lobodzinski · 9 years ago
  20. b887b0a layers: MR108, Validate get queries by Michael Lentine · 9 years ago
  21. f5e9754 icd: Use new loader interface for finding ICD entry points Remove library exports on all Vulkan entry points but vk_icdGetInstanceProcAddr. by Jon Ashburn · 9 years ago
  22. fd4d09d loader: Find ICD entrypoints via vk_icdGetInstanceProcAddr first in ICD library by Jon Ashburn · 9 years ago
  23. 7a69c30 Fixes: Fixed more Visual Studio warnings which appeared with the merge by Mark Young · 9 years ago
  24. 2bcc2c1 Fixes: Fixed a missing file change with Visual Studio warnings. by Mark Young · 9 years ago
  25. ad77905 Fixes: Fixed Visual Studio warnings during compilation. by Mark Young · 9 years ago
  26. c65d325 Fixes: Automatically detect Visual Studio version on Windows by Mark Young · 9 years ago
  27. 9c63e30 Added X server DRI3 config info for Ubuntu 14.04.3 LTS. by Karl Schultz · 9 years ago
  28. e41c585 draw_state layer: add validateAndIncrementResources return value by David Pinedo · 9 years ago
  29. f2defe3 Bump Windows ABI to 1 by David Pinedo · 9 years ago
  30. a3d9766 layers: Update layer details doc for new validation errors by Mark Lobodzinski · 9 years ago
  31. a4c95d9 layers: MR107, Verify that clear is not used when first use is shader read by Michael Lentine · 9 years ago
  32. 8da0d1e layers: MR82, merge-related fixes by Mark Lobodzinski · 9 years ago
  33. 700b0aa layers: MR82, Add lifetime validation for buffers to DrawState by Michael Lentine · 9 years ago
  34. fd740fc layers: LX259, Clarify draw_state accessMask warnings by Mark Lobodzinski · 9 years ago
  35. e45d1c4 Swapchain: Reconcile MD file with Swapchain layer. by Ian Elliott · 9 years ago
  36. 50fcc8e Bug 15392 (Swapchain): Don't check VkPresentInfoKHR's waitSemaphoreCount & pWaitSemaphores by Ian Elliott · 9 years ago
  37. 31edb92 Swapchain: Use an INFO instead of an ERROR for when pNext is non-NULL. by Ian Elliott · 9 years ago
  38. dcf8eca Swapchain: Change way p*Count is checked--make sure not bigger than should be. by Ian Elliott · 9 years ago
  39. afcb60c Swapchain: Only check that queueFamilyIndexCount is greater than 0. by Ian Elliott · 9 years ago
  40. 578e7e2 Swapchain: Update my authorship to include Google. by Ian Elliott · 9 years ago
  41. 6f3346b Swapchain: No longer validate VkSwapchainKHR (object_track will do) ... by Ian Elliott · 9 years ago
  42. 8b9e256 Swapchain: No longer validate VkDevice (object_track will do). by Ian Elliott · 9 years ago
  43. 07adb11 Swapchain: No longer validate VkPhysicalDevice (object_track will do). by Ian Elliott · 9 years ago
  44. 4f07d08 Swapchain: No longer validate VkInstance (object_track will do). by Ian Elliott · 9 years ago
  45. 6b9941a Swapchain: Remove tracking/validation of VkSurfaceKHR object. by Ian Elliott · 9 years ago
  46. 55646bd Bug 15383 (Swapchain): Treat VkSurfaceKHR as opaque--don't look inside it. by Ian Elliott · 9 years ago
  47. 8dffaf3 Swapchain: Track/use enablement of the WSI platform extensions. by Ian Elliott · 9 years ago
  48. f575829 Swapchain: Fixes and improvements validating vkCreate*SurfaceKHR(). by Ian Elliott · 9 years ago
  49. dd45e46 Swapchain: Fixes and improvements validating vkAcquireNextImageKHR(). by Ian Elliott · 9 years ago
  50. 046ed2c Swapchain: Fixes and improvements validating vkQueuePresentKHR(). by Ian Elliott · 9 years ago
  51. f7f8ff0 Swapchain: Fixes and improvements validating vkCreateSwapchainKHR(). by Ian Elliott · 9 years ago
  52. 9059b30 Swapchain: Rework the way that pCount is dealt with. by Ian Elliott · 9 years ago
  53. f955d68 Swapchain: Added NULL_POINTER checks & pCount checks. by Ian Elliott · 9 years ago
  54. 320d0fc Swapchain: Update TODOs by Ian Elliott · 9 years ago
  55. 55ff796 Swapchain: Support vkGetPhysicalDevice*PresentationSupportKHR(). by Ian Elliott · 9 years ago
  56. 9d5ecf9 Swapchain: Update vk_validation_layer_details.md for new errors. by Ian Elliott · 9 years ago
  57. 1bf155f Swapchain: Port to latest (v217) WSI & VK_EXT_debug_report extensions. by Ian Elliott · 9 years ago
  58. a2a89c5 Swapchain: Enhance validation of vkCreateSwapchainKHR(). by Ian Elliott · 9 years ago
  59. 24491af Swapchain: Replace implementation of presentModeStr() by Ian Elliott · 9 years ago
  60. 427058f Swapchain: Rename deviceSwapchainExtensionEnabled->swapchainExtensionEnabled by Ian Elliott · 9 years ago
  61. 1cb77a6 Swapchain: Rename swapchainExtensionEnabled->surfaceExtensionEnabled by Ian Elliott · 9 years ago
  62. a983e9a Swapchain: Start validating the new VkSurfaceKHR object. by Ian Elliott · 9 years ago
  63. 473e8e5 windows Runtime installer: fix files that were 0 length. by David Pinedo · 9 years ago
  64. 53a1b7c layers: Add documentation for new INVALID_ALIASING check in mem_tracker by Tobin Ehlis · 9 years ago
  65. 808ed0e layers: Complete make-dependency fix by Mark Lobodzinski · 9 years ago
  66. e58683f toolchain: Add spirv-tools to Windows script by Cody Northrop · 9 years ago
  67. 73f0fd7 toolchain: Update parameter parsing on Linux by Cody Northrop · 9 years ago
  68. 85d4a80 toolchain: Add spirv-tools to update_external_sources.sh by Cody Northrop · 9 years ago
  69. 33d96a3 Android build fixes. by Michael Lentine · 9 years ago
  70. e804d20 tests: Bring shaders up to version 400 by Tony Barbour · 9 years ago
  71. e8e5203 windows RT installer: Remove include files. Cosmetic changes to nsi file. by David Pinedo · 9 years ago
  72. a3a8611 layers: Fix circular make depency by Mark Lobodzinski · 9 years ago
  73. 7711890 glslang: move to latest version by GregF · 9 years ago
  74. f0670cc tests: Modify vkMapMemory calls to use VK_WHOLE_SIZE by Mark Lobodzinski · 9 years ago
  75. 85bb2ef layers: MR105, Add aliasing check for buffer/image overlap by Michael Lentine · 9 years ago
  76. f2cc2a5 layers: LX260, Clean up AccessMask validation message in DrawState by Mark Lobodzinski · 9 years ago
  77. 90ceffb demos: Fix up dstAccessMasks and move pipeline barriers for present to bottom of pipe by Tony Barbour · 9 years ago
  78. 882655d layers: LX255, Print readable version of VkAccessFlags by Mark Lobodzinski · 9 years ago
  79. 49f64d0 layers: LX249, Remove MSAA coherency checks from BeginRenderPass by Mark Lobodzinski · 9 years ago
  80. 94e29b7 WindowsRTInstaller: Fix typo in command in nsi script by David Pinedo · 9 years ago
  81. c21fdb9 Windows Runtime Installer: Initial creation in LoaderAndTools by David Pinedo · 9 years ago
  82. 38a497f loader: Convert getenv on Windows to use GetEnvironmentVariable by Jon Ashburn · 9 years ago
  83. 80e774f layers: Enable fine-grained filtering of swapchain log messages by Mark Lobodzinski · 9 years ago
  84. 6085c2b layers: Enable fine-grained filtering of generated layer log messages by Mark Lobodzinski · 9 years ago
  85. f0b3b7d layers: Enable fine-grained filtering of param_checker log messages by Mark Lobodzinski · 9 years ago
  86. ebd3466 layers: Enable fine-grained filtering of mem_tracker log messages by Mark Lobodzinski · 9 years ago
  87. 37a38b1 layers: Enable fine-grained filtering of image layer log messages by Mark Lobodzinski · 9 years ago
  88. b66216b layers: Enable fine-grained filtering of device_limits log messages by Mark Lobodzinski · 9 years ago
  89. b01451b layers: Enable fine-grained filtering of draw_state log messages by Mark Lobodzinski · 9 years ago
  90. 9ef0983 loader: MR111, Fix memleaks by BogDan Vatra · 9 years ago
  91. dcce079 layers: LX258, Fix draw_state infinite loop in ResetDescriptorPool by Mark Lobodzinski · 9 years ago
  92. 46cb7b5 misc: For header vers 221; add deviceFeature drawIndirectFirstInstance by Jon Ashburn · 9 years ago
  93. 8c0c143 misc: For header vers 220, fix BOTTOM_OF_PIPE typo by Jon Ashburn · 9 years ago
  94. 4bf8ba4 misc: Add barrier pipeline stage BOTTOM_OF_PIPE; for header vers 219 by Jon Ashburn · 9 years ago
  95. c1931be headers: debug_report ext and pipelineCache version additions for header 218 by Jon Ashburn · 9 years ago
  96. 2e8ccbb layers: LX254, Fix typos in Image Layer error messages by Mark Lobodzinski · 9 years ago
  97. d2cbdc9 layers: Fix object_tracker name in validation documentation generate script by Jon Ashburn · 9 years ago
  98. 6e23c1f misc: rename descriptorSetlayout pBinding; update to header vers 217 by Jon Ashburn · 9 years ago
  99. 7f9716c misc: Add pipeline stage flags to wait upon for queueSubmit semaphores; v216 by Jon Ashburn · 9 years ago
  100. ebe92a3 misc: Changes to go to header v215 including vulkan.h version update by Jon Ashburn · 9 years ago