1. 9a359b6 tests: Pass access flags instead of bit so you can pass >1 by Tony Barbour · 8 years ago
  2. 4a89633 tests: Set correct input assembly struct type by Tobin Ehlis · 8 years ago
  3. 4845814 tests: Fix layer validation test issues by Dustin Graves · 8 years ago
  4. 4542b39 tests: Initialize reserved flags as 0 by Dustin Graves · 8 years ago
  5. 5460d06 demos+tests: Add HOST_COHERENT to HOST_VISIBLE memory requests by Tony Barbour · 8 years ago
  6. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  7. b31ae81 tests: VkDescriptorSetObj - keep track of type counts and layouts seperately by Tony Barbour · 8 years ago
  8. 0371eb5 tests: Make VkDepthStencilObj a VkImageObj and set layout correctly by Tony Barbour · 8 years ago
  9. fc7a0a6 tests: Add surface extensions for xcb/win32 by Tony Barbour · 8 years ago
  10. f01c7bb tests: Initialize fields so test does not crash. by Michael Mc Donnell · 8 years ago
  11. b4cacb6 tests: Add ability to override tessellation state, use it. by Chris Forbes · 8 years ago
  12. 8075494 tests: Fix test framework to not pass a null vi by Chris Forbes · 8 years ago
  13. 7a1d235 layers: GH195 Fix core_validation dynamic state checks by Tobin Ehlis · 8 years ago
  14. 7e56d30 validation: Promote validation warnings to errors by Tony Barbour · 8 years ago
  15. 38b59a4 tests: Clean up misc validation warnings by Tony Barbour · 8 years ago
  16. 11791c5 tests: Remove unused mip levels from rendersystem image creation by Tony Barbour · 8 years ago
  17. 1516c0f tests: Fix image creation with invalid initial layout by Tony Barbour · 8 years ago
  18. 26aa42b tests: LEx 294 Don't create empty descriptor pools by Tony Barbour · 8 years ago
  19. 53b513f layers: Remove unnecessary null pointer checks by Eric Engestrom · 8 years ago
  20. 510e20d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 9 years ago
  21. 4f9b0e6 tests: Add optional entrypoint name to test shader object. by Chris Forbes · 9 years ago
  22. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  23. 0a369f6 layers: Enable Wall and Werror. by Michael Lentine · 9 years ago
  24. 6addd81 tests: Update copyright and apply clang-format by Karl Schultz · 9 years ago
  25. 93ecb1d Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  26. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  27. 6e23c1f misc: rename descriptorSetlayout pBinding; update to header vers 217 by Jon Ashburn · 9 years ago
  28. 7f9716c misc: Add pipeline stage flags to wait upon for queueSubmit semaphores; v216 by Jon Ashburn · 9 years ago
  29. 19d3bf1 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  30. 1fd6801 misc: Clean up variety of compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  31. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  32. 822e8d7 debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  33. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  34. fd4830c layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  35. ddc8db5 vulkan: Changes for header version 211 by Jon Ashburn · 9 years ago
  36. def1303 tests: Ensure texture mipCount is valid by Courtney Goeltzenleuchter · 9 years ago
  37. 2d6d54e Create a surface to find out what formats are presentable by Tony Barbour · 9 years ago
  38. 5594408 tests: Eliminate compiler warning & improve FIXME for what needs to be done. by Ian Elliott · 9 years ago
  39. c11750d tests: Started converting test code to use the new WSI. by Ian Elliott · 9 years ago
  40. 1dcd109 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  41. b8d47ae bug 15089: Does "Across Command Buffer Boundaries" apply to second-level command buffers? by Chia-I Wu · 9 years ago
  42. 0212448 bug 15085: queue creation naming issues by Chia-I Wu · 9 years ago
  43. fc40cd0 Merge branch 'david_include_change_20151106' by David Pinedo · 9 years ago
  44. e658990 tests: Add perf warnings to those sent to callback by Tony Barbour · 9 years ago
  45. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  46. be1074b tests: Fix layout and src_mask errors from draw state validation by Tony Barbour · 9 years ago
  47. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  48. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  49. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  50. 89d0f94 bug 15003: vkCmdPipelineBarrier should be allowed on a DMA queue (WIP) by Chia-I Wu · 9 years ago
  51. 5c17c96 bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  52. d46e6ae bug 15022: Need a way to specify dummy descriptors for unused bindings (WIP) by Chia-I Wu · 9 years ago
  53. 28e0691 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  54. a745e51 bug 14887: Documenting Valid Behavior in the Spec (WIP) by Chia-I Wu · 9 years ago
  55. f40e96d tests: Set image layout correctly for render tests by Tony Barbour · 9 years ago
  56. a459420 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  57. ab83a0e bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  58. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  59. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  60. 1efb7e5 MR 542: Remaining items from the cleanup bug (WIP) by Chia-I Wu · 9 years ago
  61. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  62. 5353466 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  63. b99df44 bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEXTURE_* (WIP) by Chia-I Wu · 9 years ago
  64. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  65. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  66. f9be13c bug 14857: Adding extensibility to VkSubmitInfo (WIP) by Chia-I Wu · 9 years ago
  67. ff3780f bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP) by Chia-I Wu · 9 years ago
  68. 8094f19 bug 14462: endianness of code for shader modules (WIP) by Chia-I Wu · 9 years ago
  69. d8c946a bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  70. b2b4f04 framework: Don't clear pipeline viewport or scissor count if state has been reset by Cody Northrop · 9 years ago
  71. 806c700 misc: Windows does not like named structure initialization by Courtney Goeltzenleuchter · 9 years ago
  72. 4cb6d92 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  73. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  74. 2b9aaa6 misc: Track alphaToOneEnable by Courtney Goeltzenleuchter · 9 years ago
  75. aa132e7 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  76. 8367ce0 bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  77. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  78. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  79. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  80. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  81. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  82. 6fabf91 bug-14737: Move alphaToCoverageEnable to MultisampleStateCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  83. a4c4ae0 misc: Rename depthClip to depthClamp by Courtney Goeltzenleuchter · 9 years ago
  84. 58f3eff layers: Fix Windows compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  85. a308243 intel,layers,tests: move cmd_meta errors to validation by Mike Stroyan · 9 years ago
  86. 414dd9e tests: Set viewport state pointers to NULL by Tony Barbour · 9 years ago
  87. d332f28 layers: Add DrawState checks for dynamically set Viewport and Scissors by Tobin Ehlis · 9 years ago
  88. 507ba97 bug-14365: fix misunderstanding in dynamic state by Courtney Goeltzenleuchter · 9 years ago
  89. 08c2637 bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  90. 078f817 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  91. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  92. fe908d3 Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  93. 45df9e1 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  94. 9ad4338 bug-14583: Remove the unneeded vkBufferViewType by Courtney Goeltzenleuchter · 9 years ago
  95. b46f227 Bug 14583: Updates based on initial feedback by Courtney Goeltzenleuchter · 9 years ago
  96. 6eb1aeb Bug 14583: Remove VkBufferView for UBO/SSBO descriptor types by Courtney Goeltzenleuchter · 9 years ago
  97. 020e221 tests: Remove unneeded function by Courtney Goeltzenleuchter · 9 years ago
  98. ba72451 Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  99. 4a26189 bug 14313: Rename ArraySlice to ArrayLayer by Courtney Goeltzenleuchter · 9 years ago
  100. 660f0ca bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BIT by Courtney Goeltzenleuchter · 9 years ago