1. 43b53e8 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  2. 90479f4 tests: Enable all supportable features on the device; expose to tests. by Chris Forbes · 8 years ago
  3. 8da60b0 tests: Fix ImageAspectMask usage for vk_blit_tests operation. by Karl Schultz · 8 years ago
  4. 3cd96a2 Remove Khronos confidential clause from license text. by Karl Schultz · 8 years ago
  5. 99e9d1d tests: Update copyright and apply clang-format by Karl Schultz · 8 years ago
  6. a4ae48b misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  7. f251652 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  8. 4c8381e layers: Add DrawState checks for correct CmdBuffer reset by Tobin Ehlis · 9 years ago
  9. c1f5e40 MR640: Alloc -> Allocate naming fixes by Chia-I Wu · 9 years ago
  10. 329ca9e Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  11. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  12. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  13. 3138d6a bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  14. 062ad15 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  15. 195c9e1 bug 15000: aspect/aspectMask inconsistencies (WIP) by Chia-I Wu · 9 years ago
  16. 989de84 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  17. 4291d88 bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  18. c51b121 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  19. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  20. 763a749 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  21. 11dd12f MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  22. 036b161 bug 14462: endianness of code for shader modules (WIP) by Chia-I Wu · 9 years ago
  23. 1f6942d bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  24. 34aa5c8 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  25. 831c183 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  26. 63f0ead bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  27. 2ebc234 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  28. 37a43a6 bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  29. 8e2f097 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  30. ba11ebe WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  31. 35ce7e6 tests: Track whether desc sets are allocated from dynamic pools by Cody Northrop · 9 years ago
  32. 09772bb bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  33. ddaecf8 intel: Removed ICD validation checks from img.c by Mark Lobodzinski · 9 years ago
  34. d9e966a Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  35. 74c4ce9 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  36. b88d01e vulkan: Add missing _BIT to some bitfield enums. by Courtney Goeltzenleuchter · 9 years ago
  37. aeffeae Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  38. bd7f592 bug 14313: Allow copies to do multi-layer copies by Courtney Goeltzenleuchter · 9 years ago
  39. 3dee808 bug 14313: Rename ArraySlice to ArrayLayer by Courtney Goeltzenleuchter · 9 years ago
  40. 67b42b7 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  41. 1856d6f Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  42. e4bc694 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  43. 87ae5e1 v154: Bug 14417 - Added VkShaderStage to VkShaderCreateInfo by Cody Northrop · 9 years ago
  44. 2605cb0 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  45. f5bd225 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  46. 0caa94f tests: Add index tracking to queue objects by Tony Barbour · 9 years ago
  47. d72da75 tests: Fixes for running layer_validation_tests on windows by Mike Stroyan · 9 years ago
  48. ef72e2a v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  49. 73c22f4 tests: Fix up sTypes for vi and cmdPool by Tony Barbour · 9 years ago
  50. a4c8c71 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  51. 4da96aa v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  52. 902d081 tests: Integrate command pools into tests by Courtney Goeltzenleuchter · 9 years ago
  53. f02f9f8 icd: Support for command pools by Cody Northrop · 9 years ago
  54. e84a8d6 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  55. de4124d Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  56. f4aed6c test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  57. 78c2a35 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  58. 6b11e60 test/binding: inherit Dynamic* from NonDispHandle by Chia-I Wu · 9 years ago
  59. 55a871f test/binding: inherit Descriptor* from NonDispHandle by Chia-I Wu · 9 years ago
  60. 6abe35d test/binding: inherit Sampler from NonDispHandle by Chia-I Wu · 9 years ago
  61. 2b1d4d0 test/binding: inherit Pipeline from NonDispHandle by Chia-I Wu · 9 years ago
  62. deb9913 test/binding: inherit PipelineLayout from NonDispHandle by Chia-I Wu · 9 years ago
  63. b48eddb test/binding: inherit Shader* from NonDispHandle by Chia-I Wu · 9 years ago
  64. 76ab1ff test/binding: inherit views from NonDispHandle by Chia-I Wu · 9 years ago
  65. fd0ce99 test/binding: inherit QueryPool from NonDispHandle by Chia-I Wu · 9 years ago
  66. 9b6db1d test/binding: inherit Event from NonDispHandle by Chia-I Wu · 9 years ago
  67. 2454b92 test/binding: inherit Semaphore from NonDispHandle by Chia-I Wu · 9 years ago
  68. a499234 test/binding: inherit Fence from NonDispHandle by Chia-I Wu · 9 years ago
  69. ba0836f test/binding: inherit GpuMemory from NonDispHandle by Chia-I Wu · 9 years ago
  70. f2862c7 test/binding: inherit Queue from Handle by Chia-I Wu · 9 years ago
  71. a263629 test/binding: inherit Device from Handle by Chia-I Wu · 9 years ago
  72. f5fb109 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  73. a10be9d tests/binding: add Handle and NonDispHandle by Chia-I Wu · 9 years ago
  74. c278df8 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  75. 83d4e6a vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  76. 61414de tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  77. f5c6195 tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  78. 18061cd loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  79. d0e7d22 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  80. 257fe6e tests: Specify VK_BUFFER_USAGE_TRANSFER_SOURCE_BIT on buffer used to copy from by Cody Northrop · 9 years ago
  81. 88eaa3b update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  82. 7234629 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  83. 2d034fd bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  84. 864fd38 vulkan.h: Bug 13900 - Remove initialCount from semaphores by Tony Barbour · 9 years ago
  85. 426b905 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  86. b25c9b9 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  87. b480085 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  88. 3446b5a vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  89. 7cb8050 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  90. 1c7c65d extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  91. 1245cec misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  92. c66c671 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  93. dc2188c tests: Allow failures in pipeline creation by Chris Forbes · 9 years ago
  94. 952124d tests: ensure Object::bound is initialized by Chris Forbes · 9 years ago
  95. 8cd8ecd v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  96. 0fe9549 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  97. 2318261 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  98. fb9f564 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  99. ac83452 bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  100. 04ada4a tests: layer init moved to instance create - drop from device by Tony Barbour · 9 years ago