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