1. 0212448 bug 15085: queue creation naming issues by Chia-I Wu · 9 years ago
  2. 9ab6150 bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  3. fc40cd0 Merge branch 'david_include_change_20151106' by David Pinedo · 9 years ago
  4. e658990 tests: Add perf warnings to those sent to callback by Tony Barbour · 9 years ago
  5. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  6. 49f903e tests: Add InvalidDynamicOffsetCount validation test by Tobin Ehlis · 9 years ago
  7. d800bbd tests: Get --show-images working and passing validation by Tony Barbour · 9 years ago
  8. be1074b tests: Fix layout and src_mask errors from draw state validation by Tony Barbour · 9 years ago
  9. 9d80c2d tests: Fix output message in case of fail for InvalidBufferViewObject test. by Tobin Ehlis · 9 years ago
  10. ba31cab layers: Remove ObjectTracker check of pTexelBufferView array by Tobin Ehlis · 9 years ago
  11. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  12. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  13. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  14. c4a2f93 tests: Disable --compare-images option on linux test scripts. by Mark Lobodzinski · 9 years ago
  15. 89d0f94 bug 15003: vkCmdPipelineBarrier should be allowed on a DMA queue (WIP) by Chia-I Wu · 9 years ago
  16. 5c17c96 bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  17. d46e6ae bug 15022: Need a way to specify dummy descriptors for unused bindings (WIP) by Chia-I Wu · 9 years ago
  18. 515eb8f bug 14987: Document dependency of Vulkan API spec on SPIR-V spec (WIP) by Chia-I Wu · 9 years ago
  19. 28e0691 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  20. a745e51 bug 14887: Documenting Valid Behavior in the Spec (WIP) by Chia-I Wu · 9 years ago
  21. 8507f2f tests: Rework errorMonitor to handle multiple errors by Mark Lobodzinski · 9 years ago
  22. 0d1fc5c tests: Use general layout for blit tests by Tony Barbour · 9 years ago
  23. f40e96d tests: Set image layout correctly for render tests by Tony Barbour · 9 years ago
  24. 52b07e7 bug 15000: aspect/aspectMask inconsistencies (WIP) by Chia-I Wu · 9 years ago
  25. a459420 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  26. ab83a0e bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  27. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  28. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  29. 9dc817f v195: bug 14932: Pipeline Cache clarifications needed (WIP) by Chia-I Wu · 9 years ago
  30. 1efb7e5 MR 542: Remaining items from the cleanup bug (WIP) by Chia-I Wu · 9 years ago
  31. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  32. 5353466 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  33. b99df44 bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEXTURE_* (WIP) by Chia-I Wu · 9 years ago
  34. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  35. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  36. f9be13c bug 14857: Adding extensibility to VkSubmitInfo (WIP) by Chia-I Wu · 9 years ago
  37. e2fc552 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  38. ff3780f bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP) by Chia-I Wu · 9 years ago
  39. 2dc4af3 MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  40. a690b41 support and use VkSubmitInfo semaphore signaling and waiting by Chia-I Wu · 9 years ago
  41. 8094f19 bug 14462: endianness of code for shader modules (WIP) by Chia-I Wu · 9 years ago
  42. d8c946a bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  43. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  44. 6de5f73 Revert "tests: Remove std140 to avoid warnings" by Courtney Goeltzenleuchter · 9 years ago
  45. c251bdb tests: Do validation documentation check first in run_all_tests.sh by Tobin Ehlis · 9 years ago
  46. 04356f9 tests: Added CopyDescriptorUpdateErrors test to verify 3 errors during descriptorset copy updates by Tobin Ehlis · 9 years ago
  47. a1f9b64 layers: Improve DrawState write descriptor update by Tobin Ehlis · 9 years ago
  48. 72458c0 tests: Update multisample tests to be more cross platform by Cody Northrop · 9 years ago
  49. b2b4f04 framework: Don't clear pipeline viewport or scissor count if state has been reset by Cody Northrop · 9 years ago
  50. 4063c9a tests: Disable two older tests until we can sort out multiple errors by Cody Northrop · 9 years ago
  51. 806c700 misc: Windows does not like named structure initialization by Courtney Goeltzenleuchter · 9 years ago
  52. a1c2856 layers: Improve DrawState Descriptor validation by Tobin Ehlis · 9 years ago
  53. 4cb6d92 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  54. 3f57f57 misc: Remove unused structure member by Courtney Goeltzenleuchter · 9 years ago
  55. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  56. 1a606eb bug-14575: normalized queue priorities by Courtney Goeltzenleuchter · 9 years ago
  57. dc86b85 layers: Add state-dependent image aspect/format checks by Mark Lobodzinski · 9 years ago
  58. 2b9aaa6 misc: Track alphaToOneEnable by Courtney Goeltzenleuchter · 9 years ago
  59. aa132e7 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  60. 04bb5f8 bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  61. 8367ce0 bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  62. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  63. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  64. 1d2f0dd bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  65. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  66. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  67. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  68. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  69. 6fabf91 bug-14737: Move alphaToCoverageEnable to MultisampleStateCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  70. 9683589 bug-14531: Expand tess abbreviation to tessellation by Courtney Goeltzenleuchter · 9 years ago
  71. 7831e96 bug-14642: Rename queueRecordCount to requestedQueueCount by Courtney Goeltzenleuchter · 9 years ago
  72. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  73. a4c4ae0 misc: Rename depthClip to depthClamp by Courtney Goeltzenleuchter · 9 years ago
  74. bd094ce tests: Add mem barrier to change layout to present for --show-images by Tony Barbour · 9 years ago
  75. 9226a82 tests: Clean up object tracker complaints from --show-images by Tony Barbour · 9 years ago
  76. 208b3ff tests: Add new layers to _with_layers tests by Tony Barbour · 9 years ago
  77. f93f1e3 layers: Add DrawState check for DescriptorSet availability in Pool by Tobin Ehlis · 9 years ago
  78. 0ac4b7d tests: Add device limits layer to test script by Tony Barbour · 9 years ago
  79. 58f3eff layers: Fix Windows compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  80. e735c69 layers: Add DrawState check to flag error on vkFreeDescriptorSets from ONE_SHOT Pool by Tobin Ehlis · 9 years ago
  81. cdc72a4 tests: Track whether desc sets are allocated from dynamic pools by Cody Northrop · 9 years ago
  82. 50a47ef demos/tests: Stop calling vkFreeDescriptorSets on pools with usage ONE_SHOT by Cody Northrop · 9 years ago
  83. a308243 intel,layers,tests: move cmd_meta errors to validation by Mike Stroyan · 9 years ago
  84. f6622dc tests: Add required graphics pipeline states to unblock creation by Cody Northrop · 9 years ago
  85. eb3a6c1 tests: Add fragment stage to several layer validation tests by Cody Northrop · 9 years ago
  86. 9f0d6b2 tests: Check color attachment feature before selecting mem types by Tony Barbour · 9 years ago
  87. 6e8c889 tests: Allow GetPhysicalDeviceFormatProperties to return VK_UNSUPPORTED by Jon Ashburn · 9 years ago
  88. e3f3108 tests: Allow querypool to return VK_NOT_READY by Jon Ashburn · 9 years ago
  89. 414dd9e tests: Set viewport state pointers to NULL by Tony Barbour · 9 years ago
  90. d332f28 layers: Add DrawState checks for dynamically set Viewport and Scissors by Tobin Ehlis · 9 years ago
  91. e68360f layers: Drawstate verify viewport and scissor state at PSO creation time by Tobin Ehlis · 9 years ago
  92. 8b331d9 tests: Add DeviceLimts and Image layers to run_all_tests_with_layers.sh by Tobin Ehlis · 9 years ago
  93. 0f7af25 Add "Swapchain" layer to the "run_all_tests_with_layers" test. by Ian Elliott · 9 years ago
  94. 5495d13 layers: Validate draw commands appropriately inside/outside render pass by Mark Lobodzinski · 9 years ago
  95. bcca3ce tests: Update ResetUnsignaledFence test to expect WARN rather than ERROR by Tobin Ehlis · 9 years ago
  96. 5e5a1e9 layers: Fix DrawState to correctly handle dynamic state from PSO and CmdSet* calls by Tobin Ehlis · 9 years ago
  97. 483cc35 layers: DrawState allows callback to set fail on DescriptorType mismatch by Tobin Ehlis · 9 years ago
  98. 507ba97 bug-14365: fix misunderstanding in dynamic state by Courtney Goeltzenleuchter · 9 years ago
  99. 963a404 layers: DrawState handles dynamic state set via PSO by Tobin Ehlis · 9 years ago
  100. acb3c1c tests: Remove std140 to avoid warnings by Tony Barbour · 9 years ago