1. fd4bcfd v154: Bug 14417 - Added VkShaderStage to VkShaderCreateInfo by Cody Northrop · 9 years ago
  2. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  3. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  4. ab1f9e2 Bug 14407 - Add texelCoords to Sampler state by Cody Northrop · 9 years ago
  5. cc09b9e v150: Bug 14384 - Add a subpass field to VkCmdBufferBeginInfo by Cody Northrop · 9 years ago
  6. 8b13979 tests: Change to new WSI header ... by Ian Elliott · 9 years ago
  7. d2ad034 windows: Fix various warnings by Cody Northrop · 9 years ago
  8. 0ec8cd5 tests: Add method to set msaa state in pipeline obj by Tony Barbour · 9 years ago
  9. 5781e8f tests: CreateVKPipeline really wants pl layout so pass that by Tony Barbour · 9 years ago
  10. 6a3faf0 tests: Use new WSI model for --show-images by Tony Barbour · 9 years ago
  11. 02e61ed v146: Bug 14290 - Move typedefs from vk_platform.h to vulkan.h, make pSampleMask an array by Cody Northrop · 9 years ago
  12. 23dd89d v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to clearValueCount by Cody Northrop · 9 years ago
  13. a505dda v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescription by Cody Northrop · 9 years ago
  14. 3cc85e9 v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo by Cody Northrop · 9 years ago
  15. 3d83f49 tests: Fix uninitialized image create info by Tony Barbour · 9 years ago
  16. fe3351b tests: Use global command pool and buffer where possible by Tony Barbour · 9 years ago
  17. 823e6ca tests: Better deal with shader modules by Tony Barbour · 9 years ago
  18. 482c609 tests: Use data pointer instead of address for MSVC++ by Tony Barbour · 9 years ago
  19. e815fd7 tests: Fix up sTypes for vi and cmdPool by Tony Barbour · 9 years ago
  20. e65788f tests: Use correct usage bits for images by Tony Barbour · 9 years ago
  21. 71bd4b3 tests: Use load op clears by default by Tony Barbour · 9 years ago
  22. c1eb1a5 tests: Change clear to fill buffer to avoid renderpass warning by Tony Barbour · 9 years ago
  23. b5d2c94 Clean up warnings from release build by Tony Barbour · 9 years ago
  24. 0c8385b tests: Updates for command pools by Courtney Goeltzenleuchter · 9 years ago
  25. 259076d v106: remove optional primitiveRestartIndex by Courtney Goeltzenleuchter · 9 years ago
  26. 1e637bd v106: remove optional disableVertexReuse by Courtney Goeltzenleuchter · 9 years ago
  27. 0053cd1 v115: Remove pLinkConstBufferInfo by Courtney Goeltzenleuchter · 9 years ago
  28. c4ad634 v122?: Remove provoking vertex, now always last by Courtney Goeltzenleuchter · 9 years ago
  29. a4cd1ea v106: Remove optional pointOrigin by Courtney Goeltzenleuchter · 9 years ago
  30. 87727ec v106: remove optional depthMode by Courtney Goeltzenleuchter · 9 years ago
  31. 58cf4e0 v115: Remove linkConstBufferCount by Courtney Goeltzenleuchter · 9 years ago
  32. 1ee0bc5 v106: Remove optional multisampleEnable by Courtney Goeltzenleuchter · 9 years ago
  33. 2e98ac3 v106: Remove clipOrigin by Courtney Goeltzenleuchter · 9 years ago
  34. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  35. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  36. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  37. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  38. 67e9915 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  39. 681d7a0 test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  40. be2b917 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  41. afdfd7f test/binding: inherit Descriptor* from NonDispHandle by Chia-I Wu · 9 years ago
  42. 8c721c6 test/binding: inherit Sampler from NonDispHandle by Chia-I Wu · 9 years ago
  43. 2ff72fd test/binding: inherit Pipeline from NonDispHandle by Chia-I Wu · 9 years ago
  44. fd46e7d test/binding: inherit PipelineLayout from NonDispHandle by Chia-I Wu · 9 years ago
  45. 4d0c792 test/binding: inherit Shader* from NonDispHandle by Chia-I Wu · 9 years ago
  46. 3158bf3 test/binding: inherit views from NonDispHandle by Chia-I Wu · 9 years ago
  47. d9e8e82 test/binding: inherit Fence from NonDispHandle by Chia-I Wu · 9 years ago
  48. df12ffd test/binding: inherit Queue from Handle by Chia-I Wu · 9 years ago
  49. 999f048 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  50. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  51. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  52. 5bac609 tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  53. cd69eee tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  54. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  55. 7fb4386 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  56. bb6fdb3 tests: Specify VK_IMAGE_USAGE_SAMPLED_BIT when creating image by Cody Northrop · 9 years ago
  57. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  58. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  59. be2fae6 tests: only destroy instance if creation succeeded by Chris Forbes · 9 years ago
  60. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  61. 75721e8 vulkan.h: V119 -- Remove unsigned byte indices by Mark Lobodzinski · 9 years ago
  62. 2b3fa3d vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL by Mark Lobodzinski · 9 years ago
  63. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  64. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  65. 26b17f8 vulkan.h: V110 #13864 -- Border Color Values Underspecified by Tony Barbour · 9 years ago
  66. dfd533a vulkan.h: Bug 13616 Clarification of types of sample counts by Tony Barbour · 9 years ago
  67. 733fd35 vulkan.h: V109 -- Remove minLod from VkImageViewCreateInfo by Tony Barbour · 9 years ago
  68. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  69. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  70. d5732f3 vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago
  71. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  72. 365feea vulkan.h: V102 -- Rename min/maxDepth for DepthStencil, Bug# 13917 by Mark Lobodzinski · 9 years ago
  73. 16ab748 vulkan.h: V101 -- Remove programPointSize, Bug# 13928 by Mark Lobodzinski · 9 years ago
  74. 7727259 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  75. 78dc9ca vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928 by Mark Lobodzinski · 9 years ago
  76. b6c9aca tests: initialize additional class members by Courtney Goeltzenleuchter · 9 years ago
  77. 7e46b62 tests: load DbgDestroyMsgCallback function pointer by Courtney Goeltzenleuchter · 9 years ago
  78. 62b2d43 vulkan: Fix for bug 13785. by Courtney Goeltzenleuchter · 9 years ago
  79. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  80. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  81. 50a2a4b tests: Switch to m_use_glsl and cleanup option parsing by Cody Northrop · 9 years ago
  82. e182fe0 tests: Add test for render target clear via load op by Chris Forbes · 9 years ago
  83. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  84. 95292b1 tests: Allow failures in pipeline creation by Chris Forbes · 9 years ago
  85. 51a05ce tests: Fix layer errors by Tony Barbour · 9 years ago
  86. 7ea6aa2 tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  87. d81b888 tests: Add missing calls when compared to the tri demo by Tony Barbour · 9 years ago
  88. 3d69c9e tests: Get tests running and compiling on Windows by Tony Barbour · 9 years ago
  89. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  90. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  91. 712bb5d v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  92. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  93. 3ab1f87 tests: Move VkDescriptorSetObj variable setup to initializers by Tobin Ehlis · 9 years ago
  94. 475663c tests: Add some geometry shader tests by Cody Northrop · 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. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  98. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  99. 43fb2c7 tests: Update for VK origin convention by Courtney Goeltzenleuchter · 9 years ago
  100. 15524c3 tests: Pass debug function to InitFramework to register by Tony Barbour · 9 years ago