1. a54b76a bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  2. 4f482a7 demos: Fix demos to correctly query physicalDevice count by Tobin Ehlis · 9 years ago
  3. 67ff0a4 demos: Prevent tri rendering during shutdown by Cody Northrop · 9 years ago
  4. e74fc5d demos: Add allocation callback to tri test CreateInstance by Jon Ashburn · 9 years ago
  5. 338dedb WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  6. ec2dc65 demos: Set depth image aspect correctly by Cody Northrop · 9 years ago
  7. 513acdf vulkan.h: Bug-14476: Rename texelCoords to unnormalizedCoordinates by Mark Lobodzinski · 9 years ago
  8. 1856d6f Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  9. 3b0a3ef wsi: Fix image usage flags in tests and demos by Cody Northrop · 9 years ago
  10. e187cc4 demos: vkDestroySemaphore only after it is unused. by Mike Stroyan · 9 years ago
  11. 21b5b31 demos: Fix compile warning setting renderPass by Courtney Goeltzenleuchter · 9 years ago
  12. e4bc694 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  13. 2563a03 v155: Bug 14435 - Remove abbreviations in VkClearColor by Cody Northrop · 9 years ago
  14. 87ae5e1 v154: Bug 14417 - Added VkShaderStage to VkShaderCreateInfo by Cody Northrop · 9 years ago
  15. 2605cb0 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  16. f5bd225 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  17. 0bf4e1d Bug 14407 - Add texelCoords to Sampler state by Cody Northrop · 9 years ago
  18. 16898b0 v150: Bug 14384 - Add a subpass field to VkCmdBufferBeginInfo by Cody Northrop · 9 years ago
  19. 7fe115d demos: Change to new WSI header ... by Ian Elliott · 9 years ago
  20. a43e24c tests: Move DestroyShaderModule calls after pipeline creation by Mark Lobodzinski · 9 years ago
  21. 8a19064 tests: Fixed a few errors in Tri caught by ObjectTracker by Mark Lobodzinski · 9 years ago
  22. d31ab43 demos: Initialize render pass in pipeline create by Tony Barbour · 9 years ago
  23. 248080b demos: Fix trivial bugs in tri by Tony Barbour · 9 years ago
  24. e9825b7 v146: Bug 14290 - Move typedefs from vk_platform.h to vulkan.h, make pSampleMask an array by Cody Northrop · 9 years ago
  25. 74a6385 v145: Bug 14160 - Remove VK_DEVICE_CREATE_VALIDATION_BIT and unused flags field by Cody Northrop · 9 years ago
  26. c332eef v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to clearValueCount by Cody Northrop · 9 years ago
  27. 6de6b0b v143: Bug 14277 - Follow pointer naming convention in VkSubpassDescription by Cody Northrop · 9 years ago
  28. f110c6e v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo by Cody Northrop · 9 years ago
  29. ef72e2a v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  30. c8aa4a5 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  31. 846298c xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME by Courtney Goeltzenleuchter · 9 years ago
  32. 3fc49c2 tri/cube: Correct WSI swapChainPresentMode fallback is FIFO. by Ian Elliott · 9 years ago
  33. 9400f09 demos: Add more validation layers and fix errors/warnings by Tony Barbour · 9 years ago
  34. 1cf7fe1 Minor SDK-0.2 fixes for "tri" by Piers Daniell · 9 years ago
  35. 9687cb1 Clean up warnings from release build by Tony Barbour · 9 years ago
  36. e36b208 demos: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  37. a4c8c71 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  38. 07f8d30 v115: Remove linkConstBufferCount by Courtney Goeltzenleuchter · 9 years ago
  39. e29e946 v106: Remove optional multisampleEnable by Courtney Goeltzenleuchter · 9 years ago
  40. d0e4369 v106: Remove clipOrigin by Courtney Goeltzenleuchter · 9 years ago
  41. 82b348f v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  42. ab36aa6 rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  43. fa6d36e vulkan.h: API changes for #13744 - sharing across queues by Chris Forbes · 9 years ago
  44. 18ea11b demos: Update for command pools by Cody Northrop · 9 years ago
  45. e307f58 Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  46. b857d31 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  47. de4124d Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  48. c278df8 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  49. 337d70a demos: fix color attachment store op by Chia-I Wu · 9 years ago
  50. 76cd422 demos: destroy VkRenderPass and VkFramebuffer with VkDevice by Chia-I Wu · 9 years ago
  51. 39b4afd demos: remove an extraneous vkCmdBeginRenderPass() by Chia-I Wu · 9 years ago
  52. 1f41f54 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  53. 0d60d27 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  54. 18061cd loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  55. e310597 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  56. d44d4bb tri: Use render pass load ops for color and depth clears by Chris Forbes · 9 years ago
  57. 2951d7d vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  58. 88eaa3b update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  59. 4e97c45 vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL by Mark Lobodzinski · 9 years ago
  60. 7234629 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  61. 2d034fd bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  62. c2e987e vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  63. 2c4e7c7 vulkan.h: V110 #13864 -- Border Color Values Underspecified by Tony Barbour · 9 years ago
  64. e094edf vulkan.h: Bug 13616 Clarification of types of sample counts by Tony Barbour · 9 years ago
  65. e407678 layers: In DrawState, validate correct use of RenderPass by Tobin Ehlis · 9 years ago
  66. 6d84d83 vulkan.h: V109 -- Remove minLod from VkImageViewCreateInfo by Tony Barbour · 9 years ago
  67. 426b905 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  68. d757630 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  69. 0e0fb5c vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago
  70. 1b6de09 tri/cube: Convert GPA usage/error-checking/reporting to a macro. by Ian Elliott · 9 years ago
  71. de91ce4 tri: Change to vkGetDeviceProcAddr() for WSI functions. by Ian Elliott · 9 years ago
  72. a65c463 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  73. ba4a195 misc: Remove GetDisplayInfoWSI() by Jon Ashburn · 9 years ago
  74. 4405fbf vulkan.h: V102 -- Rename min/maxDepth for DepthStencil, Bug# 13917 by Mark Lobodzinski · 9 years ago
  75. b480085 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  76. 78a9557 vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928 by Mark Lobodzinski · 9 years ago
  77. 7cb8050 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  78. 4ec582f tests: Remove the enablement of the "Validation" extension by Jon Ashburn · 9 years ago
  79. 1c7c65d extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  80. c9a1448 tri: Use GetProcAddr to get GetDisplayInfoWSI fp by Courtney Goeltzenleuchter · 9 years ago
  81. cedc15f misc: Make wsi lunarg an extension rather than core entrypoints by Jon Ashburn · 9 years ago
  82. 80d3b71 misc: Remove validation bit from the CreateDevice flags by Jon Ashburn · 9 years ago
  83. 75db032 demos: Add --use_glsl option for GLSL, use SPIR-V by default. by Cody Northrop · 9 years ago
  84. afe800a demos: stop using gl_FragColor by Cody Northrop · 9 years ago
  85. 7eef574 demos: tri: use AdjustWindowRect for window size by Mike Stroyan · 9 years ago
  86. a063d9b tri: Must destroy object before freeing it's memory by Courtney Goeltzenleuchter · 9 years ago
  87. d678e56 demos: tri: Use vkCmdPipelineBarrier to setup_cmd by Mike Stroyan · 9 years ago
  88. c66c671 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  89. 4b8ba4d Use correct depth aspect for depth image. by malnasse · 9 years ago
  90. 8cd8ecd v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  91. 0fe9549 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  92. d3114a2 v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  93. 2318261 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  94. e16c6cf wsi: Deal with drivers that don't allow query of swap-chain VkFormat. by Ian Elliott · 9 years ago
  95. 32536f9 wsi: Add queries for VkDisplayWSI's and VkFormat's to demos. by Ian Elliott · 9 years ago
  96. fb9f564 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  97. ac83452 bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  98. a569a50 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  99. da4a99e bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  100. e2504cb intel: support only VK_DEPTH_MODE_ZERO_TO_ONE by Chia-I Wu · 9 years ago