1. 34ec692 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  2. 257d974 layers: Get MemTracker compiling with type safety header change by Tobin Ehlis · 9 years ago
  3. 9715d4a layers: Update ShaderChecker for 14084 by Chris Forbes · 9 years ago
  4. 4ad43f7 TODO: Disable non-working layers for now by Courtney Goeltzenleuchter · 9 years ago
  5. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  6. be2b5d8 layers: Threading layer type safety header changes by Mike Stroyan · 9 years ago
  7. 359eeb9 layers: Fix param checker compilation errors. by Jeremy Hayes · 9 years ago
  8. 60a9b4f layers: Updated DrawState to work with type safety changes by Tobin Ehlis · 9 years ago
  9. a30e7e5 layers: Layer updates to get helpers compiling with type safety changes by Tobin Ehlis · 9 years ago
  10. 1475dc5 misc: Enable only APIDump layer for now by Courtney Goeltzenleuchter · 9 years ago
  11. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  12. ffe3581 layers: Updated DrawState to use new VkAttachmentView object by Tobin Ehlis · 9 years ago
  13. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  14. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  15. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  16. 3831094 Layers: They now compile on Windows. by David Pinedo · 9 years ago
  17. e247315 layers: Flag errors in DrawState if Clear or Resolve cmds issued incorrectly by Tobin Ehlis · 9 years ago
  18. 53eddda layers: Add DrawState check to warn on Clears prior to Draw cmds by Tobin Ehlis · 9 years ago
  19. 41376e1 layers: Add USAGE bit validation to MemTracker layer by Tobin Ehlis · 9 years ago
  20. b1dee27 layers: Update ShaderChecker to use new logging mechanism by Chris Forbes · 9 years ago
  21. 06a455b layers: Update custom CMake target for Windows by Cody Northrop · 9 years ago
  22. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  23. 5c7533b layers: Fix CMake custom target on Windows by Cody Northrop · 9 years ago
  24. 4efec94 layers: Fix makefile to look for <layerName>.json instead of <layerName>_config by Jon Ashburn · 9 years ago
  25. d1787a5 layers: Change JSON files to use relative path for shared libraries by Jon Ashburn · 9 years ago
  26. 84a8794 layers: Rename JSON files to <layer_name>.json by Jon Ashburn · 9 years ago
  27. b38936a layers: Copy json config files to build directory by Courtney Goeltzenleuchter · 9 years ago
  28. 79a5a96 layers: Generic- update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  29. a6db346 ScreenShot: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  30. 426e187 layers: Image- Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  31. f13293f ParamChecker: Update extension and layer mechanism. by Courtney Goeltzenleuchter · 9 years ago
  32. 2d0c4bb loader: Use layer manifest files to discovery and query layers by Jon Ashburn · 9 years ago
  33. ec10533 Screenshot: Make this a device layer only, no instance intercept by Jon Ashburn · 9 years ago
  34. 1051c51 DrawState: Remove the DOT file dumping and GraphViz stuff by Jon Ashburn · 9 years ago
  35. da8adfe shader_checker: Update extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  36. e748133 mem_tracker: Use ARRAY_SIZE macro by Courtney Goeltzenleuchter · 9 years ago
  37. 7ad58c0 drawstate: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  38. 14e8e50 layers: Remove object tracker extensions by Courtney Goeltzenleuchter · 9 years ago
  39. 58e1e3b layers: Add handy ARRAY_SIZE macro by Courtney Goeltzenleuchter · 9 years ago
  40. 75337d9 Multi: Update to latest extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  41. c9a6edf apidump: Correct layer property description by Courtney Goeltzenleuchter · 9 years ago
  42. 3f9f7c4 layers: Update generator for threading, objtrack by Courtney Goeltzenleuchter · 9 years ago
  43. fce8cd2 object_track: Update extension & layer support by Courtney Goeltzenleuchter · 9 years ago
  44. 10a8db0 Update CMake as things are ported. by Courtney Goeltzenleuchter · 9 years ago
  45. db9a96f layers: Add TODO regarding locking by Courtney Goeltzenleuchter · 9 years ago
  46. 06b298a mem_tracker: Remove unused variable by Courtney Goeltzenleuchter · 9 years ago
  47. d54749c mem_tracker: Move wsi data to layer_data by Courtney Goeltzenleuchter · 9 years ago
  48. 842f842 layers: Update basic sample layer by Courtney Goeltzenleuchter · 9 years ago
  49. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  50. 4c8b2ba tests: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  51. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  52. a0cb02e layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  53. 0c6f9ee include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  54. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  55. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  56. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  57. 3fbc9c2 vulkan.h: V120 -- Tighten spec around VkMemoryRequirements by Mark Lobodzinski · 9 years ago
  58. e4a1cf9 vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 by Mark Lobodzinski · 9 years ago
  59. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  60. 3e46c80 layers: Fix ObjectTracker to add Instance when it's created by Tobin Ehlis · 9 years ago
  61. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  62. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  63. 6829587 Layers: Fix screenshot seg fault, changed accesses to dispatch tbl by David Pinedo · 9 years ago
  64. 88fd4ed Revert "loader: Remove CreateDevice from loader's instance" by Courtney Goeltzenleuchter · 9 years ago
  65. 9c7e5e2 loader: Remove CreateDevice from loader's instance by Courtney Goeltzenleuchter · 9 years ago
  66. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  67. 909827d layers: Do not advertise support for WSI by Courtney Goeltzenleuchter · 9 years ago
  68. 61cb70a layers: Abort logging if null debug_report ptr by Courtney Goeltzenleuchter · 9 years ago
  69. 3ef99c7 layers: Remove unneeded asserts by Courtney Goeltzenleuchter · 9 years ago
  70. 7933845 layers: ObjectTracker cleanup by Tobin Ehlis · 9 years ago
  71. 99a9632 layers: Use new param checker layer. by Jeremy Hayes · 9 years ago
  72. dfd533a vulkan.h: Bug 13616 Clarification of types of sample counts by Tony Barbour · 9 years ago
  73. 59a9c83 layers: Flag DrawState INVALID_RENDERPASS error if NULL RenderPass used to Begin/End/Continue a RenderPass by Tobin Ehlis · 9 years ago
  74. 3e75b2a layers: Warn in DrawState if DescriptorSet bound that was never updated. by Tobin Ehlis · 9 years ago
  75. 502480b layers: In DrawState, validate correct use of RenderPass by Tobin Ehlis · 9 years ago
  76. d1fe4ec layers: Add DrawState check to verify Draw* cmds only issued within RenderPass by Tobin Ehlis · 9 years ago
  77. 996f785 layers: Add DrawState check to verify that Pipeline layout from vkCmdBindDescriptorSets() matches layout from PSO at Draw time. by Tobin Ehlis · 9 years ago
  78. 259730a layers: Flag DrawState INVALID_RENDERPASS error if NULL RenderPass used to Begin/End/Continue a RenderPass by Tobin Ehlis · 9 years ago
  79. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  80. c01988b layers: Correctly set Object Type for Dynamic State when flagging error by Tobin Ehlis · 9 years ago
  81. eac8379 layers: Report error in DrawState if vkCmdBlitImage() called during RenderPass. by Tobin Ehlis · 9 years ago
  82. 6d58e6d layers: Added DrawState check to flag error if compute pipeline bound during RenderPass by Tobin Ehlis · 9 years ago
  83. 2bf8f90 bug 14016: Make vkResetFences take const pFences by Courtney Goeltzenleuchter · 9 years ago
  84. dee7b8b screenshot: remove unneeded initialization code by Courtney Goeltzenleuchter · 9 years ago
  85. e008573 screenshot: Need to wrap more functions by Courtney Goeltzenleuchter · 9 years ago
  86. b902956 screenshot: Need a DestroyInstance by Courtney Goeltzenleuchter · 9 years ago
  87. a8fd5a5 image: Need to get layer_data from correct place by Courtney Goeltzenleuchter · 9 years ago
  88. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  89. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  90. 429b91d layers: Add DrawState check to verify that Pipeline layout from vkCmdBindDescriptorSets() matches layout from PSO at Draw time. by Tobin Ehlis · 9 years ago
  91. d5732f3 vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago
  92. fae7885 layers: ObjectTracker per-instance storage, updated logging by Mark Lobodzinski · 9 years ago
  93. 7ae7c6a layers: Fix DrawState compile fail by Tobin Ehlis · 9 years ago
  94. ce132d8 layers: Add DrawState check to verify Idx buffer bound before an Indexed Draw by Tobin Ehlis · 9 years ago
  95. 9c53644 layers: Add DrawState check to verify BeginCommandBuffer was called before updating or ending a Cmd Buffer by Tobin Ehlis · 9 years ago
  96. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  97. bcd0e79 Layers: Correctly handle WSI_LUNARG extension. by David Pinedo · 9 years ago
  98. 13ed075 MemTracker: Advertise WSI_LUNARG extension in GetPhysDevExtInfo by Jon Ashburn · 9 years ago
  99. 5d29ce3 layers: Erase proper key in draw state. by Jeremy Hayes · 9 years ago
  100. d427d72 layers: Fix iterator comparison. by Jeremy Hayes · 9 years ago