1. ed6b5ac layers: Use tmp callback for msgs during vk{Create|Destroy}Instance(). by Ian Elliott · 8 years ago
  2. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  3. 9de0bd7 layers: swapchain - use std mutex by Jeremy Hayes · 8 years ago
  4. a5d13a9 MR 289: layers: Changed other text/variables from "owned" to "acquired". by Ian Elliott · 8 years ago
  5. 5c68028 MR 289: layers: Change the test about "too many images". by Ian Elliott · 8 years ago
  6. 080069b layers: Fix unsafe bool mix warnings (part 2) by Dustin Graves · 8 years ago
  7. 75ecdb7 layers: Fix 7 signed/unsigned comparison warnings on VS2015 by Michael Mc Donnell · 8 years ago
  8. 5da0c96 layers: GH117: Change warning to an error. by Ian Elliott · 8 years ago
  9. fa8f032 layers: GH117: swapchain layer warns if app uses neither semaphore nor fence. by Ian Elliott · 8 years ago
  10. dc9111c misc: Update to header version 1.0.6 by Jon Ashburn · 8 years ago
  11. 1e9e6c8 layers: GH156 (bug-155): Check for WSI enables by Courtney Goeltzenleuchter · 8 years ago
  12. 1079e1b layers: Move layer debug action initialization into layer_utils by Mark Lobodzinski · 8 years ago
  13. fb287d3 layers: PR118, Remove erroneous validation error from swapchain by szdarkhack · 8 years ago
  14. 5484e0c layers: clang-format layers directory by Jon Ashburn · 8 years ago
  15. d40b2db layers: GL107, Validate queueFamilyIndices for CreateSwapchain by Mark Lobodzinski · 8 years ago
  16. 8cbde24 layers: Make layer option names more consistent and update docs by Mark Lobodzinski · 8 years ago
  17. a5ebe8a loader: Fix Wayland support by Jason Ekstrand · 9 years ago
  18. beb42f8 layers: MR221: Android needs Enumerate*Properties by Courtney Goeltzenleuchter · 9 years ago
  19. a4784fb layers: MR221: Update extension info to match json files by Courtney Goeltzenleuchter · 9 years ago
  20. 0271ec2 swapchain: MR221: Use proper layer name by Courtney Goeltzenleuchter · 9 years ago
  21. f6ca21c layers: MR221: Fix implementationVersion by Courtney Goeltzenleuchter · 9 years ago
  22. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  23. 0a369f6 layers: Enable Wall and Werror. by Michael Lentine · 9 years ago
  24. d08141b layers: MR217 Fix Android build of swapchain by Cody Northrop · 9 years ago
  25. a3c69bc layers: Fix vkEnumeratePhysicalDevices()--was always returning an error. by Ian Elliott · 9 years ago
  26. 3c99d55 layers: Move logging callback destroy after logging calls by Mark Lobodzinski · 9 years ago
  27. 3231183 layers: MR212 Add locking to the swapchain layer. by Ian Elliott · 9 years ago
  28. 458696a layers: MR209 Fix swapchain's vkDestroyInstance to error about devices ... by Ian Elliott · 9 years ago
  29. 1ed594e Revert "layers: Clang-format changes for files in layers dir of repo" by Mark Lobodzinski · 9 years ago
  30. b39d9e6 layers: Clang-format changes for files in layers dir of repo by Mark Lobodzinski · 9 years ago
  31. 6eda00a layers: Validation Layer Copyright Updates by Mark Lobodzinski · 9 years ago
  32. 8f78daa Swapchain: Add Google copyright by Ian Elliott · 9 years ago
  33. 3230102 Swapchain: Ensure Destroy{Device|Surface}() don't core dump. by Ian Elliott · 9 years ago
  34. c4db695 Swapchain: Validating supported surface for presenting with a queue. by Ian Elliott · 9 years ago
  35. 80b3b14 Swapchain: vkDestroyInstance check if child objects were destroyed. by Ian Elliott · 9 years ago
  36. 680825b Swapchain: Check "compatible" pAllocator for creation/destruction. by Ian Elliott · 9 years ago
  37. 1f6bb80 Swapchain: Keep/check relationships between surfaces and swapchains. by Ian Elliott · 9 years ago
  38. aeafe23 Swapchain: Validate that queueFamilyIndex is within bounds. by Ian Elliott · 9 years ago
  39. 4156b10 Swapchain: Add TODOs for difficult-to-do validity language. by Ian Elliott · 9 years ago
  40. eac6ac9 Swapchain: Check that pCreateInfo->compositeAlpha has one bit set. by Ian Elliott · 9 years ago
  41. c296b80 Swapchain: Check that pCreateInfo->preTransform has one bit set. by Ian Elliott · 9 years ago
  42. 4f147fc Swapchain: Start keeping better track of surface-queueFamilyIndices. by Ian Elliott · 9 years ago
  43. 0e28c75 Swapchain: Match validity rules for pCreateInfo->imageUsage. by Ian Elliott · 9 years ago
  44. b69cd59 debug_report: Integrate review feedback by Courtney Goeltzenleuchter · 9 years ago
  45. 00150eb loader: implement new layer init method by Courtney Goeltzenleuchter · 9 years ago
  46. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  47. 47b549c layers: Gitlab 126, Fix for swapchain layer which was checking wrong pointer by Norbert Nopper · 9 years ago
  48. 62d2fca layers: LX263, Validate minimum imageArrayLayers value in swapchain layer by Mark Lobodzinski · 9 years ago
  49. 46426c5 swapchain: MR122, queueFamilyIndexCount must be > 1 for CONCURRENT by Ian Elliott · 9 years ago
  50. e45d1c4 Swapchain: Reconcile MD file with Swapchain layer. by Ian Elliott · 9 years ago
  51. 50fcc8e Bug 15392 (Swapchain): Don't check VkPresentInfoKHR's waitSemaphoreCount & pWaitSemaphores by Ian Elliott · 9 years ago
  52. 31edb92 Swapchain: Use an INFO instead of an ERROR for when pNext is non-NULL. by Ian Elliott · 9 years ago
  53. dcf8eca Swapchain: Change way p*Count is checked--make sure not bigger than should be. by Ian Elliott · 9 years ago
  54. afcb60c Swapchain: Only check that queueFamilyIndexCount is greater than 0. by Ian Elliott · 9 years ago
  55. 578e7e2 Swapchain: Update my authorship to include Google. by Ian Elliott · 9 years ago
  56. 6f3346b Swapchain: No longer validate VkSwapchainKHR (object_track will do) ... by Ian Elliott · 9 years ago
  57. 8b9e256 Swapchain: No longer validate VkDevice (object_track will do). by Ian Elliott · 9 years ago
  58. 07adb11 Swapchain: No longer validate VkPhysicalDevice (object_track will do). by Ian Elliott · 9 years ago
  59. 4f07d08 Swapchain: No longer validate VkInstance (object_track will do). by Ian Elliott · 9 years ago
  60. 6b9941a Swapchain: Remove tracking/validation of VkSurfaceKHR object. by Ian Elliott · 9 years ago
  61. 55646bd Bug 15383 (Swapchain): Treat VkSurfaceKHR as opaque--don't look inside it. by Ian Elliott · 9 years ago
  62. 8dffaf3 Swapchain: Track/use enablement of the WSI platform extensions. by Ian Elliott · 9 years ago
  63. f575829 Swapchain: Fixes and improvements validating vkCreate*SurfaceKHR(). by Ian Elliott · 9 years ago
  64. dd45e46 Swapchain: Fixes and improvements validating vkAcquireNextImageKHR(). by Ian Elliott · 9 years ago
  65. 046ed2c Swapchain: Fixes and improvements validating vkQueuePresentKHR(). by Ian Elliott · 9 years ago
  66. f7f8ff0 Swapchain: Fixes and improvements validating vkCreateSwapchainKHR(). by Ian Elliott · 9 years ago
  67. 9059b30 Swapchain: Rework the way that pCount is dealt with. by Ian Elliott · 9 years ago
  68. f955d68 Swapchain: Added NULL_POINTER checks & pCount checks. by Ian Elliott · 9 years ago
  69. 320d0fc Swapchain: Update TODOs by Ian Elliott · 9 years ago
  70. 55ff796 Swapchain: Support vkGetPhysicalDevice*PresentationSupportKHR(). by Ian Elliott · 9 years ago
  71. 1bf155f Swapchain: Port to latest (v217) WSI & VK_EXT_debug_report extensions. by Ian Elliott · 9 years ago
  72. a2a89c5 Swapchain: Enhance validation of vkCreateSwapchainKHR(). by Ian Elliott · 9 years ago
  73. 24491af Swapchain: Replace implementation of presentModeStr() by Ian Elliott · 9 years ago
  74. 427058f Swapchain: Rename deviceSwapchainExtensionEnabled->swapchainExtensionEnabled by Ian Elliott · 9 years ago
  75. 1cb77a6 Swapchain: Rename swapchainExtensionEnabled->surfaceExtensionEnabled by Ian Elliott · 9 years ago
  76. a983e9a Swapchain: Start validating the new VkSurfaceKHR object. by Ian Elliott · 9 years ago
  77. 80e774f layers: Enable fine-grained filtering of swapchain log messages by Mark Lobodzinski · 9 years ago
  78. 0d054fe layers: Rename Layer/library/json files for consistency by Mark Lobodzinski · 9 years ago
  79. 52fee65 debug_report: Update extension name by Courtney Goeltzenleuchter · 9 years ago
  80. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  81. f0de724 layers: Add support for DebugReportMessageLUNARG by Courtney Goeltzenleuchter · 9 years ago
  82. 5285766 layers: export debug_report extension by Courtney Goeltzenleuchter · 9 years ago
  83. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  84. 107a0d2 debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  85. 6d8e818 layers: Add allocator to layer init functions by Courtney Goeltzenleuchter · 9 years ago
  86. fd4830c layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  87. a3b4452 layers: LX229, Fix swapchain layer imageArrayLayers caps check by Mark Lobodzinski · 9 years ago
  88. 55cd49b layers: Fix swapchain layer errors by Mark Lobodzinski · 9 years ago
  89. b49b6e5 wsi: Various fixes and Windows build issues by Mark Lobodzinski · 9 years ago
  90. 27d39c7 swapchain: Can build after major updates for new WSI (works?) by Ian Elliott · 9 years ago
  91. 1dcd109 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  92. 9ab6150 bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  93. 010f469 layers: Fix printf formats by Michael Lentine · 9 years ago
  94. 6c1cb5a layers: Fix GPA and debug output in swapchain layer by Mark Lobodzinski · 9 years ago
  95. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  96. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  97. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  98. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  99. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  100. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago