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