1. 37419ed include: Update copyright and apply clang-format (no logic changes) by Karl Schultz · 9 years ago
  2. ef5f746 layers: Remove obsolete VkbaseLayerObject by Jon Ashburn · 9 years ago
  3. 14f19b6 loader: Remove CreateInstance and CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  4. 00150eb loader: implement new layer init method by Courtney Goeltzenleuchter · 9 years ago
  5. 8286acc loader: Add structures to support new init method by Courtney Goeltzenleuchter · 9 years ago
  6. 23cc913 debug_report: MR141, Change pUserData to match type used elsewhere by Courtney Goeltzenleuchter · 9 years ago
  7. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  8. ad7a501 debug_report: rename vk_lunarg_debug_report.h by Courtney Goeltzenleuchter · 9 years ago
  9. 822e8d7 debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  10. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  11. 107a0d2 debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  12. a8a5f85 wsi: Make WSI cases more consistent, fail if not set correctly by Mark Lobodzinski · 9 years ago
  13. a8334b4 android: Update build to define android platform at build time by Michael Lentine · 9 years ago
  14. 64e2ebd android: Fix android build. by Michael Lentine · 9 years ago
  15. faa9081 wsi: Moved definition of CreateXxxSurface extension to CMakefile by Mark Lobodzinski · 9 years ago
  16. 919fa30 loader: Add vkGetPhysicalDevice*PresentationSupportKHR() by Ian Elliott · 9 years ago
  17. 2a1ec50 layers: add DestroySurfaceKHR to instance dispatch table by Jon Ashburn · 9 years ago
  18. db4300a loader: Address Jon Ashburn's review comments. by Ian Elliott · 9 years ago
  19. 33ed848 loader: Get loader compiling. by Ian Elliott · 9 years ago
  20. ba04233 WSI: Eliminate a lot of references to WSI header files. by Ian Elliott · 9 years ago
  21. abd0772 Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  22. fc1031e loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  23. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago[Renamed (97%) from include/vk_layer.h]
  24. 28e0691 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  25. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  26. 1ff4c3d bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  27. 2dc4af3 MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  28. b16facd bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  29. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  30. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  31. 5907ac4 layers: Add support for Windows DEBUG_OUTPUT logging by Courtney Goeltzenleuchter · 9 years ago
  32. 078f817 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  33. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  34. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  35. f97d9da layers: Remove the DEBUG_REPORT entrypoints from device dispatch structure. by Jon Ashburn · 9 years ago
  36. da72a0d vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  37. 7e40db9 WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  38. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  39. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  40. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  41. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  42. d1bbb89 loader: Change to new WSI query functions. by Ian Elliott · 9 years ago
  43. d080288 v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  44. 42540ef misc: Add vkGetPhysicalDeviceImageFormatProperties as a stub by Jon Ashburn · 9 years ago
  45. a8ab9ec loader: Do not include dbg helpers in dispatch by Courtney Goeltzenleuchter · 9 years ago
  46. 1064fe3 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  47. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  48. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  49. fb71f22 bug-14184: Transient memory allocations by Courtney Goeltzenleuchter · 9 years ago
  50. 34ec692 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  51. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  52. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  53. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  54. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  55. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  56. 0c6f9ee include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago[Renamed from include/vkLayer.h]
  57. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  58. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  59. e4a1cf9 vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 by Mark Lobodzinski · 9 years ago
  60. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  61. 2d2cb68 bug-14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  62. 89efef3 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  63. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  64. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  65. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  66. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  67. b19ddbf misc: Remove GetDisplayInfoWSI() by Jon Ashburn · 9 years ago
  68. 7727259 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  69. 421e2bd vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  70. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  71. cabafc0 loader: Remove GetGlobalExtensionInfo from dispatch table by Jon Ashburn · 9 years ago
  72. e68a9ff misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch by Jon Ashburn · 9 years ago
  73. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  74. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  75. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  76. 71836d9 layers: Use the instance chain for entrypoints with instance by Jon Ashburn · 9 years ago
  77. f6b33db layers: Add GetInstanceProcAddr() to all layers by Jon Ashburn · 9 years ago
  78. fbb4e25 loader: Make VkInstance a dispatchable object and init with instance table by Jon Ashburn · 9 years ago
  79. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  80. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  81. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  82. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  83. b0fbe91 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  84. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  85. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  86. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  87. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  88. 0fadf5f vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 9 years ago
  89. b125054 Bug 13632 Header 84 Add VkFlushMappedMemory by Tony Barbour · 9 years ago
  90. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  91. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  92. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  93. 0193901 Add GetPhysicalDeviceExtensionInfo() function to API by Tobin Ehlis · 9 years ago
  94. 1dbc8e2 bug 13466: Allow writing query results to buffer memory by Courtney Goeltzenleuchter · 9 years ago
  95. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  96. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  97. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  98. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  99. 64d1a71 Symbolic links while things are moving by Courtney Goeltzenleuchter · 9 years ago