1. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  2. 6addd81 tests: Update copyright and apply clang-format by Karl Schultz · 9 years ago
  3. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  4. 19d3bf1 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  5. ac0ef84 layers: Add DrawState checks for correct CmdBuffer reset by Tobin Ehlis · 9 years ago
  6. 00ce540 MR640: Alloc -> Allocate naming fixes by Chia-I Wu · 9 years ago
  7. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  8. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  9. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  10. 5c17c96 bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  11. 28e0691 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  12. 52b07e7 bug 15000: aspect/aspectMask inconsistencies (WIP) by Chia-I Wu · 9 years ago
  13. a459420 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  14. ab83a0e bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  15. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  16. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  17. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  18. 2dc4af3 MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  19. 8094f19 bug 14462: endianness of code for shader modules (WIP) by Chia-I Wu · 9 years ago
  20. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  21. 4cb6d92 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  22. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  23. 8367ce0 bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  24. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  25. 1d2f0dd bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  26. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  27. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  28. cdc72a4 tests: Track whether desc sets are allocated from dynamic pools by Cody Northrop · 9 years ago
  29. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  30. 6f2274e intel: Removed ICD validation checks from img.c by Mark Lobodzinski · 9 years ago
  31. fe908d3 Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  32. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  33. 7b0d95d vulkan: Add missing _BIT to some bitfield enums. by Courtney Goeltzenleuchter · 9 years ago
  34. ba72451 Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  35. 01ee1ca bug 14313: Allow copies to do multi-layer copies by Courtney Goeltzenleuchter · 9 years ago
  36. 4a26189 bug 14313: Rename ArraySlice to ArrayLayer 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. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  39. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  40. fd4bcfd v154: Bug 14417 - Added VkShaderStage to VkShaderCreateInfo by Cody Northrop · 9 years ago
  41. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  42. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  43. fb21ea3 tests: Add index tracking to queue objects by Tony Barbour · 9 years ago
  44. 713b2d7 tests: Fixes for running layer_validation_tests on windows by Mike Stroyan · 9 years ago
  45. d080288 v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  46. e815fd7 tests: Fix up sTypes for vi and cmdPool by Tony Barbour · 9 years ago
  47. 2d3ba63 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  48. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  49. ee5d80b tests: Integrate command pools into tests by Courtney Goeltzenleuchter · 9 years ago
  50. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  51. 67e9915 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  52. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  53. 681d7a0 test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  54. be2b917 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  55. bc4a554 test/binding: inherit Dynamic* from NonDispHandle by Chia-I Wu · 9 years ago
  56. afdfd7f test/binding: inherit Descriptor* from NonDispHandle by Chia-I Wu · 9 years ago
  57. 8c721c6 test/binding: inherit Sampler from NonDispHandle by Chia-I Wu · 9 years ago
  58. 2ff72fd test/binding: inherit Pipeline from NonDispHandle by Chia-I Wu · 9 years ago
  59. fd46e7d test/binding: inherit PipelineLayout from NonDispHandle by Chia-I Wu · 9 years ago
  60. 4d0c792 test/binding: inherit Shader* from NonDispHandle by Chia-I Wu · 9 years ago
  61. 3158bf3 test/binding: inherit views from NonDispHandle by Chia-I Wu · 9 years ago
  62. 1b7d476 test/binding: inherit QueryPool from NonDispHandle by Chia-I Wu · 9 years ago
  63. c5c9799 test/binding: inherit Event from NonDispHandle by Chia-I Wu · 9 years ago
  64. 6b1c248 test/binding: inherit Semaphore from NonDispHandle by Chia-I Wu · 9 years ago
  65. d9e8e82 test/binding: inherit Fence from NonDispHandle by Chia-I Wu · 9 years ago
  66. f8f074f test/binding: inherit GpuMemory from NonDispHandle by Chia-I Wu · 9 years ago
  67. df12ffd test/binding: inherit Queue from Handle by Chia-I Wu · 9 years ago
  68. f368b60 test/binding: inherit Device from Handle by Chia-I Wu · 9 years ago
  69. 999f048 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  70. b0ed7d4 tests/binding: add Handle and NonDispHandle by Chia-I Wu · 9 years ago
  71. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  72. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  73. 5bac609 tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  74. cd69eee tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  75. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  76. 7fb4386 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  77. 21ed9cd tests: Specify VK_BUFFER_USAGE_TRANSFER_SOURCE_BIT on buffer used to copy from by Cody Northrop · 9 years ago
  78. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  79. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  80. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  81. af892a1 vulkan.h: Bug 13900 - Remove initialCount from semaphores by Tony Barbour · 9 years ago
  82. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  83. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  84. 7727259 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  85. 421e2bd vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  86. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  87. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  88. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  89. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  90. 95292b1 tests: Allow failures in pipeline creation by Chris Forbes · 9 years ago
  91. 94ba49d tests: ensure Object::bound is initialized by Chris Forbes · 9 years ago
  92. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  93. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  94. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  95. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  96. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  97. 9b9fe78 tests: layer init moved to instance create - drop from device by Tony Barbour · 9 years ago
  98. 3fdff9e tests: Add Device init that takes list of layers to enable by Tony Barbour · 9 years ago
  99. 4c97d7a tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  100. 30a3945 tests: testbinding objects know dev, use it by Courtney Goeltzenleuchter · 9 years ago