1. 831c183 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  2. d3a8d36 bug-14575: normalized queue priorities by Courtney Goeltzenleuchter · 9 years ago
  3. d6633e2 Bug 14789: Clean up limit structure by Courtney Goeltzenleuchter · 9 years ago
  4. e409974 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  5. a32436b bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  6. 63f0ead bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  7. 2ebc234 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  8. 37a43a6 bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  9. 8e2f097 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  10. ba11ebe WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  11. 3ec3162 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  12. 01d2ae1 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  13. 68535a6 bug-14808: report number of valid bits in timesamps by Courtney Goeltzenleuchter · 9 years ago
  14. c6fd226 bug-14531: Expand tess abbreviation to tessellation by Courtney Goeltzenleuchter · 9 years ago
  15. dfd53f5 bug-14642: Rename queueRecordCount to requestedQueueCount by Courtney Goeltzenleuchter · 9 years ago
  16. c0f9fa7 misc: Rename depthClip to depthClamp by Courtney Goeltzenleuchter · 9 years ago
  17. c109827 demos: Check all return values by Tony Barbour · 9 years ago
  18. 40292ae demos: Add mem barrier to change layout to present by Tony Barbour · 9 years ago
  19. ede3636 demos: check return value from vkQueueWaitSemaphore by Tony Barbour · 9 years ago
  20. 18b53e7 demos: Handle paint events and call RedrawWindow to animate by Tony Barbour · 9 years ago
  21. 7b4e9ec demos: fix tabs and line endings in vulkaninfo by David Pinedo · 9 years ago
  22. b5ec4c2 Demos: output api version in vulkaninfo by David Pinedo · 9 years ago
  23. f1eceb9 Clarify parameter usage in memory_type_from_properties by Tony Barbour · 9 years ago
  24. 2a25307 layers: Bug #14850, enforce validation for semaphore states by Mark Lobodzinski · 9 years ago
  25. 983984f Fix image aspect value passed to demo_set_image_layout by Tony Barbour · 9 years ago
  26. d188757 demos: Create a wider console on windows by David Pinedo · 9 years ago
  27. ccfa841 demos: Add getting GetDeviceProcAddr entrypoint from GetInstanceProcAddr by Jon Ashburn · 9 years ago
  28. 5aabff5 demos: Remove swapchain workaround code and don't assume 2 buffers by Tony Barbour · 9 years ago
  29. d9955e4 demos: Change WSI references to swapchain by Tony Barbour · 9 years ago
  30. 4a6692d demos: Animate tri via z-clipping by Tony Barbour · 9 years ago
  31. ca21795 demos/tests: Stop calling vkFreeDescriptorSets on pools with usage ONE_SHOT by Cody Northrop · 9 years ago
  32. e1b115f Demos: increase console buffer size for vulkaninfo by David Pinedo · 9 years ago
  33. 3bf020c vulkaninfo demo: Reduce the size of the console window so it fits on smaller screens by David Pinedo · 9 years ago
  34. 811eb74 Set dynamic pipeline state as dynamic by Piers Daniell · 9 years ago
  35. 6454cd9 Fix windows build issues in cube.c and device_limits.cpp by Tobin Ehlis · 9 years ago
  36. 795460a demos: Query device features in cube prior to creating device by Tobin Ehlis · 9 years ago
  37. 2f0f9e9 demos: vulkaninfo: increase console buffer size so that output can be read by David Pinedo · 9 years ago
  38. 591ac87 tri: cleanup valgrind errors by Courtney Goeltzenleuchter · 9 years ago
  39. 283f4a3 cube: Fix valgrind warnings by Courtney Goeltzenleuchter · 9 years ago
  40. 329da01 WSI Validation: Initial WSI "swapchain" validation layer. by Ian Elliott · 9 years ago
  41. e82d5b6 cube/tri: Changed invalid <size> argument value for vkMapMemory() by Dominik Witczak · 9 years ago
  42. 4ff11cc bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  43. 932cdb5 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  44. 09772bb bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  45. a26fb7d Remove libpng and zlib dependencies, add copyrights by Tony Barbour · 9 years ago
  46. 3bd5dc4 demos: Update Cube to select graphics queue based on query of queue properties by Tobin Ehlis · 9 years ago
  47. 434d222 WSI: Small code changes to deal with latest WSI header. by Ian Elliott · 9 years ago
  48. ea97564 bug 14640: add pNext/sType to VkDeviceQueueCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  49. d9e966a Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  50. ac544f3 bug-14538: Remove validation error codes by Courtney Goeltzenleuchter · 9 years ago
  51. 74c4ce9 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  52. d161c54 demos: trivial fixes for cube problems by Tony Barbour · 9 years ago
  53. 95b8bb3 demos/tests: Fix aspectMask updates in a few spots by Cody Northrop · 9 years ago
  54. 4244257 Bug 14583: Updates based on initial feedback by Courtney Goeltzenleuchter · 9 years ago
  55. 2a3e3a3 Bug 14583: Remove VkBufferView for UBO/SSBO descriptor types by Courtney Goeltzenleuchter · 9 years ago
  56. aeffeae Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  57. 7ed1059 Bug 12998: Document required depth formats and layouts in buffer memory by Courtney Goeltzenleuchter · 9 years ago
  58. 3dee808 bug 14313: Rename ArraySlice to ArrayLayer by Courtney Goeltzenleuchter · 9 years ago
  59. 7529579 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  60. c3b8eea bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BIT by Courtney Goeltzenleuchter · 9 years ago
  61. 5162441 bug 14541: rename VkTexAddress to VkTexAddressMode by Courtney Goeltzenleuchter · 9 years ago
  62. 00c8c98 bug-13139: refactor sparse properties by Courtney Goeltzenleuchter · 9 years ago
  63. 67b42b7 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  64. e4c4313 demos: Do not bail on validation error by Courtney Goeltzenleuchter · 9 years ago
  65. 0d6857f layers: Add bailout flag to debug report callback by Courtney Goeltzenleuchter · 9 years ago
  66. a54b76a bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  67. 4f482a7 demos: Fix demos to correctly query physicalDevice count by Tobin Ehlis · 9 years ago
  68. 67ff0a4 demos: Prevent tri rendering during shutdown by Cody Northrop · 9 years ago
  69. 7dae686 vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  70. 4b36dd4 vulkan.h: Add bufferFeatures to VkFormatProperties, bug #14546 by Mark Lobodzinski · 9 years ago
  71. 717647d Windows build: rename vulkan.0.dll to vulkan-0.dll by David Pinedo · 9 years ago
  72. e74fc5d demos: Add allocation callback to tri test CreateInstance by Jon Ashburn · 9 years ago
  73. d5b6e89 All extensions single revision number instead of major.minor.patch by Ian Elliott · 9 years ago
  74. 338dedb WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  75. ec2dc65 demos: Set depth image aspect correctly by Cody Northrop · 9 years ago
  76. 513acdf vulkan.h: Bug-14476: Rename texelCoords to unnormalizedCoordinates by Mark Lobodzinski · 9 years ago
  77. 1856d6f Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  78. eccbb37 headers: Add vk_sdk_platform.h for Win/Linux differences by Mark Lobodzinski · 9 years ago
  79. 2175ce7 Bug-14177: Remove Float16 feature. by Courtney Goeltzenleuchter · 9 years ago
  80. 3b0a3ef wsi: Fix image usage flags in tests and demos by Cody Northrop · 9 years ago
  81. e187cc4 demos: vkDestroySemaphore only after it is unused. by Mike Stroyan · 9 years ago
  82. 21b5b31 demos: Fix compile warning setting renderPass by Courtney Goeltzenleuchter · 9 years ago
  83. 7915c49 Remove extraneous temp file by Cody Northrop · 9 years ago
  84. e4bc694 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  85. 2563a03 v155: Bug 14435 - Remove abbreviations in VkClearColor by Cody Northrop · 9 years ago
  86. 87ae5e1 v154: Bug 14417 - Added VkShaderStage to VkShaderCreateInfo by Cody Northrop · 9 years ago
  87. 2605cb0 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  88. f5bd225 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  89. 14eb5ea cube: Set pipeline renderpass by Courtney Goeltzenleuchter · 9 years ago
  90. 69d3df6 Revert "demos: Add dependency for SPIRV shader components" by Mike Stroyan · 9 years ago
  91. 825cc51 demos: Updated vulkaninfo for new features/limits entries by Mark Lobodzinski · 9 years ago
  92. 0bf4e1d Bug 14407 - Add texelCoords to Sampler state by Cody Northrop · 9 years ago
  93. 16898b0 v150: Bug 14384 - Add a subpass field to VkCmdBufferBeginInfo by Cody Northrop · 9 years ago
  94. 7fe115d demos: Change to new WSI header ... by Ian Elliott · 9 years ago
  95. a43e24c tests: Move DestroyShaderModule calls after pipeline creation by Mark Lobodzinski · 9 years ago
  96. 8a19064 tests: Fixed a few errors in Tri caught by ObjectTracker by Mark Lobodzinski · 9 years ago
  97. d31ab43 demos: Initialize render pass in pipeline create by Tony Barbour · 9 years ago
  98. 248080b demos: Fix trivial bugs in tri by Tony Barbour · 9 years ago
  99. e9825b7 v146: Bug 14290 - Move typedefs from vk_platform.h to vulkan.h, make pSampleMask an array by Cody Northrop · 9 years ago
  100. 74a6385 v145: Bug 14160 - Remove VK_DEVICE_CREATE_VALIDATION_BIT and unused flags field by Cody Northrop · 9 years ago