1. 450e463 wsi: Fix windows build issues by Mark Lobodzinski · 9 years ago
  2. 308d779 layers: Fix build issue and fence warnings in ObjectTracker by Mark Lobodzinski · 9 years ago
  3. 2a1ec50 layers: add DestroySurfaceKHR to instance dispatch table by Jon Ashburn · 9 years ago
  4. 9380b67 misc: Add DestroySurfaceKHR to the codegen WSI surface extension by Jon Ashburn · 9 years ago
  5. 5cc78bf WSI-ICD: Fix Windows compilation error. by Ian Elliott · 9 years ago
  6. a798c78 TEMPORARY: TURN OFF COMPILATION OF TRACE/REPLAY ... DON'T KEEP THIS! by Ian Elliott · 9 years ago
  7. cffee7f object_track: Remove some obsolete code by Ian Elliott · 9 years ago
  8. db4300a loader: Address Jon Ashburn's review comments. by Ian Elliott · 9 years ago
  9. 27d39c7 swapchain: Can build after major updates for new WSI (works?) by Ian Elliott · 9 years ago
  10. 0584606 layers: Convert most of the layers to the new WSI. by Ian Elliott · 9 years ago
  11. 934d0d5 loader: Add WSI "device" trampoline funcs (e.g. vkCreateSwapchainKHR). by Ian Elliott · 9 years ago
  12. 486c550 loader: Add new vkGetPhysicalDeviceSurface*KHR() functions. by Ian Elliott · 9 years ago
  13. 2c05e22 loader: Wrote vk{Create|Destroy}*SurfaceKHR() trampoline functions. by Ian Elliott · 9 years ago
  14. 83e6aa9 loader: Export the trampoline code for vkGetPhysicalDeviceSurfaceSupportKHR by Ian Elliott · 9 years ago
  15. c2e9aee loader: Create defaults for which platforms WSI is supported on. by Ian Elliott · 9 years ago
  16. af7d636 loader: Started plumbing the platform extensions. by Ian Elliott · 9 years ago
  17. 954fa34 loader: Started porting loader to new WSI (GIPA missing). by Ian Elliott · 9 years ago
  18. c11750d tests: Started converting test code to use the new WSI. by Ian Elliott · 9 years ago
  19. 33ed848 loader: Get loader compiling. by Ian Elliott · 9 years ago
  20. ba04233 WSI: Eliminate a lot of references to WSI header files. by Ian Elliott · 9 years ago
  21. 4d52054 WSI-ICD: Created per-platform structs for platform-specific info. by Ian Elliott · 9 years ago
  22. 4825a87 WSI-debug_report: Add VK_OBJECT_TYPE_SURFACE_KHR by Ian Elliott · 9 years ago
  23. f328470 vulkan.py: Changes in previous WSI functions. by Ian Elliott · 9 years ago
  24. af5c595 loader: Hand-edits by Ian Elliott · 9 years ago
  25. 1dcd109 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  26. b6d294c WSI: Remove old WSI headers (content now in "vulkan.h"). by Ian Elliott · 9 years ago
  27. 3a2d1e4 WSI: Add WSI content to "vulkan.h" and "vk_platform.h". by Ian Elliott · 9 years ago
  28. 475a218 layers: LX195, Drawstate ignores compute pipelines by Mark Lobodzinski · 9 years ago
  29. 186c493 layers: Update README file for new SDK releases by Mark Lobodzinski · 9 years ago
  30. 9622f4c layers/SC: Fix location counting for stages which take arrayed input. by Chris Forbes · 9 years ago
  31. df3f205 layers: Fix path for vulkan header. by Jeremy Hayes · 9 years ago
  32. c726be0 layers/SC: LX187: compute size of array and matrix types by Chris Forbes · 9 years ago
  33. 42dc8ff layers/SC: consider types larger than vec4 when collecting interfaces by Chris Forbes · 9 years ago
  34. 2682b24 tests: Add a test for matrix vertex attrib types with ShaderChecker by Chris Forbes · 9 years ago
  35. fadafb2 layers/SC: fix a bogus leftover comment in descriptor validation by Chris Forbes · 9 years ago
  36. a98018e layers: Use spirv.hpp from colocated glslang tree by Chris Forbes · 9 years ago
  37. 29ce91a tests: remove comment about FS broadcast rules by Chris Forbes · 9 years ago
  38. a8ae99d layers/SC: Delete disabled FS broadcast checking code by Chris Forbes · 9 years ago
  39. dcbb553 tests: Fix android build by Michael Lentine · 9 years ago
  40. 55a913f Update param checker. by Michael Lentine · 9 years ago
  41. a25a634 layers: Remove mem/object deletion ordering by Michael Lentine · 9 years ago
  42. 97eb746 Update access bits for 210 header. by Michael Lentine · 9 years ago
  43. 59300ec tests: Fix layer names in layer validation tests by Jon Ashburn · 9 years ago
  44. abd0772 Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  45. e9db926 layers: port ShaderChecker layer to SPIR-V 1.0 by GregF · 9 years ago
  46. 1a26868 icd compiler, glslang: move to SPV 1.0 by GregF · 9 years ago
  47. 6dfa279 layers: Add link to example vk_layer_settings.txt by Cody Northrop · 9 years ago
  48. d21bbff layers: Fix image layer issue validating aspectMasks by Mark Lobodzinski · 9 years ago
  49. b347418 Revert "icd compiler, glslang: move to SPV 1.0" by Jon Ashburn · 9 years ago
  50. fc6aa76 Fix build in master by Michael Lentine · 9 years ago
  51. 0dce80e layers: MemTracker cleanup, remove redundant object-tracker type checks by Mark Lobodzinski · 9 years ago
  52. f3726a9 icd compiler, glslang: move to SPV 1.0 by GregF · 9 years ago
  53. 83ab341 tests: Make some of the validation tests work on android by Michael Lentine · 9 years ago
  54. b8df78c layers: Fix thread-safety issues found in rendersystemtests by Mark Lobodzinski · 9 years ago
  55. 781a7ae loader: Don't use ICD's VkDevice after it has been destroyed by Jon Ashburn · 9 years ago
  56. 73a37ec layers: Temporarily disable memory barrier validation in drawstate by Mark Lobodzinski · 9 years ago
  57. d5a2382 layers: LX196, validate createImage paramters against format limits by Mark Lobodzinski · 9 years ago
  58. a48ecc5 layers: Add null-check in MemTracker to prevent layer crash by Mark Lobodzinski · 9 years ago
  59. 4272e9b layers: Additional MapMemory validation checks in MemTracker by Mark Lobodzinski · 9 years ago
  60. 85881c7 layers: LX206, properly restore command buffer level on a reset by Mark Lobodzinski · 9 years ago
  61. e7e4e08 layers: LX205, fix BeginCommandBuffer log messages by Mark Lobodzinski · 9 years ago
  62. 9e022ea layers: Fix memory barrier validation issues by Mark Lobodzinski · 9 years ago
  63. 7e18de0 loader: Don't init icds if CreateInstance() from ICD fails. by Jon Ashburn · 9 years ago
  64. 559c638 layers: Add DrawState checks for incompatible layouts at BindDescriptorSets time by Tobin Ehlis · 9 years ago
  65. e2f93cb layers: Fix windows build errors in MemTracker by Mark Lobodzinski · 9 years ago
  66. 4edc438 mem_tracker: Return VK_SUCCESS in vkCreateCommandPool, vkResetCommandPool by David Pinedo · 9 years ago
  67. f2a944f loader: Make version in layer JSON files consistent bugzilla #15057 part two by Jon Ashburn · 9 years ago
  68. 005617f loader: Add parsing of api_version in ICD JSON by Jon Ashburn · 9 years ago
  69. fc1031e loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  70. f4945f8 layers: Add CommandBufferPool validation to MemTracker by Mark Lobodzinski · 9 years ago
  71. 3929863 layers: Add command pool validation to DrawState by Mark Lobodzinski · 9 years ago
  72. b29731a layers: Fix infinite loop in DrawState by Mark Lobodzinski · 9 years ago
  73. 5097da0 layers: Fix error messages. by Jeremy Hayes · 9 years ago
  74. 01b3889 layers: Validate barrier subresource range. by Jeremy Hayes · 9 years ago
  75. 26d5804 layers: Fix CreateImageView depth/stencil aspect validation by Mark Lobodzinski · 9 years ago
  76. 2fd355a layers: Remove invalid depth/stencil validation check by Mark Lobodzinski · 9 years ago
  77. d6e7bff layers: Fix invalid depth/stencil attachment index validation by Mark Lobodzinski · 9 years ago
  78. 2bf36f0 layers: Fix Dota 2 crash in draw_state layer by Mark Lobodzinski · 9 years ago
  79. 85502ea layers: Check compareEnable. by Jeremy Hayes · 9 years ago
  80. 65c48b3 tests: Add copyright to layer validation tests by Tony Barbour · 9 years ago
  81. 1d98da3 Change version 1.0 to 0.10 by David Pinedo · 9 years ago
  82. 5f5c0e1 layers: Add validation for object pools by Mark Lobodzinski · 9 years ago
  83. 0f6c454 header: bump to vers 210 only changes were to WSI by Jon Ashburn · 9 years ago
  84. 6c77a5d Version change from 0.9 to 1.0 by David Pinedo · 9 years ago
  85. 29b8d5a layers: Add missing null-check in DrawState by Mark Lobodzinski · 9 years ago
  86. 77f0ed7 v209: bump API minor version by Chia-I Wu · 9 years ago
  87. ce9b177 bug 15120: rename vkCmdPushConstants "values" to "pValues" by Chia-I Wu · 9 years ago
  88. 5ee015a MR671: Rename VK_STRUCTURE_TYPE_LAYER_* to ..LOADER_* by Chia-I Wu · 9 years ago
  89. b4f3713 layers: LX194, Change 'fence already signaled' warning to INFO-level by Mark Lobodzinski · 9 years ago
  90. 50ae1a0 v208: bump API minor version by Chia-I Wu · 9 years ago
  91. b8d47ae bug 15089: Does "Across Command Buffer Boundaries" apply to second-level command buffers? by Chia-I Wu · 9 years ago
  92. e1e0972 v207: bump API minor version by Chia-I Wu · 9 years ago
  93. 00ce540 MR640: Alloc -> Allocate naming fixes by Chia-I Wu · 9 years ago
  94. 4cd8604 MR632: Valid usage xml global changes by Chia-I Wu · 9 years ago
  95. ca4800c bug 12998 part 9: add back explicit enum values by Chia-I Wu · 9 years ago
  96. 0a84a70 bug 12998 part 8: add new formats by Chia-I Wu · 9 years ago
  97. 924ce8c bug 12998 part 7: drop unwanted USCALED formats by Chia-I Wu · 9 years ago
  98. 08bee5e bug 12998 part 5: reorder formats by Chia-I Wu · 9 years ago
  99. f40bbfb bug 12998 part 4: drop explicit enum values temporarily by Chia-I Wu · 9 years ago
  100. caa5aaa bug 12998 part 3: append _PACK* to remaining packed formats by Chia-I Wu · 9 years ago