1. 078f817 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  2. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  3. 1ccea63 layers: make DrawState globals static by Mike Stroyan · 9 years ago
  4. 4b34ddc Finished migration of validation checks out of cmd_pipeline.c by Tobin Ehlis · 9 years ago
  5. c4c2318 layers: Add Idx buffer alignment check to DrawState by Tobin Ehlis · 9 years ago
  6. 912df02 Remove old checks from pipeline.c and verify that they're handled in validation by Tobin Ehlis · 9 years ago
  7. 6539977 layers: Update DrawState array of PIPELINE_NODEs to be vector by Tobin Ehlis · 9 years ago
  8. fe908d3 Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  9. 45df9e1 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  10. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  11. 11efc30 layers: Update DrawState to handle creation of multiple gfx pipelines by Tobin Ehlis · 9 years ago
  12. b1df55e layers: Fix layer STDOUT logging by Tobin Ehlis · 9 years ago
  13. 1cfb30a layers: Migrate DrawState to new error reporting allowing for callback to signal early return by Tobin Ehlis · 9 years ago
  14. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  15. 5fe086f draw_state: Implement bailout case for one test by Courtney Goeltzenleuchter · 9 years ago
  16. ed89407 bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  17. f7bf450 layers: In DrawState only validate bound VBO index at the time of Draw by Tobin Ehlis · 9 years ago
  18. e90e66d layers: DrawState fix to prevent false positives when matching PipelineLayouts by Tobin Ehlis · 9 years ago
  19. b80b425 layers: If layers receive bad filename for output log, report ERROR and fallback to stdout by Tobin Ehlis · 9 years ago
  20. bfbac25 layers: Update some layers to avoid repeated call to get_dispatch_key() by Tobin Ehlis · 9 years ago
  21. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  22. dee721d vk_platform: Update to upstream vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  23. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  24. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  25. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  26. f1878c7 tests: Fix tests that re-submit Cmd Buffers w/ ONE_TIME_SUBMIT flag by Tobin Ehlis · 9 years ago
  27. 59278bf layers: Add validation check to enforce ONE_TIME_SUBMIT of cmd buffers by Tobin Ehlis · 9 years ago
  28. ba35e35 layers: Optimize DrawState when info is not shown by Mike Stroyan · 9 years ago
  29. 31422ee layers: Don't output DrawState dynamic state info for null handles by Mark Lobodzinski · 9 years ago
  30. 3f41c7c layers: Reenable informational messages in DrawState layer by Mark Lobodzinski · 9 years ago
  31. a505dda v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescription by Cody Northrop · 9 years ago
  32. 3cc85e9 v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo by Cody Northrop · 9 years ago
  33. 1e4f802 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  34. 735e4b3 layers: Fixed formatting error in DrawState by Mark Lobodzinski · 9 years ago
  35. d9139a6 layers: DrawState validation cases for BeginCommandBuffer by Mark Lobodzinski · 9 years ago
  36. c73ff98 Initialize VkDesciptorSet to VK_NULL_HANDLE by Dana Jansens · 9 years ago
  37. 577188e layers: In DrawState correctly return rasterSamples count for PSO by Tobin Ehlis · 9 years ago
  38. 92503c6 Windows: more changes for windows compiler by Tony Barbour · 9 years ago
  39. 9f2eb0e Windows: more fixes for windows compile by Tony Barbour · 9 years ago
  40. 3b4732f Windows: More windows compilier fixes by Tony Barbour · 9 years ago
  41. 5a65cca layers: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  42. 2d3ba63 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  43. 1ee0bc5 v106: Remove optional multisampleEnable by Courtney Goeltzenleuchter · 9 years ago
  44. 5304373 v133: eliminate version from extension properties by Courtney Goeltzenleuchter · 9 years ago
  45. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  46. dbd2032 v133: Update parameter types on CmdWaitEvents by Courtney Goeltzenleuchter · 9 years ago
  47. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  48. 2717d13 layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  49. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  50. 34ec692 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  51. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  52. 60a9b4f layers: Updated DrawState to work with type safety changes by Tobin Ehlis · 9 years ago
  53. a30e7e5 layers: Layer updates to get helpers compiling with type safety changes by Tobin Ehlis · 9 years ago
  54. ffe3581 layers: Updated DrawState to use new VkAttachmentView object by Tobin Ehlis · 9 years ago
  55. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  56. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  57. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  58. e247315 layers: Flag errors in DrawState if Clear or Resolve cmds issued incorrectly by Tobin Ehlis · 9 years ago
  59. 53eddda layers: Add DrawState check to warn on Clears prior to Draw cmds by Tobin Ehlis · 9 years ago
  60. 1051c51 DrawState: Remove the DOT file dumping and GraphViz stuff by Jon Ashburn · 9 years ago
  61. 7ad58c0 drawstate: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  62. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  63. a0cb02e layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  64. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  65. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  66. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  67. e4a1cf9 vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 by Mark Lobodzinski · 9 years ago
  68. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  69. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  70. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  71. 3ef99c7 layers: Remove unneeded asserts by Courtney Goeltzenleuchter · 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. 259730a layers: Flag DrawState INVALID_RENDERPASS error if NULL RenderPass used to Begin/End/Continue a RenderPass by Tobin Ehlis · 9 years ago
  78. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  79. c01988b layers: Correctly set Object Type for Dynamic State when flagging error by Tobin Ehlis · 9 years ago
  80. eac8379 layers: Report error in DrawState if vkCmdBlitImage() called during RenderPass. by Tobin Ehlis · 9 years ago
  81. 6d58e6d layers: Added DrawState check to flag error if compute pipeline bound during RenderPass by Tobin Ehlis · 9 years ago
  82. 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
  83. d5732f3 vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago
  84. 7ae7c6a layers: Fix DrawState compile fail by Tobin Ehlis · 9 years ago
  85. ce132d8 layers: Add DrawState check to verify Idx buffer bound before an Indexed Draw by Tobin Ehlis · 9 years ago
  86. 9c53644 layers: Add DrawState check to verify BeginCommandBuffer was called before updating or ending a Cmd Buffer by Tobin Ehlis · 9 years ago
  87. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  88. 5d29ce3 layers: Erase proper key in draw state. by Jeremy Hayes · 9 years ago
  89. 75283bf layers: Add DrawState check for Invalid PSO CreateInfo state by Tobin Ehlis · 9 years ago
  90. a85167d layers: Add active_shaders flag to Pipeline node struct in DrawState by Tobin Ehlis · 9 years ago
  91. 747f2b6 layers: Make WSI_LUNARG a device extension and check if enabled before use by Jon Ashburn · 9 years ago
  92. a16e892 layers: Migrate draw_state.cpp to use log_msg utility for dbg reporting by Tobin Ehlis · 9 years ago
  93. c16c3e9 layers: Update DrawState intercept of Create/Destroy MsgCallback by Tobin Ehlis · 9 years ago
  94. 7727259 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  95. a050a8a layers: Report DEBUG_MARKER as supported in ParamChecker and DrawState by Jon Ashburn · 9 years ago
  96. 2b850e5 layers: Add GetPhysicalDeviceExtInfo to DrawState by Jon Ashburn · 9 years ago
  97. 25012f7 DrawState: Fix destroying of maps so the map entrys get removed by Jon Ashburn · 9 years ago
  98. 3d0dfad draw_state: Update to use private dispatch map by Courtney Goeltzenleuchter · 9 years ago
  99. 9eed289 layers: Make dispatch table thread safe by Jon Ashburn · 9 years ago
  100. eab3449 layers: Fix DrawState and ParamChecker to only use debug_marker if enabled by Jon Ashburn · 9 years ago