1. 9b2a8c9 loader: Run clang-format by Jon Ashburn · 8 years ago
  2. 00df045 loader: gllvl #50, Add support for the WSI extension KHR_display by Jon Ashburn · 8 years ago
  3. 7d1a53d loader: For dev ext trampoline error code, add error logging by Jon Ashburn · 8 years ago
  4. 3cd96a2 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  5. 44aed66 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 9 years ago
  6. 3804548 loader: Remove CreateInstance and CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  7. 2bdf6da loader: implement new layer init method by Courtney Goeltzenleuchter · 9 years ago
  8. acb1359 debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  9. 6175e4b debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  10. f6a6e22 debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  11. 2818eb7 loader: Add initialization of loader dispatch table for wsi device extensions by Jon Ashburn · 9 years ago
  12. 7b9f782 loader: Convert vkDestroySurfaceKHR() to have a terminator. by Ian Elliott · 9 years ago
  13. 4e309e9 loader: Add vkGetPhysicalDevice*PresentationSupportKHR() by Ian Elliott · 9 years ago
  14. 40c4a1f loader: Address Jon Ashburn's review comments. by Ian Elliott · 9 years ago
  15. 8cda180 loader: Add new vkGetPhysicalDeviceSurface*KHR() functions. by Ian Elliott · 9 years ago
  16. bb03f40 loader: Get loader compiling. by Ian Elliott · 9 years ago
  17. 64070a8 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  18. 429e19f loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  19. 329ca9e Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  20. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  21. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  22. 50c57ef misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  23. 062ad15 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  24. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  25. 06809d5 bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  26. 11dd12f MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  27. 28c3c43 bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  28. 831c183 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  29. 9feb073 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  30. 932cdb5 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  31. 09772bb bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  32. 74c4ce9 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  33. de4f110 layers: Fix intercept of WSI instance entrypoints by Jon Ashburn · 9 years ago
  34. 7dae686 vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  35. 338dedb WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  36. 1856d6f Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  37. e4bc694 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  38. 2605cb0 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  39. f5bd225 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  40. 2cd0e0d loader: Change to new WSI query functions. by Ian Elliott · 9 years ago
  41. ef72e2a v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  42. d289b34 WSI: Initialize WSI entry points by Courtney Goeltzenleuchter · 9 years ago
  43. 4e18956 loader: Add missing entrypoints CmdPushConstants, GetRenderArea, GetPDImgFormat by Jon Ashburn · 9 years ago
  44. 1d73e66 loader: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  45. 4da96aa v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  46. f02f9f8 icd: Support for command pools by Cody Northrop · 9 years ago
  47. d040c5c bug-14184: Transient memory allocations by Courtney Goeltzenleuchter · 9 years ago
  48. b857d31 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  49. de4124d Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  50. c278df8 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  51. 0d60d27 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  52. 83d4e6a vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  53. 18061cd loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  54. 7a51d90 loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  55. 2d1d970 include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  56. 2951d7d vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  57. 88eaa3b update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  58. a25fce0 vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 by Mark Lobodzinski · 9 years ago
  59. 2d034fd bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  60. 0b29b0d bug-14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  61. c867c43 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  62. be63799 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  63. 426b905 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  64. d757630 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  65. b25c9b9 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  66. ba4a195 misc: Remove GetDisplayInfoWSI() by Jon Ashburn · 9 years ago
  67. b480085 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  68. 3446b5a vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  69. 7cb8050 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  70. cc4dfcf loader: Remove GetGlobalExtensionInfo from dispatch table by Jon Ashburn · 9 years ago
  71. 23b5f8d loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  72. 4f2575f loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  73. f0615e2 misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch by Jon Ashburn · 9 years ago
  74. 1c7c65d extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  75. cedc15f misc: Make wsi lunarg an extension rather than core entrypoints by Jon Ashburn · 9 years ago
  76. 1245cec misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  77. 2666e2f misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  78. fce93d9 loader: Activate layers on the instance chain at CreateInstance by Jon Ashburn · 9 years ago
  79. 9a9bb64 loader: Make VkInstance a dispatchable object and init with instance table by Jon Ashburn · 9 years ago
  80. 8cd8ecd v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  81. 0fe9549 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  82. fb9f564 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  83. 84b4ce1 vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  84. 53c1677 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  85. 2139a3e loader: No longer generate code, instead directly check in source code by Jon Ashburn · 9 years ago