1. 078f817 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  2. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  3. feb6196 Remove libpng and zlib dependencies, add copyrights by Tony Barbour · 9 years ago
  4. 7080d4f WSI: Update vk_ext_khr_device_swapchain.h to revision 53 (SDK 0.9) by Ian Elliott · 9 years ago
  5. 037347c misc: bump header version to 170 by Courtney Goeltzenleuchter · 9 years ago
  6. 304e656 Bug 14318: Clarify image layout transitions in a RenderPass by Courtney Goeltzenleuchter · 9 years ago
  7. 73db5bf bug 14640: add pNext/sType to VkDeviceQueueCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  8. fe908d3 Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  9. 5db62b5 bug 14437: Remove VK_PIPELINE_STAGE_TRANSITION_BIT by Courtney Goeltzenleuchter · 9 years ago
  10. a321699 misc: Bump header version by Courtney Goeltzenleuchter · 9 years ago
  11. e3efa50 bug 14564: and initial layout for image creation by Courtney Goeltzenleuchter · 9 years ago
  12. f69841d misc: Add maxVertexInputBindings by Courtney Goeltzenleuchter · 9 years ago
  13. b1fe3f8 misc: code movement due to header build changes by Courtney Goeltzenleuchter · 9 years ago
  14. 45df9e1 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  15. 55659b7 bug-14538: Remove validation error codes by Courtney Goeltzenleuchter · 9 years ago
  16. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  17. f97d9da layers: Remove the DEBUG_REPORT entrypoints from device dispatch structure. by Jon Ashburn · 9 years ago
  18. 9ad4338 bug-14583: Remove the unneeded vkBufferViewType by Courtney Goeltzenleuchter · 9 years ago
  19. b46f227 Bug 14583: Updates based on initial feedback by Courtney Goeltzenleuchter · 9 years ago
  20. 6eb1aeb Bug 14583: Remove VkBufferView for UBO/SSBO descriptor types by Courtney Goeltzenleuchter · 9 years ago
  21. 8dcde7e vulkan: Add maxDescriptorSet*BuffersDynamic to limits by Courtney Goeltzenleuchter · 9 years ago
  22. 7b0d95d vulkan: Add missing _BIT to some bitfield enums. by Courtney Goeltzenleuchter · 9 years ago
  23. 9757c62 vulkan: Bump version to 166 by Courtney Goeltzenleuchter · 9 years ago
  24. ba72451 Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  25. 39c8187 Bug 12998: change imageAspectMast to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  26. 01ee1ca bug 14313: Allow copies to do multi-layer copies by Courtney Goeltzenleuchter · 9 years ago
  27. 286fb5f Bug 12998: Document required depth formats and layouts in buffer memory by Courtney Goeltzenleuchter · 9 years ago
  28. 1459c75 bug 14530: Remove IMAGE_CREATE_INVARIANT_DATA_BIT by Courtney Goeltzenleuchter · 9 years ago
  29. 8134da0 Bug 14587: Rename flags: XXX_CREATE_SPARSE_BIT by Courtney Goeltzenleuchter · 9 years ago
  30. 4a26189 bug 14313: Rename ArraySlice to ArrayLayer by Courtney Goeltzenleuchter · 9 years ago
  31. f1ece60 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  32. 660f0ca bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BIT by Courtney Goeltzenleuchter · 9 years ago
  33. 9795335 bug 14541: rename VkTexAddress to VkTexAddressMode by Courtney Goeltzenleuchter · 9 years ago
  34. a22097a bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  35. 4da2886 Bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  36. 40f8d80 bug-13139: refactor sparse properties by Courtney Goeltzenleuchter · 9 years ago
  37. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  38. 3bd9c9b vulkan: Add validation error result by Courtney Goeltzenleuchter · 9 years ago
  39. 0664083 layers: Add bailout flag to debug report callback by Courtney Goeltzenleuchter · 9 years ago
  40. ed89407 bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  41. da72a0d vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  42. 7d4ac51 vulkan.h: Add bufferFeatures to VkFormatProperties, bug #14546 by Mark Lobodzinski · 9 years ago
  43. 464e0b5 All extensions single revision number instead of major.minor.patch by Ian Elliott · 9 years ago
  44. c34dd28 WSI: Update headers for WSI swapchain extensions (versions 51 & 17). by Ian Elliott · 9 years ago
  45. 7e40db9 WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  46. 6dfa5ab WSI: Update headers for WSI swapchain extensions (versions 47 & 15). by Ian Elliott · 9 years ago
  47. 52ac658 vulkan.h: Bug-14476: Rename texelCoords to unnormalizedCoordinates by Mark Lobodzinski · 9 years ago
  48. b1c9329 bug 14517: Rename cs parameter to stage by Courtney Goeltzenleuchter · 9 years ago
  49. f131d73 bug-14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  50. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  51. 0ebea1d bug-14515: Add occlusionQueryNonConservative feature by Courtney Goeltzenleuchter · 9 years ago
  52. da6c23c headers: Add vk_sdk_platform.h for Win/Linux differences by Mark Lobodzinski · 9 years ago
  53. 2eeb3c6 headers: Moved utility routine out of to-be-upstreamed header file by Mark Lobodzinski · 9 years ago
  54. 13dbde0 bug-14532: Rename VK_LAST_* to VK_REMAINING_* by Courtney Goeltzenleuchter · 9 years ago
  55. 36fd866 misc: tool updates, no functional change by Courtney Goeltzenleuchter · 9 years ago
  56. 22328ca Bug-14177: Remove Float16 feature. by Courtney Goeltzenleuchter · 9 years ago
  57. dff7022 bug-13970: Sparse Texture VA Size by Courtney Goeltzenleuchter · 9 years ago
  58. dee721d vk_platform: Update to upstream vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  59. cc7aa97 v156: Bump API minor version by Cody Northrop · 9 years ago
  60. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  61. 84fa790 Bug 14474: Remove *_USAGE_GENERAL by Cody Northrop · 9 years ago
  62. 85789d5 v155: Bug 14435 - Remove abbreviations in VkClearColor by Cody Northrop · 9 years ago
  63. fd4bcfd v154: Bug 14417 - Added VkShaderStage to VkShaderCreateInfo by Cody Northrop · 9 years ago
  64. 418de15 v153: Minor version bump for bugs 14323, 14400, 14339, 14406 by Cody Northrop · 9 years ago
  65. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  66. ea26162 Bug 14339: Add the missing alphaToOneEnable to VkPipelineColorBlendStateCreateInfo by Cody Northrop · 9 years ago
  67. 61d6dd6 Bug 14400: Add FORMAT_FEATURES for blits by Cody Northrop · 9 years ago
  68. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  69. ab1f9e2 Bug 14407 - Add texelCoords to Sampler state by Cody Northrop · 9 years ago
  70. bd2d378 Bug 14339 - Add alphaToOne as an optional feature by Cody Northrop · 9 years ago
  71. 44967fd v151: Bug 14386 - Change VK_NULL_HANDLE from a 0 to a nullptr by Cody Northrop · 9 years ago
  72. cc09b9e v150: Bug 14384 - Add a subpass field to VkCmdBufferBeginInfo by Cody Northrop · 9 years ago
  73. 22b7fae v149: Fix header ordering bug by Cody Northrop · 9 years ago
  74. d1bbb89 loader: Change to new WSI query functions. by Ian Elliott · 9 years ago
  75. 471ecfc WSI: Update swapchain headers to to version 13 and 45. by Ian Elliott · 9 years ago
  76. c660fc5 WSI: Remove old "vs_wsi_lunarg.h" file. by Ian Elliott · 9 years ago
  77. e67741a include: Change debug report pUserData parameter to non-const by Jon Ashburn · 9 years ago
  78. 00d01f3 v148: Bug 14368 - Minor fixes for VkPhysicalDeviceFeatures by Cody Northrop · 9 years ago
  79. 1a1e469 v147: Bugs 14352 and 14300 by Cody Northrop · 9 years ago
  80. 02e61ed v146: Bug 14290 - Move typedefs from vk_platform.h to vulkan.h, make pSampleMask an array by Cody Northrop · 9 years ago
  81. 94badf9 v145: Bug 14160 - Remove VK_DEVICE_CREATE_VALIDATION_BIT and unused flags field by Cody Northrop · 9 years ago
  82. 23dd89d v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to clearValueCount by Cody Northrop · 9 years ago
  83. a505dda v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescription by Cody Northrop · 9 years ago
  84. 3cc85e9 v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo by Cody Northrop · 9 years ago
  85. d080288 v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  86. 1e4f802 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  87. 05159a9 xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME by Courtney Goeltzenleuchter · 9 years ago
  88. 6980e7e bug-14352: Update vulkan.h version by Courtney Goeltzenleuchter · 9 years ago
  89. c9bb61a bug-14352: Missing size parameter in VkSparseMemoryBindInfo by Courtney Goeltzenleuchter · 9 years ago
  90. 1a68a9c bug-14330: Initialize handle on Vulkan objects by Courtney Goeltzenleuchter · 9 years ago
  91. 2e991f8 loader: Only check 32-bits for magic value by Courtney Goeltzenleuchter · 9 years ago
  92. 42540ef misc: Add vkGetPhysicalDeviceImageFormatProperties as a stub by Jon Ashburn · 9 years ago
  93. cc294bc loader: have loader_magic be uintptr_t by Courtney Goeltzenleuchter · 9 years ago
  94. a8ab9ec loader: Do not include dbg helpers in dispatch by Courtney Goeltzenleuchter · 9 years ago
  95. a6650b3 headers: Updated debug object-to-string fcn with missing object types by Mark Lobodzinski · 9 years ago
  96. a22ab87 bug-14282: remove const by Courtney Goeltzenleuchter · 9 years ago
  97. 9fdf433 vulkan: Fix definition of LayerProperties by Courtney Goeltzenleuchter · 9 years ago
  98. 1064fe3 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  99. 48d1621 WSI: Add swapchain-extension headers (versions 12 & 40). by Ian Elliott · 9 years ago
  100. 9d16b93 misc: Bump patch number to reflect diffs by Courtney Goeltzenleuchter · 9 years ago