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