1. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  2. 4c8b2ba tests: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  3. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  4. a0cb02e layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  5. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  6. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  7. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  8. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  9. 909827d layers: Do not advertise support for WSI by Courtney Goeltzenleuchter · 9 years ago
  10. 3ef99c7 layers: Remove unneeded asserts by Courtney Goeltzenleuchter · 9 years ago
  11. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  12. 2bf8f90 bug 14016: Make vkResetFences take const pFences by Courtney Goeltzenleuchter · 9 years ago
  13. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  14. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  15. 13ed075 MemTracker: Advertise WSI_LUNARG extension in GetPhysDevExtInfo by Jon Ashburn · 9 years ago
  16. 35f8afc layers: Comment for newbies. by Jeremy Hayes · 9 years ago
  17. a79828d MemTracker: make sure get_mem_binding_from_object uses dispatchable object by Jon Ashburn · 9 years ago
  18. 2e0d3b4 layers: Remove dead code. by Jeremy Hayes · 9 years ago
  19. 747f2b6 layers: Make WSI_LUNARG a device extension and check if enabled before use by Jon Ashburn · 9 years ago
  20. 095e677 mem_tracker: Cannot get dispatch key after destroy by Courtney Goeltzenleuchter · 9 years ago
  21. 421e2bd vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  22. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  23. 6568f91 layers: Fix memtracker segfault for ill-behaved apps by Mark Lobodzinski · 9 years ago
  24. 6f48432 mem_tracker: Process config file debug actions by Courtney Goeltzenleuchter · 9 years ago
  25. b9f0bf3 layers: make log_msg format log strings for perf by Courtney Goeltzenleuchter · 9 years ago
  26. 89d6844 mem_tracker: Add some more debug code by Courtney Goeltzenleuchter · 9 years ago
  27. 6211086 mem_tracker: Use dispatch access functions by Courtney Goeltzenleuchter · 9 years ago
  28. 540d349 mem_tracker: Need dispatch object for logging by Courtney Goeltzenleuchter · 9 years ago
  29. 1010044 mem_tracker: Add debug asserts by Courtney Goeltzenleuchter · 9 years ago
  30. 17fd5ce mem_tracker: Initialize new mem record by Courtney Goeltzenleuchter · 9 years ago
  31. e45acec mem_tracker: add per-instance persistent data by Courtney Goeltzenleuchter · 9 years ago
  32. 7dcc6a7 memtracker: Add persistent storage by Courtney Goeltzenleuchter · 9 years ago
  33. 9eed289 layers: Make dispatch table thread safe by Jon Ashburn · 9 years ago
  34. d02a964 layers: Initialize debug_report instance proc table by Courtney Goeltzenleuchter · 9 years ago
  35. 766df64 mem_tracker: DEBUG_REPORT handled by helper functions by Courtney Goeltzenleuchter · 9 years ago
  36. f63df9e mem_tracker: DEBUG_REPORT is global, do not use in CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  37. 3a5567d mem_tracker: Updates to match latest loader changes by Courtney Goeltzenleuchter · 9 years ago
  38. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  39. 8fd0825 loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  40. 76c991d layers: Multi-device/instance support for Memtracker. by Mark Lobodzinski · 9 years ago
  41. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  42. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  43. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  44. 71836d9 layers: Use the instance chain for entrypoints with instance by Jon Ashburn · 9 years ago
  45. 8c5cbcf layers: Add initialization of instance dispatch table by Jon Ashburn · 9 years ago
  46. f6b33db layers: Add GetInstanceProcAddr() to all layers by Jon Ashburn · 9 years ago
  47. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  48. dd7aed7 layers: Change MemTracker maps to contain structs by Mike Stroyan · 9 years ago
  49. 950496e layers: Tuning MemTracker by Mike Stroyan · 9 years ago
  50. d3850fe Layers: fix MemTracker threading crash by Mike Stroyan · 9 years ago
  51. f7a43bd layers: thread safe MemTracker by Mike Stroyan · 9 years ago
  52. 1f9985c layers: fast return of inactive MemTracker printing by Mike Stroyan · 9 years ago
  53. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  54. ee5eef1 vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759. by Mark Lobodzinski · 9 years ago
  55. 3780e14 tests: Expand layer validation test coverage by Mark Lobodzinski · 9 years ago
  56. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  57. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  58. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  59. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  60. c779c7e layers: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  61. e4171f0 mem_tracker: Fix error from fixing MSVC asserts by Courtney Goeltzenleuchter · 9 years ago
  62. d8f83d8 layers: Fix msvc++ iterator issues by David Pinedo · 9 years ago
  63. 2fd6799 mem_tracker: Do not increment iterator after delete by Courtney Goeltzenleuchter · 9 years ago
  64. b1567a0 layers: Memtracker formatting changes. by Mark Lobodzinski · 9 years ago
  65. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  66. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  67. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  68. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  69. e01252d tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 9 years ago
  70. d4c1a50 vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 9 years ago
  71. 71a8512 Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 9 years ago
  72. a3b9a20 vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 9 years ago
  73. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  74. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  75. 7ad197f layers: Removing old GetExtensionSupport API call by Tobin Ehlis · 9 years ago
  76. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  77. 6865d4a vulkan.h: Rename parameters in vkCmdResolveImage calls by Tony Barbour · 9 years ago
  78. e019af7 layers: indirect GPA in dispatch table by Mike Stroyan · 9 years ago
  79. 8fbeea9 layers: memtracker - waiting on only some fences by Mike Stroyan · 9 years ago
  80. 5d37f70 layers: Check for NULL ptrs while iterating over fenceMap by Tobin Ehlis · 9 years ago
  81. 0c55f3a mem_tracker: Check for fence before retiring by Courtney Goeltzenleuchter · 9 years ago
  82. b268921 layers: MemTracker error message fixes by Mark Lobodzinski · 9 years ago
  83. 120cfbe layers: Add extension Validation so loader will add layers with Validation by Jon Ashburn · 9 years ago
  84. 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
  85. abc1bc4 layers: Added in fence state validation to MemTracker by Mark Lobodzinski · 9 years ago
  86. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  87. 4b140cb vulkan: Avoid use of reserved underscore-uppercase sequence by Courtney Goeltzenleuchter · 9 years ago
  88. 502744a vulkan: Naming beautification by Courtney Goeltzenleuchter · 9 years ago
  89. 4d9f465 layers: Remove wrapping of GPU objects by loader and layers by Jon Ashburn · 9 years ago
  90. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  91. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  92. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  93. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  94. 5f3960e layers: Update GetExtensionSupport() to handle queries for layer name by Jon Ashburn · 9 years ago
  95. 148e158 Updated header file to version 67 (xglResetFences) by Mark Lobodzinski · 9 years ago
  96. ed450b0 layers: Incorporated memory reference handling into MemTracker by Mark Lobodzinski · 9 years ago
  97. efdd3cd layers: Fixes to get them building and working with descriptor changes by Mark Lobodzinski · 9 years ago
  98. 2f3f8a2 layers: Updated for explicit fence validation with multiple queues by Courtney Goeltzenleuchter · 9 years ago
  99. 3bc3f6e layers: Added support for multiple queues by Mark Lobodzinski · 9 years ago
  100. 748eddf layers: Added GetDeviceQueue API, fixed up variable names by Mark Lobodzinski · 9 years ago