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