1. 13dbde0 bug-14532: Rename VK_LAST_* to VK_REMAINING_* by Courtney Goeltzenleuchter · 9 years ago
  2. 36fd866 misc: tool updates, no functional change by Courtney Goeltzenleuchter · 9 years ago
  3. 22328ca Bug-14177: Remove Float16 feature. by Courtney Goeltzenleuchter · 9 years ago
  4. dff7022 bug-13970: Sparse Texture VA Size by Courtney Goeltzenleuchter · 9 years ago
  5. dee721d vk_platform: Update to upstream vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  6. cc7aa97 v156: Bump API minor version by Cody Northrop · 9 years ago
  7. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  8. 84fa790 Bug 14474: Remove *_USAGE_GENERAL by Cody Northrop · 9 years ago
  9. 85789d5 v155: Bug 14435 - Remove abbreviations in VkClearColor by Cody Northrop · 9 years ago
  10. fd4bcfd v154: Bug 14417 - Added VkShaderStage to VkShaderCreateInfo by Cody Northrop · 9 years ago
  11. 418de15 v153: Minor version bump for bugs 14323, 14400, 14339, 14406 by Cody Northrop · 9 years ago
  12. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  13. ea26162 Bug 14339: Add the missing alphaToOneEnable to VkPipelineColorBlendStateCreateInfo by Cody Northrop · 9 years ago
  14. 61d6dd6 Bug 14400: Add FORMAT_FEATURES for blits by Cody Northrop · 9 years ago
  15. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  16. ab1f9e2 Bug 14407 - Add texelCoords to Sampler state by Cody Northrop · 9 years ago
  17. bd2d378 Bug 14339 - Add alphaToOne as an optional feature by Cody Northrop · 9 years ago
  18. 44967fd v151: Bug 14386 - Change VK_NULL_HANDLE from a 0 to a nullptr by Cody Northrop · 9 years ago
  19. cc09b9e v150: Bug 14384 - Add a subpass field to VkCmdBufferBeginInfo by Cody Northrop · 9 years ago
  20. 22b7fae v149: Fix header ordering bug by Cody Northrop · 9 years ago
  21. d1bbb89 loader: Change to new WSI query functions. by Ian Elliott · 9 years ago
  22. 471ecfc WSI: Update swapchain headers to to version 13 and 45. by Ian Elliott · 9 years ago
  23. c660fc5 WSI: Remove old "vs_wsi_lunarg.h" file. by Ian Elliott · 9 years ago
  24. e67741a include: Change debug report pUserData parameter to non-const by Jon Ashburn · 9 years ago
  25. 00d01f3 v148: Bug 14368 - Minor fixes for VkPhysicalDeviceFeatures by Cody Northrop · 9 years ago
  26. 1a1e469 v147: Bugs 14352 and 14300 by Cody Northrop · 9 years ago
  27. 02e61ed v146: Bug 14290 - Move typedefs from vk_platform.h to vulkan.h, make pSampleMask an array by Cody Northrop · 9 years ago
  28. 94badf9 v145: Bug 14160 - Remove VK_DEVICE_CREATE_VALIDATION_BIT and unused flags field by Cody Northrop · 9 years ago
  29. 23dd89d v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to clearValueCount by Cody Northrop · 9 years ago
  30. a505dda v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescription by Cody Northrop · 9 years ago
  31. 3cc85e9 v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo by Cody Northrop · 9 years ago
  32. d080288 v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  33. 1e4f802 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  34. 05159a9 xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME by Courtney Goeltzenleuchter · 9 years ago
  35. 6980e7e bug-14352: Update vulkan.h version by Courtney Goeltzenleuchter · 9 years ago
  36. c9bb61a bug-14352: Missing size parameter in VkSparseMemoryBindInfo by Courtney Goeltzenleuchter · 9 years ago
  37. 1a68a9c bug-14330: Initialize handle on Vulkan objects by Courtney Goeltzenleuchter · 9 years ago
  38. 2e991f8 loader: Only check 32-bits for magic value by Courtney Goeltzenleuchter · 9 years ago
  39. 42540ef misc: Add vkGetPhysicalDeviceImageFormatProperties as a stub by Jon Ashburn · 9 years ago
  40. cc294bc loader: have loader_magic be uintptr_t by Courtney Goeltzenleuchter · 9 years ago
  41. a8ab9ec loader: Do not include dbg helpers in dispatch by Courtney Goeltzenleuchter · 9 years ago
  42. a6650b3 headers: Updated debug object-to-string fcn with missing object types by Mark Lobodzinski · 9 years ago
  43. a22ab87 bug-14282: remove const by Courtney Goeltzenleuchter · 9 years ago
  44. 9fdf433 vulkan: Fix definition of LayerProperties by Courtney Goeltzenleuchter · 9 years ago
  45. 1064fe3 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  46. 48d1621 WSI: Add swapchain-extension headers (versions 12 & 40). by Ian Elliott · 9 years ago
  47. 9d16b93 misc: Bump patch number to reflect diffs by Courtney Goeltzenleuchter · 9 years ago
  48. 08345aa vulkan: Remove unused STRUCTURE_TYPE enum by Courtney Goeltzenleuchter · 9 years ago
  49. 9d9d513 vulkan.h: Remove unused LAYER_CREATE_INFO type by Courtney Goeltzenleuchter · 9 years ago
  50. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  51. f338765 vulkan: Updates to match upstream vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  52. ac19112 vulkan: Switch to upstream header by Courtney Goeltzenleuchter · 9 years ago
  53. 9e50dab vulkan.h: API changes for #13744 - sharing across queues by Chris Forbes · 9 years ago
  54. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  55. fb71f22 bug-14184: Transient memory allocations by Courtney Goeltzenleuchter · 9 years ago
  56. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  57. 0cd7874 misc: Bump header version by Courtney Goeltzenleuchter · 9 years ago
  58. 34ec692 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  59. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  60. 60a9b4f layers: Updated DrawState to work with type safety changes by Tobin Ehlis · 9 years ago
  61. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  62. 7b8dbe0 bug 14084: Update test binding for type safety by Courtney Goeltzenleuchter · 9 years ago
  63. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  64. a0de945 misc: Update header version by Courtney Goeltzenleuchter · 9 years ago
  65. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  66. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  67. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  68. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  69. 0c6f9ee include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  70. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  71. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  72. 658ec0d vulkan.h: Update features/limits structures (#12827, v125) by Chris Forbes · 9 years ago
  73. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  74. eb68f0e vulkan.h: Added #define for MAX_DESCRIPTION by Mark Lobodzinski · 9 years ago
  75. 3fbc9c2 vulkan.h: V120 -- Tighten spec around VkMemoryRequirements by Mark Lobodzinski · 9 years ago
  76. 75721e8 vulkan.h: V119 -- Remove unsigned byte indices by Mark Lobodzinski · 9 years ago
  77. e3f6611 vulkan.h: V118 -- Add array types to VkImageViewType by Mark Lobodzinski · 9 years ago
  78. e4a1cf9 vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 by Mark Lobodzinski · 9 years ago
  79. 2b3fa3d vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL by Mark Lobodzinski · 9 years ago
  80. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  81. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  82. 2d2cb68 bug-14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  83. 89efef3 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  84. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  85. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  86. 26b17f8 vulkan.h: V110 #13864 -- Border Color Values Underspecified by Tony Barbour · 9 years ago
  87. 15fb095 vulkan.h: Bug 14171 - remove unused structure type enums by Tony Barbour · 9 years ago
  88. 7d304b7 vulkan.h: Bug 14153 - remove maxInlineMemoryUpdateSize by Tony Barbour · 9 years ago
  89. 6be764c vulkan.h: Bug 14136 - reorder logicop enums by Tony Barbour · 9 years ago
  90. af892a1 vulkan.h: Bug 13900 - Remove initialCount from semaphores by Tony Barbour · 9 years ago
  91. dfd533a vulkan.h: Bug 13616 Clarification of types of sample counts by Tony Barbour · 9 years ago
  92. 18b33bc vulkan.h: Bug 13939 Remove references to depth/stencil resolve by Tony Barbour · 9 years ago
  93. 733fd35 vulkan.h: V109 -- Remove minLod from VkImageViewCreateInfo by Tony Barbour · 9 years ago
  94. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  95. a607df1 Bug 14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  96. 2bf8f90 bug 14016: Make vkResetFences take const pFences by Courtney Goeltzenleuchter · 9 years ago
  97. fecc0d2 vulkan: remove unused error code by Courtney Goeltzenleuchter · 9 years ago
  98. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  99. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  100. d5732f3 vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago