1. 510e20d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 9 years ago
  2. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  3. 0a369f6 layers: Enable Wall and Werror. by Michael Lentine · 9 years ago
  4. 1ed594e Revert "layers: Clang-format changes for files in layers dir of repo" by Mark Lobodzinski · 9 years ago
  5. b39d9e6 layers: Clang-format changes for files in layers dir of repo by Mark Lobodzinski · 9 years ago
  6. 6eda00a layers: Validation Layer Copyright Updates by Mark Lobodzinski · 9 years ago
  7. 154329b layers: LX308, CreateGraphics/ComputePipelines support for multiple pipelines by Mark Lobodzinski · 9 years ago
  8. 93ecb1d Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  9. 2fba032 layers: LX300, Conditionally validate pInheritanceInfo in object_tracker by Mark Lobodzinski · 9 years ago
  10. 539a87c layers: Only set up tracking for new descriptors if allocation succeeded. by Chris Forbes · 9 years ago
  11. 00150eb loader: implement new layer init method by Courtney Goeltzenleuchter · 9 years ago
  12. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  13. 86684f9 layers: MR123, Improved ObjectTracker codegen by Tobin Ehlis · 9 years ago
  14. 6085c2b layers: Enable fine-grained filtering of generated layer log messages by Mark Lobodzinski · 9 years ago
  15. 0d054fe layers: Rename Layer/library/json files for consistency by Mark Lobodzinski · 9 years ago[Renamed (94%) from layers/object_track.h]
  16. 52fee65 debug_report: Update extension name by Courtney Goeltzenleuchter · 9 years ago
  17. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  18. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  19. 107a0d2 debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  20. 6d8e818 layers: Add allocator to layer init functions by Courtney Goeltzenleuchter · 9 years ago
  21. b19042e layers: rename VkDbgObjectType by Courtney Goeltzenleuchter · 9 years ago
  22. fd4830c layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  23. a8a5f85 wsi: Make WSI cases more consistent, fail if not set correctly by Mark Lobodzinski · 9 years ago
  24. 64e2ebd android: Fix android build. by Michael Lentine · 9 years ago
  25. b49b6e5 wsi: Various fixes and Windows build issues by Mark Lobodzinski · 9 years ago
  26. faa9081 wsi: Moved definition of CreateXxxSurface extension to CMakefile by Mark Lobodzinski · 9 years ago
  27. e86e138 layers: Add WSI extensions to autogen code by Mark Lobodzinski · 9 years ago
  28. cffee7f object_track: Remove some obsolete code by Ian Elliott · 9 years ago
  29. 0584606 layers: Convert most of the layers to the new WSI. by Ian Elliott · 9 years ago
  30. 1dcd109 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  31. fc6aa76 Fix build in master by Michael Lentine · 9 years ago
  32. b29731a layers: Fix infinite loop in DrawState by Mark Lobodzinski · 9 years ago
  33. 5f5c0e1 layers: Add validation for object pools by Mark Lobodzinski · 9 years ago
  34. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  35. 13803dc layers: Fix compilation on 32bit platforms by Michael Lentine · 9 years ago
  36. 010f469 layers: Fix printf formats by Michael Lentine · 9 years ago
  37. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  38. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  39. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  40. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  41. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  42. 1ff4c3d bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  43. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  44. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  45. e2fc552 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  46. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  47. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  48. e6d3f2c layers: LX159, properly validate swapchain images by Mark Lobodzinski · 9 years ago
  49. 55443ef layers: Add constructors for layer_data by Cody Northrop · 9 years ago
  50. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  51. 3dc3938 layers: Fix intercept of WSI instance entrypoints by Jon Ashburn · 9 years ago
  52. 8acd233 layers: Fix several bugs in WSI extension handling in layers by Jon Ashburn · 9 years ago
  53. ec59830 layers: Improve invalid object checks of ObjectTracker by Tobin Ehlis · 9 years ago
  54. c4f105d layers: Migrate Fence checks from ObjectTracker to MemTracker by Tobin Ehlis · 9 years ago
  55. b1df55e layers: Fix layer STDOUT logging by Tobin Ehlis · 9 years ago
  56. 42a4252 layers: Another CreateDevice fix (was using WSI instance extension name) by Ian Elliott · 9 years ago
  57. c9ac2b6 layers: Migrate ObjectTracker to updated Validation error reporting by Tobin Ehlis · 9 years ago
  58. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  59. 7e40db9 WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  60. 2eeb3c6 headers: Moved utility routine out of to-be-upstreamed header file by Mark Lobodzinski · 9 years ago
  61. 12d4c6a layers: Automated checking of validation layer documentation by Tobin Ehlis · 9 years ago
  62. dee721d vk_platform: Update to upstream vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  63. d080288 v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  64. 1e4f802 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  65. c0fa1ab ObjectTracker Layer: Fix crash on windows in CreateInstance by David Pinedo · 9 years ago
  66. 7ebf121 layers: eliminate Windows compiler warning by Courtney Goeltzenleuchter · 9 years ago
  67. 770f80d layers: objtrack has to call destroy in FreeDescriptorSets by Tony Barbour · 9 years ago
  68. 791646c Windows: Clean up more compiler errors and warnings by Tony Barbour · 9 years ago
  69. 343d621 windows: clean up windows compile issues by Tony Barbour · 9 years ago
  70. 1064fe3 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  71. 2717d13 layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  72. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  73. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  74. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  75. 14e8e50 layers: Remove object tracker extensions by Courtney Goeltzenleuchter · 9 years ago
  76. fce8cd2 object_track: Update extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  77. 0c6f9ee include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  78. 3e46c80 layers: Fix ObjectTracker to add Instance when it's created by Tobin Ehlis · 9 years ago
  79. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  80. 3ef99c7 layers: Remove unneeded asserts by Courtney Goeltzenleuchter · 9 years ago
  81. 7933845 layers: ObjectTracker cleanup by Tobin Ehlis · 9 years ago
  82. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  83. fae7885 layers: ObjectTracker per-instance storage, updated logging by Mark Lobodzinski · 9 years ago
  84. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  85. 803cc49 layers: Updated ObjectTrack to use std::map and perform some initial valid object checks on params by Tobin Ehlis · 9 years ago
  86. 38f0db2 layers: Convert object tracker to C++ by Mark Lobodzinski · 9 years ago
  87. 48bd16d layers: Remove use_count from ObjectTracker by Mark Lobodzinski · 9 years ago
  88. 03a7e98 layers: Add object type validation to object tracker by Mark Lobodzinski · 9 years ago
  89. 7c75b85 layers: Use native Vulkan object type definitions by Mark Lobodzinski · 9 years ago
  90. 9671531 layers: Using objects instead of pointers - rename pObj by Tony Barbour · 10 years ago
  91. fc15ff8 vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 10 years ago
  92. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 10 years ago
  93. 0fadf5f vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 10 years ago
  94. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 10 years ago
  95. 502744a vulkan: Naming beautification by Courtney Goeltzenleuchter · 10 years ago
  96. f2ccd5a layers: Get ObjectTracker working with memory reference changes by Courtney Goeltzenleuchter · 10 years ago
  97. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 10 years ago
  98. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 10 years ago
  99. eeae16b layers: Fixes to get them building and working with descriptor changes by Courtney Goeltzenleuchter · 10 years ago
  100. 9d9da10 obj_track: Eliminate warning for presentable image by Courtney Goeltzenleuchter · 10 years ago