1. 82b3db5 layers: Update ObjectTracker to handle double-embedded loops of array struct params w/ object arrays in them by Tobin Ehlis · 9 years ago
  2. daab02d layers: Fix objectTracker to validate DSs in CmdBindDescriptorSets() by Tobin Ehlis · 9 years ago
  3. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  4. e6d3f2c layers: LX159, properly validate swapchain images by Mark Lobodzinski · 9 years ago
  5. 5308f9a layers: LX159, pipelineCache CAN be Null. by Mark Lobodzinski · 9 years ago
  6. 8f8367e layers: clean up includes by Courtney Goeltzenleuchter · 9 years ago
  7. 82ecef4 layers: Suppress error messages for undestroyed descriptorSets by Mark Lobodzinski · 9 years ago
  8. 9ff6ae9 layers: Remove obsolete dbg message logging header by Jon Ashburn · 9 years ago
  9. 3a278b7 layers: Add support for debug_report extension in generic layer by Jon Ashburn · 9 years ago
  10. a145649 layers: LunarXchange #145: Fix windows printf format errors by Mark Lobodzinski · 9 years ago
  11. 38820b3 layers: Remove object map before vkDestroy* by Mike Stroyan · 9 years ago
  12. f260f6c layers: layer generate confused by Count parameter by Courtney Goeltzenleuchter · 9 years ago
  13. 0699a79 layers: VkDestroyInstance+VkDestroyDevice clear ObjectTracker maps by Mike Stroyan · 9 years ago
  14. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  15. 93245a9 layers: Fix APIDump to handle "stdout" special case by Tobin Ehlis · 9 years ago
  16. 1350a36 layers: Add return value for Generic vkCreateInstance() function by Tobin Ehlis · 9 years ago
  17. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  18. 6785fe7 layers: Move some fixed code into header files for APIDump and Generic by Jon Ashburn · 9 years ago
  19. 3dc3938 layers: Fix intercept of WSI instance entrypoints by Jon Ashburn · 9 years ago
  20. 8acd233 layers: Fix several bugs in WSI extension handling in layers by Jon Ashburn · 9 years ago
  21. ec59830 layers: Improve invalid object checks of ObjectTracker by Tobin Ehlis · 9 years ago
  22. c4f105d layers: Migrate Fence checks from ObjectTracker to MemTracker by Tobin Ehlis · 9 years ago
  23. b1df55e layers: Fix layer STDOUT logging by Tobin Ehlis · 9 years ago
  24. 197818b layers: Check if CreateDevice enabling WSI device extension, not instance by Ian Elliott · 9 years ago
  25. c9ac2b6 layers: Migrate ObjectTracker to updated Validation error reporting by Tobin Ehlis · 9 years ago
  26. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  27. 7e40db9 WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  28. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  29. 80d048e layers: Handle bad filename in APIDump settings file by Tobin Ehlis · 9 years ago
  30. 154e046 layers: Fix ObjectTracker to handle dyanamic array params by Tobin Ehlis · 9 years ago
  31. dee721d vk_platform: Update to upstream vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  32. a870097 layers: Fix APIDump to correctly set output file name from settings file by Tobin Ehlis · 9 years ago
  33. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  34. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  35. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  36. 313f7e6 layers: Change Threading layer dispatch and logging by Mike Stroyan · 9 years ago
  37. 0392c91 layers: Remove unused layer-dispatch target by Mike Stroyan · 9 years ago
  38. 2b6b68a layers: mem_tracker: Change to new WSI query functions. by Ian Elliott · 9 years ago
  39. d080288 v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  40. 1e4f802 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  41. 10dddd7 Compare the handle object to VK_NULL_HANDLE, not its internal integer value by Dana Jansens · 9 years ago
  42. 29bfb20 layers: Rework APIDump changes to fix windows compilation errors by Mark Lobodzinski · 9 years ago
  43. b9143d8 layers: Enabled detailed output of void* memBarrier parameters by Mark Lobodzinski · 9 years ago
  44. 770f80d layers: objtrack has to call destroy in FreeDescriptorSets by Tony Barbour · 9 years ago
  45. 64d5775 layers: Add destroy_obj calls for ObjectTracker by Mark Lobodzinski · 9 years ago
  46. 92503c6 Windows: more changes for windows compiler by Tony Barbour · 9 years ago
  47. 3b4732f Windows: More windows compilier fixes by Tony Barbour · 9 years ago
  48. 343d621 windows: clean up windows compile issues by Tony Barbour · 9 years ago
  49. 1064fe3 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  50. 2d3ba63 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  51. c729b3a rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  52. 2717d13 layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  53. 7a314ea layers: Get Generic layer to compile with type safety header changes by Tobin Ehlis · 9 years ago
  54. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  55. be2b5d8 layers: Threading layer type safety header changes by Mike Stroyan · 9 years ago
  56. a30e7e5 layers: Layer updates to get helpers compiling with type safety changes by Tobin Ehlis · 9 years ago
  57. 46d5362 layers: Allow ObjectTracker to skip validation of objects that can be NULL by Tobin Ehlis · 9 years ago
  58. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  59. 3831094 Layers: They now compile on Windows. by David Pinedo · 9 years ago
  60. 79a5a96 layers: Generic- update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  61. 14e8e50 layers: Remove object tracker extensions by Courtney Goeltzenleuchter · 9 years ago
  62. 3f9f7c4 layers: Update generator for threading, objtrack by Courtney Goeltzenleuchter · 9 years ago
  63. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  64. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  65. a0cb02e layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  66. 0c6f9ee include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  67. 9d67594 layers: Update ObjectTracker layer to check first-level struct parameters for valid objects by Tobin Ehlis · 9 years ago
  68. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  69. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  70. 909827d layers: Do not advertise support for WSI by Courtney Goeltzenleuchter · 9 years ago
  71. 0de9e21 generator: Add more debug statements by Courtney Goeltzenleuchter · 9 years ago
  72. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  73. fae7885 layers: ObjectTracker per-instance storage, updated logging by Mark Lobodzinski · 9 years ago
  74. 08fafd0 layers: Addition of source_line_info.py script to simplify codegen debugging by Tobin Ehlis · 9 years ago
  75. 747f2b6 layers: Make WSI_LUNARG a device extension and check if enabled before use by Jon Ashburn · 9 years ago
  76. b19ddbf misc: Remove GetDisplayInfoWSI() by Jon Ashburn · 9 years ago
  77. 0daf228 layers: Use static dispatch table maps by Courtney Goeltzenleuchter · 9 years ago
  78. 9eed289 layers: Make dispatch table thread safe by Jon Ashburn · 9 years ago
  79. 86eacfc layer: Remove EnumerateLayers by Jon Ashburn · 9 years ago
  80. d02a964 layers: Initialize debug_report instance proc table by Courtney Goeltzenleuchter · 9 years ago
  81. 322a14b layer: Generic is not a validation layer by Courtney Goeltzenleuchter · 9 years ago
  82. 1727417 layers: Update generator for DEBUG_REPORT by Courtney Goeltzenleuchter · 9 years ago
  83. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  84. 8fd0825 loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  85. 00c4e64 layers: Fixed dispatch table teardown issues in ObjectTracker by Mark Lobodzinski · 9 years ago
  86. 4c7ac0a layers: Add multi-device/instance support to APIDump layer by Mark Lobodzinski · 9 years ago
  87. fb5437a layers: Add multi-device/instance support to generated layers by Mark Lobodzinski · 9 years ago
  88. 8ced421 genericLayer: Fix generation code by Jon Ashburn · 9 years ago
  89. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  90. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  91. 1db2014 object_tracker: Remove queues from global queueinfo list by Jon Ashburn · 9 years ago
  92. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  93. 83c7e0d layers: Fix rebase issues by Jon Ashburn · 9 years ago
  94. 71836d9 layers: Use the instance chain for entrypoints with instance by Jon Ashburn · 9 years ago
  95. 8c5cbcf layers: Add initialization of instance dispatch table by Jon Ashburn · 9 years ago
  96. f6b33db layers: Add GetInstanceProcAddr() to all layers by Jon Ashburn · 9 years ago
  97. e382c5a layers: Migrate dynamic state checks to DrawState from ObjectTracker by Tobin Ehlis · 9 years ago
  98. a999a26 layers: Fix compiler warning in ObjectTracker by Mark Lobodzinski · 9 years ago
  99. 803cc49 layers: Updated ObjectTrack to use std::map and perform some initial valid object checks on params by Tobin Ehlis · 9 years ago
  100. 38f0db2 layers: Convert object tracker to C++ by Mark Lobodzinski · 9 years ago