1. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  2. 8fd0825 loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  3. 00c4e64 layers: Fixed dispatch table teardown issues in ObjectTracker by Mark Lobodzinski · 9 years ago
  4. 4c7ac0a layers: Add multi-device/instance support to APIDump layer by Mark Lobodzinski · 9 years ago
  5. fb5437a layers: Add multi-device/instance support to generated layers by Mark Lobodzinski · 9 years ago
  6. 8ced421 genericLayer: Fix generation code by Jon Ashburn · 9 years ago
  7. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  8. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  9. 1db2014 object_tracker: Remove queues from global queueinfo list by Jon Ashburn · 9 years ago
  10. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  11. 83c7e0d layers: Fix rebase issues by Jon Ashburn · 9 years ago
  12. 71836d9 layers: Use the instance chain for entrypoints with instance by Jon Ashburn · 9 years ago
  13. 8c5cbcf layers: Add initialization of instance dispatch table by Jon Ashburn · 9 years ago
  14. f6b33db layers: Add GetInstanceProcAddr() to all layers by Jon Ashburn · 9 years ago
  15. e382c5a layers: Migrate dynamic state checks to DrawState from ObjectTracker by Tobin Ehlis · 9 years ago
  16. a999a26 layers: Fix compiler warning in ObjectTracker by Mark Lobodzinski · 9 years ago
  17. 803cc49 layers: Updated ObjectTrack to use std::map and perform some initial valid object checks on params by Tobin Ehlis · 9 years ago
  18. 38f0db2 layers: Convert object tracker to C++ by Mark Lobodzinski · 9 years ago
  19. ed238bb layers: Make threading layer provide thread-safety by Mike Stroyan · 9 years ago
  20. 3780e14 tests: Expand layer validation test coverage by Mark Lobodzinski · 9 years ago
  21. 6ea73e4 layers: rework Threading layer to match version 91 by Mike Stroyan · 9 years ago
  22. e90a222 layers: fix calculation of intercepting functions. by Mike Stroyan · 9 years ago
  23. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  24. 48bd16d layers: Remove use_count from ObjectTracker by Mark Lobodzinski · 9 years ago
  25. b0fbe91 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  26. efa65fb layers: Fix bug of GetGlobalExtensionInfo not being added to layer_intercept by Jon Ashburn · 9 years ago
  27. 1b5e91f layers: update object tracker memory ref validation by Mike Stroyan · 9 years ago
  28. 03a7e98 layers: Add object type validation to object tracker by Mark Lobodzinski · 9 years ago
  29. 7c75b85 layers: Use native Vulkan object type definitions by Mark Lobodzinski · 9 years ago
  30. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  31. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  32. a0778af layers: Move OT validation calls inside mutex by Mark Lobodzinski · 9 years ago
  33. e2167aa layers: Add memory manager queue validation to object tracker by Mark Lobodzinski · 9 years ago
  34. f6b9bc6 layers: Add another routine to the list that don't need use counts by Tony Barbour · 9 years ago
  35. 0bed462 layers: Add another routine to list that don't need use counts by Tony Barbour · 9 years ago
  36. 93de406 layers: Add 3 more routines to list that don't need use counts by Tony Barbour · 9 years ago
  37. 45a23a8 layers: Fix APIDump corner cases to not print addresses w/ NoAddr option by Tobin Ehlis · 9 years ago
  38. a2b199c layers: Add APIDump option to not parse parameter details by Tobin Ehlis · 9 years ago
  39. 0d067d1 layers: Added fence validation check to object_tracker by Mark Lobodzinski · 9 years ago
  40. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  41. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  42. 85e80da layers: Fixed arg selection in object tracker by Mark Lobodzinski · 9 years ago
  43. 9671531 layers: Using objects instead of pointers - rename pObj by Tony Barbour · 9 years ago
  44. fc15ff8 vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 9 years ago
  45. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  46. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  47. c62cb89 layers: Fix bugs in APIDump to handle dynamic array printing by Tobin Ehlis · 9 years ago
  48. 857156d layers: For ObjectTracker don't flag error for un-deleted Queues by Tobin Ehlis · 9 years ago
  49. df45de5 layers: Fix ObjectTracker to not flag error when PhysicalDevice not deleted b/c it can't be deleted. by Tobin Ehlis · 9 years ago
  50. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  51. 0854174 layers: Fix bug in how dynamic array Counts were interpreted by APIDump by Tobin Ehlis · 9 years ago
  52. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  53. 7ad197f layers: Removing old GetExtensionSupport API call by Tobin Ehlis · 9 years ago
  54. 3cc6572 layers: Add ThreadingChecker as a Validation layer by Tobin Ehlis · 9 years ago
  55. 3712d5c layers: Add threading checking layer by Mike Stroyan · 9 years ago
  56. 70c05e8 layers: add GPA to intercepted functions list by Mike Stroyan · 9 years ago
  57. a163ef0 layers: Remove unused object tracker code by Courtney Goeltzenleuchter · 9 years ago
  58. c84c078 layers: Fix APIDump in NoAddr mode so params aren't duplicated by Tobin Ehlis · 9 years ago
  59. 4d7ef00 layers: APIDump shouldn't unwrap gpu obj by default. Deleted some dead code. by Tobin Ehlis · 9 years ago
  60. 120cfbe layers: Add extension Validation so loader will add layers with Validation by Jon Ashburn · 9 years ago
  61. b870cbb layers: Layers now compiling on rename branch, still need to test but cube is currenting hitting segF by itself by Tobin Ehlis · 9 years ago
  62. a2727c9 layers: Missed rename in xgl_layer_generate.py by Mark Lobodzinski · 9 years ago
  63. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  64. 4d9f465 layers: Remove wrapping of GPU objects by loader and layers by Jon Ashburn · 9 years ago
  65. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  66. ebc5cb4 layers: ObjTracker -- free each queue's memRefs by Mark Lobodzinski · 9 years ago
  67. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  68. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  69. e78dbd8 layers: Unify APIDump into a single layer with settings to vary behavior by Tobin Ehlis · 9 years ago
  70. e5ae186 layers: remove unused functions from generator by Courtney Goeltzenleuchter · 9 years ago
  71. f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago[Renamed (99%) from xgl-layer-generate.py]
  72. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  73. 5f3960e layers: Update GetExtensionSupport() to handle queries for layer name by Jon Ashburn · 9 years ago
  74. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  75. 2ebabfb xgl: Remove QueueSetGlobalMemReferences by Courtney Goeltzenleuchter · 9 years ago
  76. c951e74 xgl: Remove old GPU maxMemReferencesPerSubmission by Courtney Goeltzenleuchter · 9 years ago
  77. d3fb955 xgl: Add QueueMemReference functions by Courtney Goeltzenleuchter · 9 years ago
  78. bf237d7 layers: move APIDump layers to generate_intercept by Mike Stroyan · 9 years ago
  79. 3e3a1eb layers: use class attributes in code generation by Mike Stroyan · 9 years ago
  80. 00087e6 layers: update ObjectTracker code generation by Mike Stroyan · 9 years ago
  81. 938c253 layers: restructure code generation for layers by Mike Stroyan · 9 years ago
  82. a5a25b8 layers: more uniform generated layer callbacks by Mike Stroyan · 9 years ago
  83. 1c8d4d8 layers: drop ParamCheck from generator script by Mike Stroyan · 9 years ago
  84. 9d9da10 obj_track: Eliminate warning for presentable image by Courtney Goeltzenleuchter · 9 years ago
  85. ebb9584 xgl: Rename XGL_QUEUE_SEMAPHORE to XGL_SEMAPHORE by Courtney Goeltzenleuchter · 9 years ago
  86. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  87. d462fba xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 9 years ago
  88. 78a2197 layers: Improve PresentableImage memory handling in mem/objecttracker by Mark Lobodzinski · 9 years ago
  89. e782671 Win: Fix warnings for parameter of getLayerOptionEnum() by Ian Elliott · 9 years ago
  90. 6d9e41e Win: Fix compilation errors. by Ian Elliott · 9 years ago
  91. 5a78b7f object-tracker: Do not track GPU object by Courtney Goeltzenleuchter · 9 years ago
  92. b30f3ed layers: allocate enough space for pointer sprintf by Mike Stroyan · 9 years ago
  93. a8aa837 layers: if no settings file or call overrides make callback override loging by Jon Ashburn · 9 years ago
  94. d1597d2 Linux: Must use "__linux__" instead of "PLATFORM_LINUX". by Ian Elliott · 9 years ago
  95. 188f820 Get the trace player to work with Windows by Piers Daniell · 9 years ago
  96. b7f22da layers: Issue endl at end of output by Courtney Goeltzenleuchter · 9 years ago
  97. 0d6e66d layer: Fixed options settings for generated layers, fixed typos by Mark Lobodzinski · 9 years ago
  98. be1c898 layers: Track WsiCreatePresentableImage image object by Courtney Goeltzenleuchter · 9 years ago
  99. 7c74638 layers: Do not track PHYSICAL_GPUS by Courtney Goeltzenleuchter · 9 years ago
  100. 9675638 layers: Do not track Queue objects by Courtney Goeltzenleuchter · 9 years ago