1. aac4692 tests: Don't register window class twice when presenting by Tony Barbour · 9 years ago
  2. 4509ff4 layers: Gitlab 126, Fix for swapchain layer which was checking wrong pointer by Norbert Nopper · 9 years ago
  3. fdd29d9 layers: LX264, Validate immutable format bit in image layer by Mark Lobodzinski · 9 years ago
  4. b95e830 Fixes: Fixed compiler warning about & by Mark Young · 9 years ago
  5. 31fa6f3 Fixes: More compilation warning fixes by Mark Young · 9 years ago
  6. 72f5ae0 layers: Gitlab 41 & 61, Fix invalid descriptor dereferences in helper codegen by Mark Lobodzinski · 9 years ago
  7. 5eb34b9 layers: MR124, Fix semaphore ordering validation in mem tracker layer by Norbert Nopper · 9 years ago
  8. 640a0ab tests: Fold run_all_tests scripts into run_all_tests_with_layers scripts by Mark Lobodzinski · 9 years ago
  9. 0eb15cb layers: LX263, Validate minimum imageArrayLayers value in swapchain layer by Mark Lobodzinski · 9 years ago
  10. 2be6158 layers: Fix unique_object gpa function; no intercept of func without an by Jon Ashburn · 9 years ago
  11. ff5a3df layers: LX256, Suppress warnings on pre-signaled fences in MemTracker by Mark Lobodzinski · 9 years ago
  12. 9a3c2b4 misc: make sure host memory alignment is a power of two by Jon Ashburn · 9 years ago
  13. c6a2575 layers: MR123, Improved ObjectTracker codegen by Tobin Ehlis · 9 years ago
  14. 8a119f9 swapchain: MR122, queueFamilyIndexCount must be > 1 for CONCURRENT by Ian Elliott · 9 years ago
  15. 321269a tests: fix screenshot layer name in vktracereplay script by David Pinedo · 9 years ago
  16. 2febb86 layers: MR121, Use _BitScanForward for u_ffs on windows by Mike Stroyan · 9 years ago
  17. d87d28b tests: Get DescriptorSetCompatibility test working by Mike Stroyan · 9 years ago
  18. a02382f tests: Use tiling for Image validation tests by Mike Stroyan · 9 years ago
  19. 83a2518 layers: Output function names for deferred memory validation checks by Mark Lobodzinski · 9 years ago
  20. 0335d6d layers: MR119, Defer validation until command buffer has been submitted by Michael Lentine · 9 years ago
  21. dac766b misc: Remove the unique_objects layer from being enabled in tests and demos by Jon Ashburn · 9 years ago
  22. 2280f52 tests: Fix a couple of test bugs revealed by unique_objects layer by Tobin Ehlis · 9 years ago
  23. 115790b layers: UniqueObject updates based on review by Tobin Ehlis · 9 years ago
  24. 2ece159 layers: Updated UniqueObjects with improved codegen by Tobin Ehlis · 9 years ago
  25. 0b99d03 layers: Add UniqueObjects layer to wrap objects in unique ptr by Tobin Ehlis · 9 years ago
  26. cd58eb6 update_external_sources: backed out last commit, broke win64 build by David Pinedo · 9 years ago
  27. efd34e3 layers: Minor fixes to draw_state for new semaphore checks by Tobin Ehlis · 9 years ago
  28. c91abfc layers: MR118, Add validation for semaphore ordering by Michael Lentine · 9 years ago
  29. 6573346 layers: MR109, Fix second command buffer validation by Michael Lentine · 9 years ago
  30. 30b07b1 layers: MR108, Merge related updates and fixes by Mark Lobodzinski · 9 years ago
  31. 0816305 layers: MR108, Validate get queries by Michael Lentine · 9 years ago
  32. 89a1c46 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
  33. 6b68994 loader: Find ICD entrypoints via vk_icdGetInstanceProcAddr first in ICD library by Jon Ashburn · 9 years ago
  34. 852ade6 Fixes: Fixed more Visual Studio warnings which appeared with the merge by Mark Young · 9 years ago
  35. 6c3de1e Fixes: Fixed a missing file change with Visual Studio warnings. by Mark Young · 9 years ago
  36. cbd7c6b Fixes: Fixed Visual Studio warnings during compilation. by Mark Young · 9 years ago
  37. 3c195a1 Fixes: Automatically detect Visual Studio version on Windows by Mark Young · 9 years ago
  38. a625a61 intel: Set VkSurfaceCapabilitiesKHR::supportedCompositeAlpha by Ian Elliott · 9 years ago
  39. 8828f6d Added X server DRI3 config info for Ubuntu 14.04.3 LTS. by Karl Schultz · 9 years ago
  40. dc451e5 draw_state layer: add validateAndIncrementResources return value by David Pinedo · 9 years ago
  41. c7a0e99 Bump Windows ABI to 1 by David Pinedo · 9 years ago
  42. e949b17 layers: Update layer details doc for new validation errors by Mark Lobodzinski · 9 years ago
  43. dc1c8be layers: MR107, Verify that clear is not used when first use is shader read by Michael Lentine · 9 years ago
  44. 58e7d37 layers: MR82, merge-related fixes by Mark Lobodzinski · 9 years ago
  45. b65dbd5 layers: MR82, Add lifetime validation for buffers to DrawState by Michael Lentine · 9 years ago
  46. d81a3bd layers: LX259, Clarify draw_state accessMask warnings by Mark Lobodzinski · 9 years ago
  47. 37c0676 Swapchain: Reconcile MD file with Swapchain layer. by Ian Elliott · 9 years ago
  48. 7e6817c Bug 15392 (Swapchain): Don't check VkPresentInfoKHR's waitSemaphoreCount & pWaitSemaphores by Ian Elliott · 9 years ago
  49. 9323634 Swapchain: Use an INFO instead of an ERROR for when pNext is non-NULL. by Ian Elliott · 9 years ago
  50. 3f590fe Swapchain: Change way p*Count is checked--make sure not bigger than should be. by Ian Elliott · 9 years ago
  51. 301f01c Swapchain: Only check that queueFamilyIndexCount is greater than 0. by Ian Elliott · 9 years ago
  52. 043ff3a Swapchain: Update my authorship to include Google. by Ian Elliott · 9 years ago
  53. 2ca8b35 Swapchain: No longer validate VkSwapchainKHR (object_track will do) ... by Ian Elliott · 9 years ago
  54. 9de4431 Swapchain: No longer validate VkDevice (object_track will do). by Ian Elliott · 9 years ago
  55. 47368f1 Swapchain: No longer validate VkPhysicalDevice (object_track will do). by Ian Elliott · 9 years ago
  56. 3caec07 Swapchain: No longer validate VkInstance (object_track will do). by Ian Elliott · 9 years ago
  57. ae52a90 Swapchain: Remove tracking/validation of VkSurfaceKHR object. by Ian Elliott · 9 years ago
  58. 3a948ec Bug 15383 (Swapchain): Treat VkSurfaceKHR as opaque--don't look inside it. by Ian Elliott · 9 years ago
  59. 0a36ae0 Swapchain: Track/use enablement of the WSI platform extensions. by Ian Elliott · 9 years ago
  60. 3ffd7ae Swapchain: Fixes and improvements validating vkCreate*SurfaceKHR(). by Ian Elliott · 9 years ago
  61. 8e7db81 Swapchain: Fixes and improvements validating vkAcquireNextImageKHR(). by Ian Elliott · 9 years ago
  62. a76bb7b Swapchain: Fixes and improvements validating vkQueuePresentKHR(). by Ian Elliott · 9 years ago
  63. 907e59a Swapchain: Fixes and improvements validating vkCreateSwapchainKHR(). by Ian Elliott · 9 years ago
  64. cda2f24 Swapchain: Rework the way that pCount is dealt with. by Ian Elliott · 9 years ago
  65. b624d48 Swapchain: Added NULL_POINTER checks & pCount checks. by Ian Elliott · 9 years ago
  66. c060967 Swapchain: Update TODOs by Ian Elliott · 9 years ago
  67. beb6843 Swapchain: Support vkGetPhysicalDevice*PresentationSupportKHR(). by Ian Elliott · 9 years ago
  68. 71115a3 Swapchain: Update vk_validation_layer_details.md for new errors. by Ian Elliott · 9 years ago
  69. e8dab43 Swapchain: Port to latest (v217) WSI & VK_EXT_debug_report extensions. by Ian Elliott · 9 years ago
  70. 6119458 Swapchain: Enhance validation of vkCreateSwapchainKHR(). by Ian Elliott · 9 years ago
  71. 3f07ab6 tri/cube: : Support the new VkCompositeAlphaFlagBitsKHR. by Ian Elliott · 9 years ago
  72. 5bcf894 Swapchain: Replace implementation of presentModeStr() by Ian Elliott · 9 years ago
  73. 4413b80 Swapchain: Rename deviceSwapchainExtensionEnabled->swapchainExtensionEnabled by Ian Elliott · 9 years ago
  74. d83e49b Swapchain: Rename swapchainExtensionEnabled->surfaceExtensionEnabled by Ian Elliott · 9 years ago
  75. e436d3f Swapchain: Start validating the new VkSurfaceKHR object. by Ian Elliott · 9 years ago
  76. fdec44b windows Runtime installer: fix files that were 0 length. by David Pinedo · 9 years ago
  77. 5caab14 layers: Add documentation for new INVALID_ALIASING check in mem_tracker by Tobin Ehlis · 9 years ago
  78. d67719c layers: Complete make-dependency fix by Mark Lobodzinski · 9 years ago
  79. 6db8ff3 standalone_compiler: recognize [frag|vert|geom].spv suffixes by GregF · 9 years ago
  80. e13dd83 toolchain: Add spirv-tools to Windows script by Cody Northrop · 9 years ago
  81. 2f865b3 toolchain: Update parameter parsing on Linux by Cody Northrop · 9 years ago
  82. 983c1fa toolchain: Add spirv-tools to update_external_sources.sh by Cody Northrop · 9 years ago
  83. 426e0e2 Android build fixes. by Michael Lentine · 9 years ago
  84. 19b5f92 tests: Bring shaders up to version 400 by Tony Barbour · 9 years ago
  85. 1922d98 windows RT installer: Remove include files. Cosmetic changes to nsi file. by David Pinedo · 9 years ago
  86. 7ebfe9d layers: Fix circular make depency by Mark Lobodzinski · 9 years ago
  87. 9afbaaf glslang: move to latest version by GregF · 9 years ago
  88. 0a37132 tests: Modify vkMapMemory calls to use VK_WHOLE_SIZE by Mark Lobodzinski · 9 years ago
  89. dd75e13 layers: MR105, Add aliasing check for buffer/image overlap by Michael Lentine · 9 years ago
  90. 00ed974 layers: LX260, Clean up AccessMask validation message in DrawState by Mark Lobodzinski · 9 years ago
  91. 0313c5b demos: Fix up dstAccessMasks and move pipeline barriers for present to bottom of pipe by Tony Barbour · 9 years ago
  92. d4585f3 layers: LX255, Print readable version of VkAccessFlags by Mark Lobodzinski · 9 years ago
  93. e29cf8d layers: LX249, Remove MSAA coherency checks from BeginRenderPass by Mark Lobodzinski · 9 years ago
  94. 9d7909c intel: Fix ret code for vkWaitForFences to return VK_TIMEOUT by Karl Schultz · 9 years ago
  95. 8d98cfa WindowsRTInstaller: Fix typo in command in nsi script by David Pinedo · 9 years ago
  96. ca90561 Windows Runtime Installer: Initial creation in LoaderAndTools by David Pinedo · 9 years ago
  97. 5b25d9f loader: Convert getenv on Windows to use GetEnvironmentVariable by Jon Ashburn · 9 years ago
  98. b7ec6f3 layers: Enable fine-grained filtering of swapchain log messages by Mark Lobodzinski · 9 years ago
  99. 7899660 layers: Enable fine-grained filtering of generated layer log messages by Mark Lobodzinski · 9 years ago
  100. b6c8eb5 layers: Enable fine-grained filtering of param_checker log messages by Mark Lobodzinski · 9 years ago