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