1. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  2. 2b6b68a layers: mem_tracker: Change to new WSI query functions. by Ian Elliott · 9 years ago
  3. 524df11 layers: Restore information messages to the MemTracker layer by Mark Lobodzinski · 9 years ago
  4. cf48cad mem_tracker: Use device object for dispatch tables by Courtney Goeltzenleuchter · 9 years ago
  5. c04704b mem_tracker: Don't try to copy data if none available by Courtney Goeltzenleuchter · 9 years ago
  6. 791646c Windows: Clean up more compiler errors and warnings by Tony Barbour · 9 years ago
  7. 9f2eb0e Windows: more fixes for windows compile by Tony Barbour · 9 years ago
  8. 343d621 windows: clean up windows compile issues by Tony Barbour · 9 years ago
  9. 6bc1b8e layers: In MemTracker remove non-intercepted WSI funcs from GetProcAddr by Tobin Ehlis · 9 years ago
  10. c0ff3e0 layers: MemTracker fix to skip COLOR usage bit check for now by Tobin Ehlis · 9 years ago
  11. 1064fe3 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  12. 2d3ba63 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  13. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  14. 2717d13 layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  15. 257d974 layers: Get MemTracker compiling with type safety header change by Tobin Ehlis · 9 years ago
  16. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  17. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  18. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  19. 3831094 Layers: They now compile on Windows. by David Pinedo · 9 years ago
  20. 41376e1 layers: Add USAGE bit validation to MemTracker layer by Tobin Ehlis · 9 years ago
  21. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  22. e748133 mem_tracker: Use ARRAY_SIZE macro by Courtney Goeltzenleuchter · 9 years ago
  23. 06b298a mem_tracker: Remove unused variable by Courtney Goeltzenleuchter · 9 years ago
  24. d54749c mem_tracker: Move wsi data to layer_data by Courtney Goeltzenleuchter · 9 years ago
  25. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  26. 4c8b2ba tests: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  27. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  28. a0cb02e layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  29. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  30. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  31. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  32. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  33. 909827d layers: Do not advertise support for WSI by Courtney Goeltzenleuchter · 9 years ago
  34. 3ef99c7 layers: Remove unneeded asserts by Courtney Goeltzenleuchter · 9 years ago
  35. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  36. 2bf8f90 bug 14016: Make vkResetFences take const pFences by Courtney Goeltzenleuchter · 9 years ago
  37. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  38. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  39. 13ed075 MemTracker: Advertise WSI_LUNARG extension in GetPhysDevExtInfo by Jon Ashburn · 9 years ago
  40. 35f8afc layers: Comment for newbies. by Jeremy Hayes · 9 years ago
  41. a79828d MemTracker: make sure get_mem_binding_from_object uses dispatchable object by Jon Ashburn · 9 years ago
  42. 2e0d3b4 layers: Remove dead code. by Jeremy Hayes · 9 years ago
  43. 747f2b6 layers: Make WSI_LUNARG a device extension and check if enabled before use by Jon Ashburn · 9 years ago
  44. 095e677 mem_tracker: Cannot get dispatch key after destroy by Courtney Goeltzenleuchter · 9 years ago
  45. 421e2bd vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  46. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  47. 6568f91 layers: Fix memtracker segfault for ill-behaved apps by Mark Lobodzinski · 9 years ago
  48. 6f48432 mem_tracker: Process config file debug actions by Courtney Goeltzenleuchter · 9 years ago
  49. b9f0bf3 layers: make log_msg format log strings for perf by Courtney Goeltzenleuchter · 9 years ago
  50. 89d6844 mem_tracker: Add some more debug code by Courtney Goeltzenleuchter · 9 years ago
  51. 6211086 mem_tracker: Use dispatch access functions by Courtney Goeltzenleuchter · 9 years ago
  52. 540d349 mem_tracker: Need dispatch object for logging by Courtney Goeltzenleuchter · 9 years ago
  53. 1010044 mem_tracker: Add debug asserts by Courtney Goeltzenleuchter · 9 years ago
  54. 17fd5ce mem_tracker: Initialize new mem record by Courtney Goeltzenleuchter · 9 years ago
  55. e45acec mem_tracker: add per-instance persistent data by Courtney Goeltzenleuchter · 9 years ago
  56. 7dcc6a7 memtracker: Add persistent storage by Courtney Goeltzenleuchter · 9 years ago
  57. 9eed289 layers: Make dispatch table thread safe by Jon Ashburn · 9 years ago
  58. d02a964 layers: Initialize debug_report instance proc table by Courtney Goeltzenleuchter · 9 years ago
  59. 766df64 mem_tracker: DEBUG_REPORT handled by helper functions by Courtney Goeltzenleuchter · 9 years ago
  60. f63df9e mem_tracker: DEBUG_REPORT is global, do not use in CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  61. 3a5567d mem_tracker: Updates to match latest loader changes by Courtney Goeltzenleuchter · 9 years ago
  62. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  63. 8fd0825 loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  64. 76c991d layers: Multi-device/instance support for Memtracker. by Mark Lobodzinski · 9 years ago
  65. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  66. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  67. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  68. 71836d9 layers: Use the instance chain for entrypoints with instance by Jon Ashburn · 9 years ago
  69. 8c5cbcf layers: Add initialization of instance dispatch table by Jon Ashburn · 9 years ago
  70. f6b33db layers: Add GetInstanceProcAddr() to all layers by Jon Ashburn · 9 years ago
  71. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  72. dd7aed7 layers: Change MemTracker maps to contain structs by Mike Stroyan · 9 years ago
  73. 950496e layers: Tuning MemTracker by Mike Stroyan · 9 years ago
  74. d3850fe Layers: fix MemTracker threading crash by Mike Stroyan · 9 years ago
  75. f7a43bd layers: thread safe MemTracker by Mike Stroyan · 9 years ago
  76. 1f9985c layers: fast return of inactive MemTracker printing by Mike Stroyan · 9 years ago
  77. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  78. ee5eef1 vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759. by Mark Lobodzinski · 9 years ago
  79. 3780e14 tests: Expand layer validation test coverage by Mark Lobodzinski · 9 years ago
  80. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  81. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  82. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  83. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  84. c779c7e layers: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  85. e4171f0 mem_tracker: Fix error from fixing MSVC asserts by Courtney Goeltzenleuchter · 9 years ago
  86. d8f83d8 layers: Fix msvc++ iterator issues by David Pinedo · 9 years ago
  87. 2fd6799 mem_tracker: Do not increment iterator after delete by Courtney Goeltzenleuchter · 9 years ago
  88. b1567a0 layers: Memtracker formatting changes. by Mark Lobodzinski · 9 years ago
  89. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  90. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  91. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  92. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  93. e01252d tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 9 years ago
  94. d4c1a50 vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 9 years ago
  95. 71a8512 Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 9 years ago
  96. a3b9a20 vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 9 years ago
  97. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  98. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  99. 7ad197f layers: Removing old GetExtensionSupport API call by Tobin Ehlis · 9 years ago
  100. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago