1. a459420 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  2. ab83a0e bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  3. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  4. c8ea02f bug 14922: Consistent memory properties (WIP) by Chia-I Wu · 9 years ago
  5. cdfa6fe bug 14936: Sparse questions/issues (WIP) by Chia-I Wu · 9 years ago
  6. bb7fad9 v196: bug 14921 part 2: Expanding abbreviations for consistency (WIP) by Chia-I Wu · 9 years ago
  7. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  8. 1efb7e5 MR 542: Remaining items from the cleanup bug (WIP) by Chia-I Wu · 9 years ago
  9. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  10. 40cf0ae bug 14892 part 2: rename more "count" (WIP) by Chia-I Wu · 9 years ago
  11. c9546aa bug 14778: VK_IMAGE_VIEW_CREATE_READ_ONLY_DEPTH_BIT underspecified (WIP) by Chia-I Wu · 9 years ago
  12. 5353466 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  13. 439c077 bug 14641: VkXXXCreateFlags are not consistently used for the various VkXXXCreateInfo (WIP) by Chia-I Wu · 9 years ago
  14. 1ff4c3d bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  15. b99df44 bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEXTURE_* (WIP) by Chia-I Wu · 9 years ago
  16. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  17. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  18. 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
  19. f9be13c bug 14857: Adding extensibility to VkSubmitInfo (WIP) by Chia-I Wu · 9 years ago
  20. 47537e8 Merge branch 'master' of gitlab.khronos.org:vulkan/LoaderAndTools by Tobin Ehlis · 9 years ago
  21. 284d0b8 layers: Fix Swapchain include dependency for Windows build break by Tobin Ehlis · 9 years ago
  22. b194794 layers: Use descriptor type to decide which pointer to free by Tony Barbour · 9 years ago
  23. b74f6ab layers: Migrate Image dispatch tables into layer_data struct by Tobin Ehlis · 9 years ago
  24. 711ff31 layers: Migrate Swapchain dispatch tables and global data into layer_data struct by Tobin Ehlis · 9 years ago
  25. 3c6f2e5 layers: Migrate ShaderChecker dispatch tables and global data into layer_data struct by Tobin Ehlis · 9 years ago
  26. 39fce0f layers: Remove mid/mdd functions from MemTracker by Tobin Ehlis · 9 years ago
  27. 57b5508 layers: Migrating MemTracker global data into layer_data struct by Tobin Ehlis · 9 years ago
  28. cdd7327 layers: Add dispatch tables into MemTracker layer_data struct by Tobin Ehlis · 9 years ago
  29. ccf3a35 bug 14567: What is VK_QUEUE_EXTENDED_BIT? (WIP) by Chia-I Wu · 9 years ago
  30. cbe3c9f bug 14876: Can timestamps be written inside a renderpass? (WIP) by Chia-I Wu · 9 years ago
  31. e2fc552 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  32. ff3780f bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP) by Chia-I Wu · 9 years ago
  33. 2dc4af3 MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  34. a690b41 support and use VkSubmitInfo semaphore signaling and waiting by Chia-I Wu · 9 years ago
  35. 51ce5ea bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP) by Chia-I Wu · 9 years ago
  36. 85f34a7 bug 14725: Remove or replace VK_SPARSE_MEMORY_BIND_REPLICATE_64KIB_BLOCK_BIT (WIP) by Chia-I Wu · 9 years ago
  37. b16facd bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  38. d8c946a bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  39. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  40. ba442c8 layers: Fix MemTracker uninitialized variables by Mark Lobodzinski · 9 years ago
  41. 46fc3dd layers: Add DestroyImage to image layer's device GPA table by Mark Lobodzinski · 9 years ago
  42. 2ed3927 Layers: MemTracker check vkCmdCopyQueryPoolResults by Mike Stroyan · 9 years ago
  43. 50b51e6 layers: Validate buffer view usage flags by Mark Lobodzinski · 9 years ago
  44. 148bab2 layers: Validate number of layers in subresource. by Jeremy Hayes · 9 years ago
  45. 04356f9 tests: Added CopyDescriptorUpdateErrors test to verify 3 errors during descriptorset copy updates by Tobin Ehlis · 9 years ago
  46. 8a62e63 layers: Add DrawState validation for copy descriptor updates by Tobin Ehlis · 9 years ago
  47. baca3ab layers: Simplify descriptor validation in DrawState by Tobin Ehlis · 9 years ago
  48. a1f9b64 layers: Improve DrawState write descriptor update by Tobin Ehlis · 9 years ago
  49. 41f0256 layers: Remove DrawState g_lastBoundDescriptorSet variable - it's no longer used by Tobin Ehlis · 9 years ago
  50. b161279 draw_state: Fix enum in validate_draw_state_flags by Cody Northrop · 9 years ago
  51. 43751cc windows: Fix vector resizing in draw_state by Cody Northrop · 9 years ago
  52. bbf6608 misc: Remove dynamic array definititions by Courtney Goeltzenleuchter · 9 years ago
  53. 3698c62 misc: Add intrin.h to support ffs utility by Courtney Goeltzenleuchter · 9 years ago
  54. 806c700 misc: Windows does not like named structure initialization by Courtney Goeltzenleuchter · 9 years ago
  55. 9a63f44 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  56. a1c2856 layers: Improve DrawState Descriptor validation by Tobin Ehlis · 9 years ago
  57. d923d15 layers: Modify Image layer to store IMAGE_STATE structs instead of their unique_ptrs by Tobin Ehlis · 9 years ago
  58. 095d97b draw_state: Remove obsolete check by Courtney Goeltzenleuchter · 9 years ago
  59. 4cb6d92 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  60. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  61. 033186b layers: Fix windows build error by Mark Lobodzinski · 9 years ago
  62. dc86b85 layers: Add state-dependent image aspect/format checks by Mark Lobodzinski · 9 years ago
  63. aa132e7 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  64. 04bb5f8 bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  65. 8367ce0 bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  66. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  67. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  68. 1d2f0dd bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  69. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  70. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  71. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  72. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  73. 299e6d1 bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  74. 38e48f3 misc: make enum boundary names consistent by Courtney Goeltzenleuchter · 9 years ago
  75. df172f9 misc: Remove WRITE_COMBINED by Courtney Goeltzenleuchter · 9 years ago
  76. f978646 bug-14646: remove VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BIT by Courtney Goeltzenleuchter · 9 years ago
  77. fe1b36e bug-14084: Replace abbreviations in VkQueryPipelineStatisticFlags by Courtney Goeltzenleuchter · 9 years ago
  78. 9683589 bug-14531: Expand tess abbreviation to tessellation by Courtney Goeltzenleuchter · 9 years ago
  79. 7831e96 bug-14642: Rename queueRecordCount to requestedQueueCount by Courtney Goeltzenleuchter · 9 years ago
  80. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  81. 432ef5c layers: Remove mid() & mdd() functions from DrawState by Tobin Ehlis · 9 years ago
  82. f93f1e3 layers: Add DrawState check for DescriptorSet availability in Pool by Tobin Ehlis · 9 years ago
  83. 644ff04 layers: DrawState layout tracking improvements by Tobin Ehlis · 9 years ago
  84. 1a4b9e7 layers: Added TODO comments to DrawState for missing validation checks by Tobin Ehlis · 9 years ago
  85. 07c100d layers: Fix indices in DrawState error message by Tobin Ehlis · 9 years ago
  86. 8b5b28c layers: Comment in DrawState for missing validation of DescriptorPool size limit by Tobin Ehlis · 9 years ago
  87. af392d0 Clarify parameter usage in memory_type_from_properties by Tony Barbour · 9 years ago
  88. 13ec6b0 layers: LX161, validate attachment references in subpasses by Mark Lobodzinski · 9 years ago
  89. f53c6e5 layers: LX160, Validate Descriptor Set Image Aspects by Mark Lobodzinski · 9 years ago
  90. b698675 Add subpass dependency validation. by Michael Lentine · 9 years ago
  91. e6d3f2c layers: LX159, properly validate swapchain images by Mark Lobodzinski · 9 years ago
  92. 5283348 layers: LX159, validate all descriptorSets in array by Mark Lobodzinski · 9 years ago
  93. d29c7db layers: Remove MemTracker dead code by Mark Lobodzinski · 9 years ago
  94. b9644ee layers: Bug #14850, enforce validation for semaphore states by Mark Lobodzinski · 9 years ago
  95. 1088c40 layers: Remove dependency between calls to vkCreateImage and vkGetPhysicalDeviceProperties by Tony Barbour · 9 years ago
  96. 22d8d79 loader: Use correct 64bit printf format for Windows by Courtney Goeltzenleuchter · 9 years ago
  97. 58f3eff layers: Fix Windows compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  98. dad30df layers: Fix Windows compile warnings by Courtney Goeltzenleuchter · 9 years ago
  99. 8f8367e layers: clean up includes by Courtney Goeltzenleuchter · 9 years ago
  100. cf60e0a layers: Add DEBUG_OUTPUT support to swapchain by Courtney Goeltzenleuchter · 9 years ago