1. f1878c7 tests: Fix tests that re-submit Cmd Buffers w/ ONE_TIME_SUBMIT flag by Tobin Ehlis · 9 years ago
  2. 59278bf layers: Add validation check to enforce ONE_TIME_SUBMIT of cmd buffers by Tobin Ehlis · 9 years ago
  3. ba35e35 layers: Optimize DrawState when info is not shown by Mike Stroyan · 9 years ago
  4. 31422ee layers: Don't output DrawState dynamic state info for null handles by Mark Lobodzinski · 9 years ago
  5. 3f41c7c layers: Reenable informational messages in DrawState layer by Mark Lobodzinski · 9 years ago
  6. a505dda v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescription by Cody Northrop · 9 years ago
  7. 3cc85e9 v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo by Cody Northrop · 9 years ago
  8. 1e4f802 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  9. 735e4b3 layers: Fixed formatting error in DrawState by Mark Lobodzinski · 9 years ago
  10. d9139a6 layers: DrawState validation cases for BeginCommandBuffer by Mark Lobodzinski · 9 years ago
  11. c73ff98 Initialize VkDesciptorSet to VK_NULL_HANDLE by Dana Jansens · 9 years ago
  12. 577188e layers: In DrawState correctly return rasterSamples count for PSO by Tobin Ehlis · 9 years ago
  13. 92503c6 Windows: more changes for windows compiler by Tony Barbour · 9 years ago
  14. 9f2eb0e Windows: more fixes for windows compile by Tony Barbour · 9 years ago
  15. 3b4732f Windows: More windows compilier fixes by Tony Barbour · 9 years ago
  16. 5a65cca layers: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  17. 2d3ba63 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  18. 1ee0bc5 v106: Remove optional multisampleEnable by Courtney Goeltzenleuchter · 9 years ago
  19. 5304373 v133: eliminate version from extension properties by Courtney Goeltzenleuchter · 9 years ago
  20. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  21. dbd2032 v133: Update parameter types on CmdWaitEvents by Courtney Goeltzenleuchter · 9 years ago
  22. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  23. 2717d13 layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  24. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  25. 34ec692 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  26. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  27. 60a9b4f layers: Updated DrawState to work with type safety changes by Tobin Ehlis · 9 years ago
  28. a30e7e5 layers: Layer updates to get helpers compiling with type safety changes by Tobin Ehlis · 9 years ago
  29. ffe3581 layers: Updated DrawState to use new VkAttachmentView object by Tobin Ehlis · 9 years ago
  30. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  31. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  32. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  33. e247315 layers: Flag errors in DrawState if Clear or Resolve cmds issued incorrectly by Tobin Ehlis · 9 years ago
  34. 53eddda layers: Add DrawState check to warn on Clears prior to Draw cmds by Tobin Ehlis · 9 years ago
  35. 1051c51 DrawState: Remove the DOT file dumping and GraphViz stuff by Jon Ashburn · 9 years ago
  36. 7ad58c0 drawstate: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  37. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  38. a0cb02e layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  39. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  40. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  41. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  42. e4a1cf9 vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 by Mark Lobodzinski · 9 years ago
  43. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  44. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  45. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  46. 3ef99c7 layers: Remove unneeded asserts by Courtney Goeltzenleuchter · 9 years ago
  47. dfd533a vulkan.h: Bug 13616 Clarification of types of sample counts by Tony Barbour · 9 years ago
  48. 59a9c83 layers: Flag DrawState INVALID_RENDERPASS error if NULL RenderPass used to Begin/End/Continue a RenderPass by Tobin Ehlis · 9 years ago
  49. 3e75b2a layers: Warn in DrawState if DescriptorSet bound that was never updated. by Tobin Ehlis · 9 years ago
  50. 502480b layers: In DrawState, validate correct use of RenderPass by Tobin Ehlis · 9 years ago
  51. d1fe4ec layers: Add DrawState check to verify Draw* cmds only issued within RenderPass by Tobin Ehlis · 9 years ago
  52. 259730a layers: Flag DrawState INVALID_RENDERPASS error if NULL RenderPass used to Begin/End/Continue a RenderPass by Tobin Ehlis · 9 years ago
  53. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  54. c01988b layers: Correctly set Object Type for Dynamic State when flagging error by Tobin Ehlis · 9 years ago
  55. eac8379 layers: Report error in DrawState if vkCmdBlitImage() called during RenderPass. by Tobin Ehlis · 9 years ago
  56. 6d58e6d layers: Added DrawState check to flag error if compute pipeline bound during RenderPass by Tobin Ehlis · 9 years ago
  57. 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
  58. d5732f3 vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago
  59. 7ae7c6a layers: Fix DrawState compile fail by Tobin Ehlis · 9 years ago
  60. ce132d8 layers: Add DrawState check to verify Idx buffer bound before an Indexed Draw by Tobin Ehlis · 9 years ago
  61. 9c53644 layers: Add DrawState check to verify BeginCommandBuffer was called before updating or ending a Cmd Buffer by Tobin Ehlis · 9 years ago
  62. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  63. 5d29ce3 layers: Erase proper key in draw state. by Jeremy Hayes · 9 years ago
  64. 75283bf layers: Add DrawState check for Invalid PSO CreateInfo state by Tobin Ehlis · 9 years ago
  65. a85167d layers: Add active_shaders flag to Pipeline node struct in DrawState by Tobin Ehlis · 9 years ago
  66. 747f2b6 layers: Make WSI_LUNARG a device extension and check if enabled before use by Jon Ashburn · 9 years ago
  67. a16e892 layers: Migrate draw_state.cpp to use log_msg utility for dbg reporting by Tobin Ehlis · 9 years ago
  68. c16c3e9 layers: Update DrawState intercept of Create/Destroy MsgCallback by Tobin Ehlis · 9 years ago
  69. 7727259 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  70. a050a8a layers: Report DEBUG_MARKER as supported in ParamChecker and DrawState by Jon Ashburn · 9 years ago
  71. 2b850e5 layers: Add GetPhysicalDeviceExtInfo to DrawState by Jon Ashburn · 9 years ago
  72. 25012f7 DrawState: Fix destroying of maps so the map entrys get removed by Jon Ashburn · 9 years ago
  73. 3d0dfad draw_state: Update to use private dispatch map by Courtney Goeltzenleuchter · 9 years ago
  74. 9eed289 layers: Make dispatch table thread safe by Jon Ashburn · 9 years ago
  75. eab3449 layers: Fix DrawState and ParamChecker to only use debug_marker if enabled by Jon Ashburn · 9 years ago
  76. d02a964 layers: Initialize debug_report instance proc table by Courtney Goeltzenleuchter · 9 years ago
  77. 491d59d draw_state: Add validation extension record by Courtney Goeltzenleuchter · 9 years ago
  78. ee56287 draw_state: Add support for DEBUG_REPORT by Courtney Goeltzenleuchter · 9 years ago
  79. abc035e draw_state: Add CreateInstance support by Courtney Goeltzenleuchter · 9 years ago
  80. 74b1a1e loader: remove dependency fields from extension info by Courtney Goeltzenleuchter · 9 years ago
  81. 8fd0825 loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  82. e68a9ff misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch by Jon Ashburn · 9 years ago
  83. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  84. 5f985ff misc: Fix file permissions by Courtney Goeltzenleuchter · 9 years ago
  85. 3950e1b DrawState: Add support for multiple PhysicalDevices or Instances by Jon Ashburn · 9 years ago
  86. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  87. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  88. 71836d9 layers: Use the instance chain for entrypoints with instance by Jon Ashburn · 9 years ago
  89. 8c5cbcf layers: Add initialization of instance dispatch table by Jon Ashburn · 9 years ago
  90. f6b33db layers: Add GetInstanceProcAddr() to all layers by Jon Ashburn · 9 years ago
  91. 3bb1870 layers: Only print state at Draw calls, not at vkCmdBindDescriptorSets time. by Tobin Ehlis · 9 years ago
  92. bf081f3 layers: When printing descriptor info in DrawState correctly handle case of 0 descriptors by Tobin Ehlis · 9 years ago
  93. e382c5a layers: Migrate dynamic state checks to DrawState from ObjectTracker by Tobin Ehlis · 9 years ago
  94. 3a10e62 layers: XChange #58 fix - Correctly copy Vtx Bindings by Tobin Ehlis · 9 years ago
  95. 93f89e8 layers: LunarXChange #55 fix - Only print DS state when we have last bound DS by Tobin Ehlis · 9 years ago
  96. 0203879 Fix a bunch of mismatched new[]/delete. by Chris Forbes · 9 years ago
  97. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  98. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  99. 712bb5d v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  100. 0174fed layers: Improved DrawState Descriptor Update validation by Tobin Ehlis · 9 years ago