1. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  2. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  3. 8ea2996 Add skip call to the shader checker. by Michael Lentine · 9 years ago
  4. 48f5066 layers: Add map range validation. by Michael Lentine · 9 years ago
  5. 3dea651 layers: Add Secondary Command Buffer Validation. by Michael Lentine · 9 years ago
  6. 0f30f9e layers: Fix some merge-related issues in demos and tests by Mark Lobodzinski · 9 years ago
  7. ecc32b7 Add validation for masks in barriers by Michael Lentine · 9 years ago
  8. 7b23626 Add layout validation for mapped images. by Michael Lentine · 9 years ago
  9. 48930b8 Add validation for barriers within render passes. by Michael Lentine · 9 years ago
  10. abc5e92 Add layout validation. by Michael Lentine · 9 years ago
  11. 6ed5dc2 misc: Cleanup Windows compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  12. 1724104 bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (WIP) by Chia-I Wu · 9 years ago
  13. 89d0f94 bug 15003: vkCmdPipelineBarrier should be allowed on a DMA queue (WIP) by Chia-I Wu · 9 years ago
  14. 5c17c96 bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  15. d46e6ae bug 15022: Need a way to specify dummy descriptors for unused bindings (WIP) by Chia-I Wu · 9 years ago
  16. 515eb8f bug 14987: Document dependency of Vulkan API spec on SPIR-V spec (WIP) by Chia-I Wu · 9 years ago
  17. 28e0691 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  18. a745e51 bug 14887: Documenting Valid Behavior in the Spec (WIP) by Chia-I Wu · 9 years ago
  19. 751c484 layers: Allow calling down chain with vkEnumerateDeviceExtensionProperties by Jon Ashburn · 9 years ago
  20. f946402 layers: Remove resetting of result value in DrawState by Mark Lobodzinski · 9 years ago
  21. 890adf1 layers: Windows define fixes by Tobin Ehlis · 9 years ago
  22. 52b07e7 bug 15000: aspect/aspectMask inconsistencies (WIP) by Chia-I Wu · 9 years ago
  23. a459420 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  24. ab83a0e bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  25. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  26. c8ea02f bug 14922: Consistent memory properties (WIP) by Chia-I Wu · 9 years ago
  27. cdfa6fe bug 14936: Sparse questions/issues (WIP) by Chia-I Wu · 9 years ago
  28. bb7fad9 v196: bug 14921 part 2: Expanding abbreviations for consistency (WIP) by Chia-I Wu · 9 years ago
  29. 3432a0c bug 14921 part 1: sed renames 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. 40cf0ae bug 14892 part 2: rename more "count" (WIP) by Chia-I Wu · 9 years ago
  33. c9546aa bug 14778: VK_IMAGE_VIEW_CREATE_READ_ONLY_DEPTH_BIT underspecified (WIP) by Chia-I Wu · 9 years ago
  34. 5353466 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  35. 439c077 bug 14641: VkXXXCreateFlags are not consistently used for the various VkXXXCreateInfo (WIP) by Chia-I Wu · 9 years ago
  36. 1ff4c3d bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  37. b99df44 bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEXTURE_* (WIP) by Chia-I Wu · 9 years ago
  38. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  39. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  40. d50677e bug 14909: Define "length" as it relates to push constants be in units of bytes not words (WIP) by Chia-I Wu · 9 years ago
  41. f9be13c bug 14857: Adding extensibility to VkSubmitInfo (WIP) by Chia-I Wu · 9 years ago
  42. 47537e8 Merge branch 'master' of gitlab.khronos.org:vulkan/LoaderAndTools by Tobin Ehlis · 9 years ago
  43. 284d0b8 layers: Fix Swapchain include dependency for Windows build break by Tobin Ehlis · 9 years ago
  44. b194794 layers: Use descriptor type to decide which pointer to free by Tony Barbour · 9 years ago
  45. b74f6ab layers: Migrate Image dispatch tables into layer_data struct by Tobin Ehlis · 9 years ago
  46. 711ff31 layers: Migrate Swapchain dispatch tables and global data into layer_data struct by Tobin Ehlis · 9 years ago
  47. 3c6f2e5 layers: Migrate ShaderChecker dispatch tables and global data into layer_data struct by Tobin Ehlis · 9 years ago
  48. 39fce0f layers: Remove mid/mdd functions from MemTracker by Tobin Ehlis · 9 years ago
  49. 57b5508 layers: Migrating MemTracker global data into layer_data struct by Tobin Ehlis · 9 years ago
  50. cdd7327 layers: Add dispatch tables into MemTracker layer_data struct by Tobin Ehlis · 9 years ago
  51. ccf3a35 bug 14567: What is VK_QUEUE_EXTENDED_BIT? (WIP) by Chia-I Wu · 9 years ago
  52. cbe3c9f bug 14876: Can timestamps be written inside a renderpass? (WIP) by Chia-I Wu · 9 years ago
  53. e2fc552 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  54. ff3780f bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP) by Chia-I Wu · 9 years ago
  55. 2dc4af3 MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  56. a690b41 support and use VkSubmitInfo semaphore signaling and waiting by Chia-I Wu · 9 years ago
  57. 51ce5ea bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP) by Chia-I Wu · 9 years ago
  58. 85f34a7 bug 14725: Remove or replace VK_SPARSE_MEMORY_BIND_REPLICATE_64KIB_BLOCK_BIT (WIP) by Chia-I Wu · 9 years ago
  59. b16facd bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  60. d8c946a bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  61. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  62. ba442c8 layers: Fix MemTracker uninitialized variables by Mark Lobodzinski · 9 years ago
  63. 46fc3dd layers: Add DestroyImage to image layer's device GPA table by Mark Lobodzinski · 9 years ago
  64. 2ed3927 Layers: MemTracker check vkCmdCopyQueryPoolResults by Mike Stroyan · 9 years ago
  65. 50b51e6 layers: Validate buffer view usage flags by Mark Lobodzinski · 9 years ago
  66. 148bab2 layers: Validate number of layers in subresource. by Jeremy Hayes · 9 years ago
  67. 04356f9 tests: Added CopyDescriptorUpdateErrors test to verify 3 errors during descriptorset copy updates by Tobin Ehlis · 9 years ago
  68. 8a62e63 layers: Add DrawState validation for copy descriptor updates by Tobin Ehlis · 9 years ago
  69. baca3ab layers: Simplify descriptor validation in DrawState by Tobin Ehlis · 9 years ago
  70. a1f9b64 layers: Improve DrawState write descriptor update by Tobin Ehlis · 9 years ago
  71. 41f0256 layers: Remove DrawState g_lastBoundDescriptorSet variable - it's no longer used by Tobin Ehlis · 9 years ago
  72. b161279 draw_state: Fix enum in validate_draw_state_flags by Cody Northrop · 9 years ago
  73. 43751cc windows: Fix vector resizing in draw_state by Cody Northrop · 9 years ago
  74. bbf6608 misc: Remove dynamic array definititions by Courtney Goeltzenleuchter · 9 years ago
  75. 3698c62 misc: Add intrin.h to support ffs utility by Courtney Goeltzenleuchter · 9 years ago
  76. 806c700 misc: Windows does not like named structure initialization by Courtney Goeltzenleuchter · 9 years ago
  77. 9a63f44 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  78. a1c2856 layers: Improve DrawState Descriptor validation by Tobin Ehlis · 9 years ago
  79. d923d15 layers: Modify Image layer to store IMAGE_STATE structs instead of their unique_ptrs by Tobin Ehlis · 9 years ago
  80. 095d97b draw_state: Remove obsolete check by Courtney Goeltzenleuchter · 9 years ago
  81. 4cb6d92 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  82. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  83. 033186b layers: Fix windows build error by Mark Lobodzinski · 9 years ago
  84. dc86b85 layers: Add state-dependent image aspect/format checks by Mark Lobodzinski · 9 years ago
  85. aa132e7 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  86. 04bb5f8 bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  87. 8367ce0 bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  88. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  89. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  90. 1d2f0dd bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  91. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  92. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  93. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  94. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  95. 299e6d1 bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  96. 38e48f3 misc: make enum boundary names consistent by Courtney Goeltzenleuchter · 9 years ago
  97. df172f9 misc: Remove WRITE_COMBINED by Courtney Goeltzenleuchter · 9 years ago
  98. f978646 bug-14646: remove VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BIT by Courtney Goeltzenleuchter · 9 years ago
  99. fe1b36e bug-14084: Replace abbreviations in VkQueryPipelineStatisticFlags by Courtney Goeltzenleuchter · 9 years ago
  100. 9683589 bug-14531: Expand tess abbreviation to tessellation by Courtney Goeltzenleuchter · 9 years ago