1. 19018c9 vk/0.170.2: Add a stage field to ShaderCreateInfo by Jason Ekstrand · 9 years ago
  2. cc389b1 vk/0.170.2: Rename cs to stage in ComputePipelineCreateInfo by Jason Ekstrand · 9 years ago
  3. 588d40e vk/0.170.2: Use ImageSubresourceCopy in ImageResolve by Jason Ekstrand · 9 years ago
  4. bd4cde7 vk/0.170.2: Rename fields in VkClearColorValue by Jason Ekstrand · 9 years ago
  5. 81c7fa8 vk/0.170.2: Rework blits to use ImageSubresourceCopy by Jason Ekstrand · 9 years ago
  6. ba2254a vulkan.h: Move stuff around by Jason Ekstrand · 9 years ago
  7. d1908d2 vk/0.170.2: Rework parameters to CmdClearDepthStencil functions by Jason Ekstrand · 9 years ago
  8. 02a9be3 vk/0.170.2: Add the flags parameter to GetPhysicalDeviceImageFormatProperties by Jason Ekstrand · 9 years ago
  9. a145acd vk/0.170.2: Remove the pCount parameter from AllocDescriptorSets by Jason Ekstrand · 9 years ago
  10. 8ba684c vk/0.170.2: Rename extension and layer query functions by Jason Ekstrand · 9 years ago
  11. a6eba40 vk/0.170.2: Update to the new queue family properties query by Jason Ekstrand · 9 years ago
  12. 65964cd vk/0.170.2: Re-arrange parameters of vkCmdDraw[Indexed] by Jason Ekstrand · 9 years ago
  13. 05a26a6 vk/0.170.2: Make destructors return void by Jason Ekstrand · 9 years ago
  14. 4606761 vk/0.170.2: Rename VkClearValue.ds to depthStencil by Jason Ekstrand · 9 years ago
  15. 8e1ef63 vk/0.170.2: Add the subpass field to VkCmdBufferBeginInfo by Jason Ekstrand · 9 years ago
  16. 7571665 vk/0.170.2: Rename pointer parameters of VkSubpassDescription by Jason Ekstrand · 9 years ago
  17. 57f5003 vk/0.170.2: Add unnormalizedCoordinates to VkSamplerCreateInfo by Jason Ekstrand · 9 years ago
  18. f7c3519 vk/0.170.2: Rename VkTexAddress to VkTexAddressMode by Jason Ekstrand · 9 years ago
  19. 39a19e8 vulkan.h: Various cosmetic changes by Jason Ekstrand · 9 years ago
  20. 6317c31 vk/0.170.2: Drop VK_BUFFER_USAGE_GENERAL by Chad Versace · 9 years ago
  21. 4744f60 vk/0.170.2: Drop enum VkBufferViewType by Chad Versace · 9 years ago
  22. 7a089bd vk/0.170.2: Update VkImageSubresourceRange by Chad Versace · 9 years ago
  23. 568654d vk/0.170.2: Drop VK_IMAGE_USAGE_GENERAL by Chad Versace · 9 years ago
  24. 6a40af1 vk/0.170.2: Update VkPipelineMultisampleStateCreateInfo by Chad Versace · 9 years ago
  25. dd04be4 vk/0.170.2: Update Vk VkPipelineDepthStencilStateCreateInfo by Chad Versace · 9 years ago
  26. 8cb2e27 vk/0.170.2: Update VkRenderPassBeginInfo by Chad Versace · 9 years ago
  27. 3694518 vk/0.170.2: Drop VkBufferViewCreateInfo::viewType by Chad Versace · 9 years ago
  28. 216d9f2 vk: Copy current header to vulkan-0.138.2.h by Chad Versace · 9 years ago
  29. 7f18ed4 vk: Import header 0.170.2 header LunarG SDK by Chad Versace · 9 years ago
  30. 1bee19e vk: Add the WSI header files by Jason Ekstrand · 9 years ago
  31. ca3cfbf vk: Add an initial implementation of the actual Khronos WSI extension by Jason Ekstrand · 9 years ago
  32. 2a8d1ac vk: Update to API version 0.138.2 by Jason Ekstrand · 9 years ago
  33. f884b50 vk/vulkan.h: Bump to the version 0.138.1 header by Jason Ekstrand · 9 years ago
  34. 867f6cb vk: Add a FreeDescriptorSets function by Jason Ekstrand · 9 years ago
  35. 5520221 vk: Remove unneeded vulkan-138.h by Chad Versace · 9 years ago
  36. 73a8f95 vk: Bump vulkan.h version to 0.138 by Chad Versace · 9 years ago
  37. 55781f8 vk/0.138: Update VkResult values by Chad Versace · 9 years ago
  38. 756d806 vk/0.132: Do type-safety by Chad Versace · 9 years ago
  39. 2b5a4dc vk: Add vulkan-138 and remove vulkan-0.132 by Jason Ekstrand · 9 years ago
  40. 1f658be vk/device: Add stub support for command pools by Jason Ekstrand · 9 years ago
  41. ca7243b vk/vulkan.h: Add the stuff for cross-queue resource sharing by Jason Ekstrand · 9 years ago
  42. 553b443 vk/vulkan.h: Add a couple of size fields for specialization constants by Jason Ekstrand · 9 years ago
  43. e5db209 vk/vulkan.h: Move around buffer image granularities by Jason Ekstrand · 9 years ago
  44. c7fcfeb vk: Add stubs for all the sparse resource stuff by Jason Ekstrand · 9 years ago
  45. 2a9136f vk/image: Add a stub for the new ImageFormatProperties function by Jason Ekstrand · 9 years ago
  46. 2c4dc92 vk/vulkan.h: Rename FormatInfo to FormatProperties by Jason Ekstrand · 9 years ago
  47. d7f4485 vk/vulkan.h: Re-order some #define's by Jason Ekstrand · 9 years ago
  48. 1fd3bc8 vk/vulkan.h: Rename a function parameter by Jason Ekstrand · 9 years ago
  49. 2e2f48f vk: Remove abreviations by Jason Ekstrand · 9 years ago
  50. 02db21a vk: Add the new extension/layer enumeration entrypoints by Jason Ekstrand · 9 years ago
  51. a463eac vk/vulkan.h: Change maxAnisotropy to a float by Jason Ekstrand · 9 years ago
  52. 98957b1 vk/vulkan.h: Add the VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT flag by Jason Ekstrand · 9 years ago
  53. a35811d vk/vulkan.h: Rename a couple of function parameters by Jason Ekstrand · 9 years ago
  54. 55723e9 vk: Split the memory requirements/binding functions by Jason Ekstrand · 9 years ago
  55. ccb2e5c vk: Make barriers more precise (rev. 133) by Jason Ekstrand · 9 years ago
  56. 30445f8 vk: Split the dynamic state binding function into one per state by Jason Ekstrand · 9 years ago
  57. d2c0870 vk/vulkan.h: Rename a function parameter to match 132 by Jason Ekstrand · 9 years ago
  58. 8478350 vk: Implement Multipass by Jason Ekstrand · 9 years ago
  59. 68768c4 vk/vulkan.h: Re-arrange some enums and definitions in preparation for 131 by Jason Ekstrand · 9 years ago
  60. 66cbb7f vk/0.132: Add vkDestroyRenderPass() by Chad Versace · 9 years ago
  61. 6d0ed38 vk/0.132: Add vkDestroy*View() by Chad Versace · 9 years ago
  62. 1ca611c vk/0.132: Add vkDestroyCommandBuffer() by Chad Versace · 9 years ago
  63. 6eec0b1 vk/0.132: Add vkDestroyImageView() by Chad Versace · 9 years ago
  64. 4b2c5a9 vk/0.132: Add vkDestroyBufferView() by Chad Versace · 9 years ago
  65. 08f7731 vk/0.132: Add vkDestroyFramebuffer() by Chad Versace · 9 years ago
  66. 0c8456e vk/0.132: Add vkDestroyDynamicDepthStencilState() by Chad Versace · 9 years ago
  67. b29c929 vk/0.132: Add vkDestroyDynamicColorBlendState() by Chad Versace · 9 years ago
  68. 5e1737c vk/0.132: Add vkDestroyDynamicRasterState() by Chad Versace · 9 years ago
  69. d80fea1 vk/0.132: Add vkDestroyDynamicViewportState() by Chad Versace · 9 years ago
  70. 9250e1e vk/0.132: Add vkDestroyDescriptorPool() by Chad Versace · 9 years ago
  71. f925ea3 vk/0.132: Add vkDestroyDescriptorSetLayout() by Chad Versace · 9 years ago
  72. ec5e2f4 vk/0.132: Add vkDestroySampler() by Chad Versace · 9 years ago
  73. a684198 vk/0.132: Add vkDestroyPipelineLayout() by Chad Versace · 9 years ago
  74. 6e5ab5c vk/0.132: Add vkDestroyPipeline() by Chad Versace · 9 years ago
  75. 1140153 vk/0.132: Add vkDestroyPipelineCache() by Chad Versace · 9 years ago
  76. cb57bff vk/0.132: Add vkDestroyShader() by Chad Versace · 9 years ago
  77. 8ae8e14 vk/0.132: Add vkDestroyShaderModule() by Chad Versace · 9 years ago
  78. dd67c13 vk/0.132: Add vkDestroyImage() by Chad Versace · 9 years ago
  79. e93b6d8 vk/0.132: Add vkDestroyBuffer() by Chad Versace · 9 years ago
  80. 584cb7a vk/0.132: Add vkDestroyQueryPool() by Chad Versace · 9 years ago
  81. 68c7ef5 vk/0.132: Add vkDestroyEvent() by Chad Versace · 9 years ago
  82. 549070b vk/0.132: Add vkDestroySemaphore() by Chad Versace · 9 years ago
  83. ebb191f vk/0.132: Add vkDestroyFence() by Chad Versace · 9 years ago
  84. 435ccf4 vk/0.132: Rename VkDynamic*State types by Chad Versace · 9 years ago
  85. 45f8723 vk/0.132: Move VkQueryControlFlags by Chad Versace · 9 years ago
  86. 180c07e vk/0.132: Move VkImageAspectFlags by Chad Versace · 9 years ago
  87. 4b05a8c vk/0.132: Move VkCmdBufferOptimizeFlags by Chad Versace · 9 years ago
  88. f1cf55f vk/0.132: Move VkWaitEvent by Chad Versace · 9 years ago
  89. 3112098 vk/0.132: Move VkCmdBufferLevel by Chad Versace · 9 years ago
  90. c633ab5 vk/0.132: Drop VK_ATTACHMENT_STORE_OP_RESOLVE_MSAA by Chad Versace · 9 years ago
  91. 8f3b218 vk/0.132: Rename bool32_t -> VkBool32 by Chad Versace · 9 years ago
  92. 77dcfe3 vk/0.132: Remove stray typedef by Chad Versace · 9 years ago
  93. 601d089 vk/0.132: Move VKImageUsageFlags by Chad Versace · 9 years ago
  94. 829810f vk/0.132: Move VkImageType and VkImageTiling by Chad Versace · 9 years ago
  95. 17c8232 vk/0.132: Import the 0.132 header by Chad Versace · 9 years ago
  96. a158ff5 vk/vulkan.h: Remove headers for old API versions by Chad Versace · 9 years ago
  97. 1c4238a vk/0.130: Bump header version to 0.130 by Chad Versace · 9 years ago
  98. f43a304 vk/0.130: Update vkAllocMemory to use VkMemoryType by Chad Versace · 9 years ago
  99. df2a013 vk/0.130: Implement vkGetPhysicalDeviceMemoryProperties() by Chad Versace · 9 years ago
  100. 335e88c vk/vulkan.h: Add the pEnabledFeatures field to DeviceCreateInfo by Jason Ekstrand · 9 years ago