1. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  2. ce805cb vulkan.py: use generated "core" API by Chia-I Wu · 9 years ago
  3. 901e3d0 vulkan.py: fix vulkan.h parsing by Chia-I Wu · 9 years ago
  4. ba442c8 layers: Fix MemTracker uninitialized variables by Mark Lobodzinski · 9 years ago
  5. 46fc3dd layers: Add DestroyImage to image layer's device GPA table by Mark Lobodzinski · 9 years ago
  6. 5b1e34d loader: Update Linux and Windows ICD/layer discover documentation by jon · 9 years ago
  7. 62cf0e8 loader: Update linux documentation on where ICD lives. by jon · 9 years ago
  8. 547bbee loader: Move utility function so it is found on both Linux and Windows by jon · 9 years ago
  9. 6e62684 loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on Linux by Daniel Dadap · 9 years ago
  10. 00b4aba loader: add helper for combining paths by Daniel Dadap · 9 years ago
  11. 2ed3927 Layers: MemTracker check vkCmdCopyQueryPoolResults by Mike Stroyan · 9 years ago
  12. 9bd80501 use conditional compilation based on _WIN32 instead of WIN32 and __linux__ by Johannes van Waveren · 9 years ago
  13. 6de5f73 Revert "tests: Remove std140 to avoid warnings" by Courtney Goeltzenleuchter · 9 years ago
  14. 50b51e6 layers: Validate buffer view usage flags by Mark Lobodzinski · 9 years ago
  15. 148bab2 layers: Validate number of layers in subresource. by Jeremy Hayes · 9 years ago
  16. c251bdb tests: Do validation documentation check first in run_all_tests.sh by Tobin Ehlis · 9 years ago
  17. 04356f9 tests: Added CopyDescriptorUpdateErrors test to verify 3 errors during descriptorset copy updates by Tobin Ehlis · 9 years ago
  18. 8a62e63 layers: Add DrawState validation for copy descriptor updates by Tobin Ehlis · 9 years ago
  19. baca3ab layers: Simplify descriptor validation in DrawState by Tobin Ehlis · 9 years ago
  20. a1f9b64 layers: Improve DrawState write descriptor update by Tobin Ehlis · 9 years ago
  21. 41f0256 layers: Remove DrawState g_lastBoundDescriptorSet variable - it's no longer used by Tobin Ehlis · 9 years ago
  22. 72458c0 tests: Update multisample tests to be more cross platform by Cody Northrop · 9 years ago
  23. b2b4f04 framework: Don't clear pipeline viewport or scissor count if state has been reset by Cody Northrop · 9 years ago
  24. 4063c9a tests: Disable two older tests until we can sort out multiple errors by Cody Northrop · 9 years ago
  25. b161279 draw_state: Fix enum in validate_draw_state_flags by Cody Northrop · 9 years ago
  26. 43751cc windows: Fix vector resizing in draw_state by Cody Northrop · 9 years ago
  27. bbf6608 misc: Remove dynamic array definititions by Courtney Goeltzenleuchter · 9 years ago
  28. 3698c62 misc: Add intrin.h to support ffs utility by Courtney Goeltzenleuchter · 9 years ago
  29. 806c700 misc: Windows does not like named structure initialization by Courtney Goeltzenleuchter · 9 years ago
  30. 9a63f44 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  31. a1c2856 layers: Improve DrawState Descriptor validation by Tobin Ehlis · 9 years ago
  32. d923d15 layers: Modify Image layer to store IMAGE_STATE structs instead of their unique_ptrs by Tobin Ehlis · 9 years ago
  33. a4cf12b loader: Check for NULL ICD in CreateDevice by Jon Ashburn · 9 years ago
  34. 553e5bd misc: Bump to header version 183 by Courtney Goeltzenleuchter · 9 years ago
  35. 095d97b draw_state: Remove obsolete check by Courtney Goeltzenleuchter · 9 years ago
  36. 4cb6d92 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  37. 3f57f57 misc: Remove unused structure member by Courtney Goeltzenleuchter · 9 years ago
  38. 4625bf8 bug-14258: Remove maxCommandBuffers by Courtney Goeltzenleuchter · 9 years ago
  39. 82b3db5 layers: Update ObjectTracker to handle double-embedded loops of array struct params w/ object arrays in them by Tobin Ehlis · 9 years ago
  40. daab02d layers: Fix objectTracker to validate DSs in CmdBindDescriptorSets() by Tobin Ehlis · 9 years ago
  41. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  42. 6447890 misc: bump to header version 182 by Courtney Goeltzenleuchter · 9 years ago
  43. 1a606eb bug-14575: normalized queue priorities by Courtney Goeltzenleuchter · 9 years ago
  44. fb7fd09 Bug 14789: Clean up limit structure by Courtney Goeltzenleuchter · 9 years ago
  45. 033186b layers: Fix windows build error by Mark Lobodzinski · 9 years ago
  46. dc86b85 layers: Add state-dependent image aspect/format checks by Mark Lobodzinski · 9 years ago
  47. 2b9aaa6 misc: Track alphaToOneEnable by Courtney Goeltzenleuchter · 9 years ago
  48. bf9b61c misc: Update header to v181 by Courtney Goeltzenleuchter · 9 years ago
  49. aa132e7 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  50. 04bb5f8 bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  51. 8367ce0 bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  52. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  53. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  54. 1d2f0dd bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  55. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  56. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  57. 780de08 misc: Bump header version to v180 by Courtney Goeltzenleuchter · 9 years ago
  58. 4498155 misc: change is unneeded? by Courtney Goeltzenleuchter · 9 years ago
  59. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  60. 1b2a4c3 misc: match upstream header v179 by Courtney Goeltzenleuchter · 9 years ago
  61. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  62. 299e6d1 bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  63. fdfade7 bug-14809: Need VK_ERROR_FEATURE_NOT_PRESENT by Courtney Goeltzenleuchter · 9 years ago
  64. 38e48f3 misc: make enum boundary names consistent by Courtney Goeltzenleuchter · 9 years ago
  65. 188cd2d bug-14808: report number of valid bits in timesamps by Courtney Goeltzenleuchter · 9 years ago
  66. bd0e1a7 misc: upstream header v176 by Courtney Goeltzenleuchter · 9 years ago
  67. df172f9 misc: Remove WRITE_COMBINED by Courtney Goeltzenleuchter · 9 years ago
  68. fa533f0 misc: Fix compile warnings about undefined _MSC_VER by Courtney Goeltzenleuchter · 9 years ago
  69. 6fabf91 bug-14737: Move alphaToCoverageEnable to MultisampleStateCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  70. f978646 bug-14646: remove VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BIT by Courtney Goeltzenleuchter · 9 years ago
  71. 5e86fe8 misc: bump header version 174 by Courtney Goeltzenleuchter · 9 years ago
  72. fe1b36e bug-14084: Replace abbreviations in VkQueryPipelineStatisticFlags by Courtney Goeltzenleuchter · 9 years ago
  73. 9683589 bug-14531: Expand tess abbreviation to tessellation by Courtney Goeltzenleuchter · 9 years ago
  74. 168e417 misc: Bump header to align with upstream by Courtney Goeltzenleuchter · 9 years ago
  75. 7831e96 bug-14642: Rename queueRecordCount to requestedQueueCount by Courtney Goeltzenleuchter · 9 years ago
  76. c04cf59 misc: Bump header to align with upstream by Courtney Goeltzenleuchter · 9 years ago
  77. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  78. a4c4ae0 misc: Rename depthClip to depthClamp by Courtney Goeltzenleuchter · 9 years ago
  79. bd094ce tests: Add mem barrier to change layout to present for --show-images by Tony Barbour · 9 years ago
  80. 9226a82 tests: Clean up object tracker complaints from --show-images by Tony Barbour · 9 years ago
  81. 208b3ff tests: Add new layers to _with_layers tests by Tony Barbour · 9 years ago
  82. fb3b23b Return empty string instead of null by Michael Lentine · 9 years ago
  83. e3753b3 loader: Fix heap_realloc function to return newly allocated memory by Jon Ashburn · 9 years ago
  84. 432ef5c layers: Remove mid() & mdd() functions from DrawState by Tobin Ehlis · 9 years ago
  85. f93f1e3 layers: Add DrawState check for DescriptorSet availability in Pool by Tobin Ehlis · 9 years ago
  86. 644ff04 layers: DrawState layout tracking improvements by Tobin Ehlis · 9 years ago
  87. 1a4b9e7 layers: Added TODO comments to DrawState for missing validation checks by Tobin Ehlis · 9 years ago
  88. 07c100d layers: Fix indices in DrawState error message by Tobin Ehlis · 9 years ago
  89. 8b5b28c layers: Comment in DrawState for missing validation of DescriptorPool size limit by Tobin Ehlis · 9 years ago
  90. 8290c5c Fix "_out64" -> "build" references accidentally removed by Cody Northrop · 9 years ago
  91. 4cf5c0b Fix formatting in BUILD.md by Cody Northrop · 9 years ago
  92. 44ea898 BUILD.md: changed "_out64" to "build" by David Pinedo · 9 years ago
  93. af392d0 Clarify parameter usage in memory_type_from_properties by Tony Barbour · 9 years ago
  94. 13ec6b0 layers: LX161, validate attachment references in subpasses by Mark Lobodzinski · 9 years ago
  95. f53c6e5 layers: LX160, Validate Descriptor Set Image Aspects by Mark Lobodzinski · 9 years ago
  96. 3f8c300 loader: Clean up loader_platform file by Jon Ashburn · 9 years ago
  97. b698675 Add subpass dependency validation. by Michael Lentine · 9 years ago
  98. e6d3f2c layers: LX159, properly validate swapchain images by Mark Lobodzinski · 9 years ago
  99. 5283348 layers: LX159, validate all descriptorSets in array by Mark Lobodzinski · 9 years ago
  100. 5308f9a layers: LX159, pipelineCache CAN be Null. by Mark Lobodzinski · 9 years ago