1. dbaecb4 MR 289: layers: Changed other text/variables from "owned" to "acquired". by Ian Elliott · 8 years ago
  2. 1159d4c MR 289: layers: Change the test about "too many images". by Ian Elliott · 8 years ago
  3. 2a4a6e6 layers: GH117: swapchain layer warns if app uses neither semaphore nor fence. by Ian Elliott · 8 years ago
  4. 491a3cd layers: clang-format layers directory by Jon Ashburn · 8 years ago
  5. dfd7b49 swapchain: MR221: Remove unused property info by Courtney Goeltzenleuchter · 9 years ago
  6. 5c13d4d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 8 years ago
  7. 3cd96a2 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  8. b838dc0 Revert "layers: Clang-format changes for files in layers dir of repo" by Mark Lobodzinski · 9 years ago
  9. e260acf layers: Clang-format changes for files in layers dir of repo by Mark Lobodzinski · 9 years ago
  10. 288e4f7 layers: Validation Layer Copyright Updates by Mark Lobodzinski · 9 years ago
  11. 62c3809 layers: Fix 32-bit Win compilation issue in swapchain layer. by Mark Young · 9 years ago
  12. c63b5d7 Swapchain: Add Google copyright by Ian Elliott · 9 years ago
  13. b2f31c8 Swapchain: Validating supported surface for presenting with a queue. by Ian Elliott · 9 years ago
  14. 9d5552d Swapchain: vkDestroyInstance check if child objects were destroyed. by Ian Elliott · 9 years ago
  15. 790e8d5 Swapchain: Check "compatible" pAllocator for creation/destruction. by Ian Elliott · 9 years ago
  16. f0b4cce Swapchain: Keep/check relationships between surfaces and swapchains. by Ian Elliott · 9 years ago
  17. 133165a Swapchain: Validate that queueFamilyIndex is within bounds. by Ian Elliott · 9 years ago
  18. d033dfb Swapchain: Start keeping better track of surface-queueFamilyIndices. by Ian Elliott · 9 years ago
  19. 9323634 Swapchain: Use an INFO instead of an ERROR for when pNext is non-NULL. by Ian Elliott · 9 years ago
  20. 3f590fe Swapchain: Change way p*Count is checked--make sure not bigger than should be. by Ian Elliott · 9 years ago
  21. 043ff3a Swapchain: Update my authorship to include Google. by Ian Elliott · 9 years ago
  22. ae52a90 Swapchain: Remove tracking/validation of VkSurfaceKHR object. by Ian Elliott · 9 years ago
  23. 3a948ec Bug 15383 (Swapchain): Treat VkSurfaceKHR as opaque--don't look inside it. by Ian Elliott · 9 years ago
  24. 0a36ae0 Swapchain: Track/use enablement of the WSI platform extensions. by Ian Elliott · 9 years ago
  25. a76bb7b Swapchain: Fixes and improvements validating vkQueuePresentKHR(). by Ian Elliott · 9 years ago
  26. 907e59a Swapchain: Fixes and improvements validating vkCreateSwapchainKHR(). by Ian Elliott · 9 years ago
  27. b624d48 Swapchain: Added NULL_POINTER checks & pCount checks. by Ian Elliott · 9 years ago
  28. 6119458 Swapchain: Enhance validation of vkCreateSwapchainKHR(). by Ian Elliott · 9 years ago
  29. 4413b80 Swapchain: Rename deviceSwapchainExtensionEnabled->swapchainExtensionEnabled by Ian Elliott · 9 years ago
  30. d83e49b Swapchain: Rename swapchainExtensionEnabled->surfaceExtensionEnabled by Ian Elliott · 9 years ago
  31. e436d3f Swapchain: Start validating the new VkSurfaceKHR object. by Ian Elliott · 9 years ago
  32. b7ec6f3 layers: Enable fine-grained filtering of swapchain log messages by Mark Lobodzinski · 9 years ago
  33. 2e87e61 layers: Rename Layer/library/json files for consistency by Mark Lobodzinski · 9 years ago
  34. 5d96e52 layers: MR89, Fix gtests for android by Michael Lentine · 9 years ago
  35. acb1359 debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  36. dc9592a debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  37. f8fe128 layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  38. f9a0839 swapchain: Can build after major updates for new WSI (works?) by Ian Elliott · 9 years ago
  39. 64070a8 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  40. a31fe0b Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  41. 329ca9e Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  42. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  43. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  44. 50c57ef misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  45. c8d7593 layers: Windows define fixes by Tobin Ehlis · 9 years ago
  46. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  47. 43b0b50 layers: Fix Swapchain include dependency for Windows build break by Tobin Ehlis · 9 years ago
  48. 3bc49a9 layers: Migrate Swapchain dispatch tables and global data into layer_data struct by Tobin Ehlis · 9 years ago
  49. e420a33 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  50. 7aa5060 layers: Add DEBUG_OUTPUT support to swapchain by Courtney Goeltzenleuchter · 9 years ago
  51. 960df28 WSI Validation: Ported better logging approach from generic layer. by Ian Elliott · 9 years ago
  52. e75a4b5 WSI Validation: Move some things between .h and .cpp files. by Ian Elliott · 9 years ago
  53. 73bb657 layers: Add constructors for layer_data by Cody Northrop · 9 years ago
  54. 7b7b61c WSI Validation: Removed 2 checks that are driver-specific. by Ian Elliott · 9 years ago
  55. f81c256 WSI Validation: Add error enum and document Swapchain layer. by Ian Elliott · 9 years ago
  56. e38ed29 Change ERROR -> PERF_WARN in vkAcquireNextImageKHR(). by Ian Elliott · 9 years ago
  57. 329da01 WSI Validation: Initial WSI "swapchain" validation layer. by Ian Elliott · 9 years ago