1. 64070a8 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  2. 2adea75 layers: LX195, Drawstate ignores compute pipelines by Mark Lobodzinski · 9 years ago
  3. 2702fb6 layers: Update README file for new SDK releases by Mark Lobodzinski · 9 years ago
  4. c7cb6de layers/SC: Fix location counting for stages which take arrayed input. by Chris Forbes · 9 years ago
  5. 7020fdc layers/SC: LX187: compute size of array and matrix types by Chris Forbes · 9 years ago
  6. 917cc90 layers/SC: consider types larger than vec4 when collecting interfaces by Chris Forbes · 9 years ago
  7. f4be919 layers/SC: fix a bogus leftover comment in descriptor validation by Chris Forbes · 9 years ago
  8. 98a7a6c layers: Use spirv.hpp from colocated glslang tree by Chris Forbes · 9 years ago
  9. 76b5453 layers/SC: Delete disabled FS broadcast checking code by Chris Forbes · 9 years ago
  10. 0f480e6 Update param checker. by Michael Lentine · 9 years ago
  11. dcae1f9 layers: Remove mem/object deletion ordering by Michael Lentine · 9 years ago
  12. 8469dd6 Update access bits for 210 header. by Michael Lentine · 9 years ago
  13. a31fe0b Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  14. 1b162ec layers: port ShaderChecker layer to SPIR-V 1.0 by GregF · 9 years ago
  15. 64fa32e layers: Add link to example vk_layer_settings.txt by Cody Northrop · 9 years ago
  16. 168717e layers: Fix image layer issue validating aspectMasks by Mark Lobodzinski · 9 years ago
  17. c53a757 Fix build in master by Michael Lentine · 9 years ago
  18. e90aca1 layers: MemTracker cleanup, remove redundant object-tracker type checks by Mark Lobodzinski · 9 years ago
  19. 13b6674 layers: Fix thread-safety issues found in rendersystemtests by Mark Lobodzinski · 9 years ago
  20. b684b51 layers: Temporarily disable memory barrier validation in drawstate by Mark Lobodzinski · 9 years ago
  21. 6934321 layers: LX196, validate createImage paramters against format limits by Mark Lobodzinski · 9 years ago
  22. 5b97826 layers: Add null-check in MemTracker to prevent layer crash by Mark Lobodzinski · 9 years ago
  23. 6c3c680 layers: Additional MapMemory validation checks in MemTracker by Mark Lobodzinski · 9 years ago
  24. a142086 layers: LX206, properly restore command buffer level on a reset by Mark Lobodzinski · 9 years ago
  25. fc0ec62 layers: LX205, fix BeginCommandBuffer log messages by Mark Lobodzinski · 9 years ago
  26. 0ef8ca1 layers: Fix memory barrier validation issues by Mark Lobodzinski · 9 years ago
  27. 982099b layers: Add DrawState checks for incompatible layouts at BindDescriptorSets time by Tobin Ehlis · 9 years ago
  28. f2aff49 layers: Fix windows build errors in MemTracker by Mark Lobodzinski · 9 years ago
  29. ea6561e mem_tracker: Return VK_SUCCESS in vkCreateCommandPool, vkResetCommandPool by David Pinedo · 9 years ago
  30. 44fe006 loader: Make version in layer JSON files consistent bugzilla #15057 part two by Jon Ashburn · 9 years ago
  31. c0e316f layers: Add CommandBufferPool validation to MemTracker by Mark Lobodzinski · 9 years ago
  32. a3b99d8 layers: Add command pool validation to DrawState by Mark Lobodzinski · 9 years ago
  33. ed888c5 layers: Fix infinite loop in DrawState by Mark Lobodzinski · 9 years ago
  34. 00587c9 layers: Fix error messages. by Jeremy Hayes · 9 years ago
  35. a7d001a layers: Validate barrier subresource range. by Jeremy Hayes · 9 years ago
  36. dbffb1f layers: Fix CreateImageView depth/stencil aspect validation by Mark Lobodzinski · 9 years ago
  37. ea1fff2 layers: Remove invalid depth/stencil validation check by Mark Lobodzinski · 9 years ago
  38. 1523e3a layers: Fix invalid depth/stencil attachment index validation by Mark Lobodzinski · 9 years ago
  39. 3b99c47 layers: Fix Dota 2 crash in draw_state layer by Mark Lobodzinski · 9 years ago
  40. 1982a36 layers: Check compareEnable. by Jeremy Hayes · 9 years ago
  41. 60b2b33 layers: Add validation for object pools by Mark Lobodzinski · 9 years ago
  42. 2ad3559 layers: Add missing null-check in DrawState by Mark Lobodzinski · 9 years ago
  43. 0ee0ca0 bug 15120: rename vkCmdPushConstants "values" to "pValues" by Chia-I Wu · 9 years ago
  44. 7c0617e layers: LX194, Change 'fence already signaled' warning to INFO-level by Mark Lobodzinski · 9 years ago
  45. c1f5e40 MR640: Alloc -> Allocate naming fixes by Chia-I Wu · 9 years ago
  46. 8c85974 bug 12998 part 8: add new formats by Chia-I Wu · 9 years ago
  47. b075377 bug 12998 part 7: drop unwanted USCALED formats by Chia-I Wu · 9 years ago
  48. 6880c8e bug 12998 part 5: reorder formats by Chia-I Wu · 9 years ago
  49. 69c479e bug 12998 part 3: append _PACK* to remaining packed formats by Chia-I Wu · 9 years ago
  50. 9eabb8f bug 12998 part 2: append _PACK* to packed formats that change conventions by Chia-I Wu · 9 years ago
  51. 1fb4618 bug 12998 part 1: append _BLOCK to compressed formats by Chia-I Wu · 9 years ago
  52. 0e10db0 layers: LX190, Image layer doe snot recognize swapchain images by Mark Lobodzinski · 9 years ago
  53. 045654f bug 15085: queue creation naming issues by Chia-I Wu · 9 years ago
  54. af9e4fd bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  55. 329ca9e Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  56. f277760 layers: LX187: Change unused input WARN to PERF_WARN by Mark Lobodzinski · 9 years ago
  57. e219486 tests: Add InvalidDynamicOffsetCount validation test by Tobin Ehlis · 9 years ago
  58. 61ebb31 layers: Add DrawState check for correct dynamicOffsetCount by Tobin Ehlis · 9 years ago
  59. 1a85aa1 layers: Fix compilation on 32bit platforms by Michael Lentine · 9 years ago
  60. cbc4a5e layers: Fix printf formats by Michael Lentine · 9 years ago
  61. 43884cc layers: Fix GPA and debug output in swapchain layer by Mark Lobodzinski · 9 years ago
  62. 62c60c3 layers: Validate Flush/Invalidate ranges. by Michael Lentine · 9 years ago
  63. 5f6ba8e layers: Fix some bugs in the memory barrier validation code by Mark Lobodzinski · 9 years ago
  64. c5a5d63 layers: update copyright and authorship on some files by Jon Ashburn · 9 years ago
  65. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  66. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  67. 50c57ef misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  68. b13a5d6 Add skip call to the shader checker. by Michael Lentine · 9 years ago
  69. 4fbbaa3 layers: Add map range validation. by Michael Lentine · 9 years ago
  70. 2b9eda4 layers: Add Secondary Command Buffer Validation. by Michael Lentine · 9 years ago
  71. c344bef layers: Fix some merge-related issues in demos and tests by Mark Lobodzinski · 9 years ago
  72. 472af7d Add validation for masks in barriers by Michael Lentine · 9 years ago
  73. ee4ad4d Add layout validation for mapped images. by Michael Lentine · 9 years ago
  74. 07ff1a1 Add validation for barriers within render passes. by Michael Lentine · 9 years ago
  75. 27b0f90 Add layout validation. by Michael Lentine · 9 years ago
  76. f2bca90 misc: Cleanup Windows compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  77. 5202c54 bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (WIP) by Chia-I Wu · 9 years ago
  78. cba6cea bug 15003: vkCmdPipelineBarrier should be allowed on a DMA queue (WIP) by Chia-I Wu · 9 years ago
  79. 3138d6a bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  80. b5689ee bug 15022: Need a way to specify dummy descriptors for unused bindings (WIP) by Chia-I Wu · 9 years ago
  81. 99ba2bb bug 14987: Document dependency of Vulkan API spec on SPIR-V spec (WIP) by Chia-I Wu · 9 years ago
  82. 062ad15 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  83. f03cbf7 bug 14887: Documenting Valid Behavior in the Spec (WIP) by Chia-I Wu · 9 years ago
  84. aff81ff layers: Allow calling down chain with vkEnumerateDeviceExtensionProperties by Jon Ashburn · 9 years ago
  85. b6577c6 layers: Remove resetting of result value in DrawState by Mark Lobodzinski · 9 years ago
  86. c8d7593 layers: Windows define fixes by Tobin Ehlis · 9 years ago
  87. 195c9e1 bug 15000: aspect/aspectMask inconsistencies (WIP) by Chia-I Wu · 9 years ago
  88. 989de84 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  89. 4291d88 bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  90. c51b121 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  91. 27d8ed9 bug 14922: Consistent memory properties (WIP) by Chia-I Wu · 9 years ago
  92. d507261 bug 14936: Sparse questions/issues (WIP) by Chia-I Wu · 9 years ago
  93. c04519c v196: bug 14921 part 2: Expanding abbreviations for consistency (WIP) by Chia-I Wu · 9 years ago
  94. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  95. ce532f7 MR 542: Remaining items from the cleanup bug (WIP) by Chia-I Wu · 9 years ago
  96. 7e47070 bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  97. 483e770 bug 14892 part 2: rename more "count" (WIP) by Chia-I Wu · 9 years ago
  98. 6f8e3f1 bug 14778: VK_IMAGE_VIEW_CREATE_READ_ONLY_DEPTH_BIT underspecified (WIP) by Chia-I Wu · 9 years ago
  99. 3ffcd73 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  100. ebd0760 bug 14641: VkXXXCreateFlags are not consistently used for the various VkXXXCreateInfo (WIP) by Chia-I Wu · 9 years ago