1. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  2. c01988b layers: Correctly set Object Type for Dynamic State when flagging error by Tobin Ehlis · 9 years ago
  3. eac8379 layers: Report error in DrawState if vkCmdBlitImage() called during RenderPass. by Tobin Ehlis · 9 years ago
  4. 6d58e6d layers: Added DrawState check to flag error if compute pipeline bound during RenderPass by Tobin Ehlis · 9 years ago
  5. a607df1 Bug 14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  6. 2bf8f90 bug 14016: Make vkResetFences take const pFences by Courtney Goeltzenleuchter · 9 years ago
  7. 553b9cb tests: test environment needs WSI extension by Courtney Goeltzenleuchter · 9 years ago
  8. 763cc7a tests: Need space for two persistent buffer structs by Courtney Goeltzenleuchter · 9 years ago
  9. dee7b8b screenshot: remove unneeded initialization code by Courtney Goeltzenleuchter · 9 years ago
  10. aca235e tests: Clear out unused pNext AppInfo field. by Courtney Goeltzenleuchter · 9 years ago
  11. e008573 screenshot: Need to wrap more functions by Courtney Goeltzenleuchter · 9 years ago
  12. b902956 screenshot: Need a DestroyInstance by Courtney Goeltzenleuchter · 9 years ago
  13. 9ec39ac loader: Use loader_GetInstanceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  14. 1064256 tests: Must now destroy object then free mem by Courtney Goeltzenleuchter · 9 years ago
  15. a8fd5a5 image: Need to get layer_data from correct place by Courtney Goeltzenleuchter · 9 years ago
  16. fecc0d2 vulkan: remove unused error code by Courtney Goeltzenleuchter · 9 years ago
  17. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  18. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  19. a0a8a24 loader: Add {}'s so that loader compilers on Windows by David Pinedo · 9 years ago
  20. 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
  21. d5732f3 vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago
  22. fae7885 layers: ObjectTracker per-instance storage, updated logging by Mark Lobodzinski · 9 years ago
  23. 7ae7c6a layers: Fix DrawState compile fail by Tobin Ehlis · 9 years ago
  24. ce132d8 layers: Add DrawState check to verify Idx buffer bound before an Indexed Draw by Tobin Ehlis · 9 years ago
  25. 9c53644 layers: Add DrawState check to verify BeginCommandBuffer was called before updating or ending a Cmd Buffer by Tobin Ehlis · 9 years ago
  26. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  27. 08fafd0 layers: Addition of source_line_info.py script to simplify codegen debugging by Tobin Ehlis · 9 years ago
  28. bcd0e79 Layers: Correctly handle WSI_LUNARG extension. by David Pinedo · 9 years ago
  29. 13ed075 MemTracker: Advertise WSI_LUNARG extension in GetPhysDevExtInfo by Jon Ashburn · 9 years ago
  30. 5d29ce3 layers: Erase proper key in draw state. by Jeremy Hayes · 9 years ago
  31. d427d72 layers: Fix iterator comparison. by Jeremy Hayes · 9 years ago
  32. 9cc3158 layers: Move image validation to separate layer. by Jeremy Hayes · 9 years ago
  33. 35f8afc layers: Comment for newbies. by Jeremy Hayes · 9 years ago
  34. a79828d MemTracker: make sure get_mem_binding_from_object uses dispatchable object by Jon Ashburn · 9 years ago
  35. 75283bf layers: Add DrawState check for Invalid PSO CreateInfo state by Tobin Ehlis · 9 years ago
  36. a85167d layers: Add active_shaders flag to Pipeline node struct in DrawState by Tobin Ehlis · 9 years ago
  37. fb5b538 Layers: ported to screenshot layer to master by David Pinedo · 9 years ago
  38. 1d825c7 Windows: Fix build issues on Windows by Tony Barbour · 9 years ago
  39. 2e0d3b4 layers: Remove dead code. by Jeremy Hayes · 9 years ago
  40. 747f2b6 layers: Make WSI_LUNARG a device extension and check if enabled before use by Jon Ashburn · 9 years ago
  41. 922c8f6 loader: Remove support for WSI as an instance extension by Jon Ashburn · 9 years ago
  42. 0daf78a tests: Update ThreadCmdBufferCollision test by Mike Stroyan · 9 years ago
  43. a16e892 layers: Migrate draw_state.cpp to use log_msg utility for dbg reporting by Tobin Ehlis · 9 years ago
  44. c16c3e9 layers: Update DrawState intercept of Create/Destroy MsgCallback by Tobin Ehlis · 9 years ago
  45. bd439cd misc: Remove VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPERTIES_WSI by Jon Ashburn · 9 years ago
  46. b19ddbf misc: Remove GetDisplayInfoWSI() by Jon Ashburn · 9 years ago
  47. a6fd261 loader: Fix memory free bug in destroying icd from DestroyInstance by Jon Ashburn · 9 years ago
  48. 95f2c0d layers: Add linefeed after log message by Courtney Goeltzenleuchter · 9 years ago
  49. 095e677 mem_tracker: Cannot get dispatch key after destroy by Courtney Goeltzenleuchter · 9 years ago
  50. c2b06fe tests: enable ShaderChecker for layer validation by Courtney Goeltzenleuchter · 9 years ago
  51. 365feea vulkan.h: V102 -- Rename min/maxDepth for DepthStencil, Bug# 13917 by Mark Lobodzinski · 9 years ago
  52. 16ab748 vulkan.h: V101 -- Remove programPointSize, Bug# 13928 by Mark Lobodzinski · 9 years ago
  53. 7727259 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  54. 78dc9ca vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928 by Mark Lobodzinski · 9 years ago
  55. 421e2bd vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  56. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  57. a050a8a layers: Report DEBUG_MARKER as supported in ParamChecker and DrawState by Jon Ashburn · 9 years ago
  58. 2b850e5 layers: Add GetPhysicalDeviceExtInfo to DrawState by Jon Ashburn · 9 years ago
  59. 25012f7 DrawState: Fix destroying of maps so the map entrys get removed by Jon Ashburn · 9 years ago
  60. 94f36d9 tests: Remove the enablement of the "Validation" extension by Jon Ashburn · 9 years ago
  61. 1e98743 WIP: Debugging - REMOVE by Courtney Goeltzenleuchter · 9 years ago
  62. de69c41 tests: Must destroy immutable objects before mem by Courtney Goeltzenleuchter · 9 years ago
  63. 4deb0cb tests: Setup vk_layer_config for new debug report by Courtney Goeltzenleuchter · 9 years ago
  64. 1f157ac loader: Grab next before destroying the data by Courtney Goeltzenleuchter · 9 years ago
  65. 6568f91 layers: Fix memtracker segfault for ill-behaved apps by Mark Lobodzinski · 9 years ago
  66. 207a3af shaderChecker: Add GetPhysDevExtInfo and fix CreateInstance by Jon Ashburn · 9 years ago
  67. 953bb3c loader: Support multiple layers in one library by using <layerName>GetProcAddr by Jon Ashburn · 9 years ago
  68. 94e7049 loader: Remove the test for device layers activated; they follow create/destroy by Jon Ashburn · 9 years ago
  69. dc6fcad loader: Add device struct so can destroy layer info at DestroyDevice by Jon Ashburn · 9 years ago
  70. 41f54a6 tests: no longer need to set layer options by Courtney Goeltzenleuchter · 9 years ago
  71. 6f48432 mem_tracker: Process config file debug actions by Courtney Goeltzenleuchter · 9 years ago
  72. c96e25e layers: Remove callback as runtime action by Courtney Goeltzenleuchter · 9 years ago
  73. b874b8c layers: Add config parser to compute debug flags by Courtney Goeltzenleuchter · 9 years ago
  74. f85e361 layers: Move dbg flag print to config header by Courtney Goeltzenleuchter · 9 years ago
  75. 2f25bb4 layers: Add logging callback function for layers by Courtney Goeltzenleuchter · 9 years ago
  76. 37d482d layers: Set helpers as static inline by Courtney Goeltzenleuchter · 9 years ago
  77. b9f0bf3 layers: make log_msg format log strings for perf by Courtney Goeltzenleuchter · 9 years ago
  78. 5da1562 tests: Correct layer validation expected error code by Courtney Goeltzenleuchter · 9 years ago
  79. e3d3f5d layers: Ifdef out debug code by Courtney Goeltzenleuchter · 9 years ago
  80. 113743b tests: re-enable all layers for validation test by Courtney Goeltzenleuchter · 9 years ago
  81. 89d6844 mem_tracker: Add some more debug code by Courtney Goeltzenleuchter · 9 years ago
  82. 6211086 mem_tracker: Use dispatch access functions by Courtney Goeltzenleuchter · 9 years ago
  83. 540d349 mem_tracker: Need dispatch object for logging by Courtney Goeltzenleuchter · 9 years ago
  84. 1010044 mem_tracker: Add debug asserts by Courtney Goeltzenleuchter · 9 years ago
  85. 17fd5ce mem_tracker: Initialize new mem record by Courtney Goeltzenleuchter · 9 years ago
  86. 3d0dfad draw_state: Update to use private dispatch map by Courtney Goeltzenleuchter · 9 years ago
  87. 0daf228 layers: Use static dispatch table maps by Courtney Goeltzenleuchter · 9 years ago
  88. c08e72d layers: utilities for layer storage by Courtney Goeltzenleuchter · 9 years ago
  89. 42a2809 tests: disable layers while adding persistent data by Courtney Goeltzenleuchter · 9 years ago
  90. 0fef9fd layers: per-instance data helpers by Courtney Goeltzenleuchter · 9 years ago
  91. e45acec mem_tracker: add per-instance persistent data by Courtney Goeltzenleuchter · 9 years ago
  92. ca8c81a loader: Set some log messages as debug messages by Courtney Goeltzenleuchter · 9 years ago
  93. 7dcc6a7 memtracker: Add persistent storage by Courtney Goeltzenleuchter · 9 years ago
  94. 7d8503b debug_report: Utilities for layers to use by Courtney Goeltzenleuchter · 9 years ago
  95. 1b6f030 debug_report: Add error codes by Courtney Goeltzenleuchter · 9 years ago
  96. 567d9f0 loader: Fix device layer activation to properly filter out repeat layers by Jon Ashburn · 9 years ago
  97. d6a5b67 loader: Move device dispatch table to CreateDevice from EnumeratePhysDev by Jon Ashburn · 9 years ago
  98. cabafc0 loader: Remove GetGlobalExtensionInfo from dispatch table by Jon Ashburn · 9 years ago
  99. 1e4602f loader: Remove linefeed from log messages by Courtney Goeltzenleuchter · 9 years ago
  100. a585ecb loader: Use type flags not code for filter by Courtney Goeltzenleuchter · 9 years ago