1. 6e6a216 loader: Convert ext list helper functions to generic form by Jon Ashburn · 9 years ago
  2. f3ba69d misc: Update dependencies by Courtney Goeltzenleuchter · 9 years ago
  3. 0586963 layers: LX222, suppress warning on partial CmdClearAttachment calls by Mark Lobodzinski · 9 years ago
  4. 8f2d1e1 Layers: changed one more doc file for new layer names by David Pinedo · 9 years ago
  5. 8a15419 Loader doc: Modifed WindowsICDs.txt by David Pinedo · 9 years ago
  6. c0ed6d0 layers: LX223, Properly handle NULL pipelineCache in pipeline create routines by Mark Lobodzinski · 9 years ago
  7. 9c75c16 layers: Wrap up windows/test issues with DrawState/ShaderChecker merge by Mark Lobodzinski · 9 years ago
  8. 8845283 layers: MR77, Add draw-time checks for descriptorSet compatibility by Tobin Ehlis · 9 years ago
  9. 3f5ddbb layers: MR75, Smart Merge of DrawState and ShaderChecker into DrawState layer by Tobin Ehlis · 9 years ago
  10. 7e2ad75 layers: MR75, Merge DrawState and ShaderChecker into DrawState layer by Tobin Ehlis · 9 years ago
  11. 8fab656 tests: MR72, Add tests to verify validation layout compatibility checks by Tobin Ehlis · 9 years ago
  12. e183729 Fix Windows compile error by Tony Barbour · 9 years ago
  13. 3c78ff4 Make sure all createInfo is used creating instance by Tony Barbour · 9 years ago
  14. 2d6d54e Create a surface to find out what formats are presentable by Tony Barbour · 9 years ago
  15. 94207e9 tests: undef BadValue to workaround a conflict between xlib.h spvIR.h by Jon Ashburn · 9 years ago
  16. ddf1e45 Fixes, that build is possible with Xlib configuration. by FslNopper · 9 years ago
  17. 7cc65bd misc: remove unneeded stdint.h and stdbool.h by Courtney Goeltzenleuchter · 9 years ago
  18. 3cba24a layers: Reenable memory barrier validation by Mark Lobodzinski · 9 years ago
  19. 25a2cc8 layers: Fix WSI-related build warning in APIDump by Mark Lobodzinski · 9 years ago
  20. 380e1eb Doc: change api_version and layer names in documentation files by David Pinedo · 9 years ago
  21. 6e08ebd loader: Fix layer library_path bug by Jon Ashburn · 9 years ago
  22. e2905f6 toolchain: Add option to only build glslang by Cody Northrop · 9 years ago
  23. 232e3af loader: Add initialization of loader dispatch table for wsi device extensions by Jon Ashburn · 9 years ago
  24. 31e5f28 layers: Disable image layout transition validation in DrawState by Mark Lobodzinski · 9 years ago
  25. 55cd49b layers: Fix swapchain layer errors by Mark Lobodzinski · 9 years ago
  26. cc07f70 loader: Fix WSI compilation error if not XCB by Jon Ashburn · 9 years ago
  27. 7726f4f loader: Add documentation fo loader handling of VK_surface_*KHR extensions. by Jon Ashburn · 9 years ago
  28. b49b6e5 wsi: Various fixes and Windows build issues by Mark Lobodzinski · 9 years ago
  29. f72a04b loader: Add terminator functions for Create*SurfaceKHR functions by Jon Ashburn · 9 years ago
  30. b8ba300 vktrace: Renable trace/replay builds by default by Mark Lobodzinski · 9 years ago
  31. fb42cd7 loader: Convert vkDestroySurfaceKHR() to have a terminator. by Ian Elliott · 9 years ago
  32. 14c0ba5 tests: Update layer names in run_all_tests_with_layers scripts by Mark Lobodzinski · 9 years ago
  33. faa9081 wsi: Moved definition of CreateXxxSurface extension to CMakefile by Mark Lobodzinski · 9 years ago
  34. c19d527 layers: WSI extension fixes for APIDump by Mark Lobodzinski · 9 years ago
  35. 5594408 tests: Eliminate compiler warning & improve FIXME for what needs to be done. by Ian Elliott · 9 years ago
  36. e86e138 layers: Add WSI extensions to autogen code by Mark Lobodzinski · 9 years ago
  37. 3077be0 vulkan: Add win32 and xcb extensions to vulkan.py by Mark Lobodzinski · 9 years ago
  38. d161d28 layers: Fix documentation file for new wsi surface ext by Jon Ashburn · 9 years ago
  39. 6592365 loader: Fix typo in wsi file by Mark Lobodzinski · 9 years ago
  40. 919fa30 loader: Add vkGetPhysicalDevice*PresentationSupportKHR() by Ian Elliott · 9 years ago
  41. 76f235b vulkan: Fix parameter name for GetSwapchainImagesKHR by Jon Ashburn · 9 years ago
  42. 450e463 wsi: Fix windows build issues by Mark Lobodzinski · 9 years ago
  43. 308d779 layers: Fix build issue and fence warnings in ObjectTracker by Mark Lobodzinski · 9 years ago
  44. 2a1ec50 layers: add DestroySurfaceKHR to instance dispatch table by Jon Ashburn · 9 years ago
  45. 9380b67 misc: Add DestroySurfaceKHR to the codegen WSI surface extension by Jon Ashburn · 9 years ago
  46. 5cc78bf WSI-ICD: Fix Windows compilation error. by Ian Elliott · 9 years ago
  47. a798c78 TEMPORARY: TURN OFF COMPILATION OF TRACE/REPLAY ... DON'T KEEP THIS! by Ian Elliott · 9 years ago
  48. cffee7f object_track: Remove some obsolete code by Ian Elliott · 9 years ago
  49. db4300a loader: Address Jon Ashburn's review comments. by Ian Elliott · 9 years ago
  50. 27d39c7 swapchain: Can build after major updates for new WSI (works?) by Ian Elliott · 9 years ago
  51. 0584606 layers: Convert most of the layers to the new WSI. by Ian Elliott · 9 years ago
  52. 934d0d5 loader: Add WSI "device" trampoline funcs (e.g. vkCreateSwapchainKHR). by Ian Elliott · 9 years ago
  53. 486c550 loader: Add new vkGetPhysicalDeviceSurface*KHR() functions. by Ian Elliott · 9 years ago
  54. 2c05e22 loader: Wrote vk{Create|Destroy}*SurfaceKHR() trampoline functions. by Ian Elliott · 9 years ago
  55. 83e6aa9 loader: Export the trampoline code for vkGetPhysicalDeviceSurfaceSupportKHR by Ian Elliott · 9 years ago
  56. c2e9aee loader: Create defaults for which platforms WSI is supported on. by Ian Elliott · 9 years ago
  57. af7d636 loader: Started plumbing the platform extensions. by Ian Elliott · 9 years ago
  58. 954fa34 loader: Started porting loader to new WSI (GIPA missing). by Ian Elliott · 9 years ago
  59. c11750d tests: Started converting test code to use the new WSI. by Ian Elliott · 9 years ago
  60. 33ed848 loader: Get loader compiling. by Ian Elliott · 9 years ago
  61. ba04233 WSI: Eliminate a lot of references to WSI header files. by Ian Elliott · 9 years ago
  62. 4d52054 WSI-ICD: Created per-platform structs for platform-specific info. by Ian Elliott · 9 years ago
  63. 4825a87 WSI-debug_report: Add VK_OBJECT_TYPE_SURFACE_KHR by Ian Elliott · 9 years ago
  64. f328470 vulkan.py: Changes in previous WSI functions. by Ian Elliott · 9 years ago
  65. af5c595 loader: Hand-edits by Ian Elliott · 9 years ago
  66. 1dcd109 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  67. b6d294c WSI: Remove old WSI headers (content now in "vulkan.h"). by Ian Elliott · 9 years ago
  68. 3a2d1e4 WSI: Add WSI content to "vulkan.h" and "vk_platform.h". by Ian Elliott · 9 years ago
  69. 475a218 layers: LX195, Drawstate ignores compute pipelines by Mark Lobodzinski · 9 years ago
  70. 186c493 layers: Update README file for new SDK releases by Mark Lobodzinski · 9 years ago
  71. 9622f4c layers/SC: Fix location counting for stages which take arrayed input. by Chris Forbes · 9 years ago
  72. df3f205 layers: Fix path for vulkan header. by Jeremy Hayes · 9 years ago
  73. c726be0 layers/SC: LX187: compute size of array and matrix types by Chris Forbes · 9 years ago
  74. 42dc8ff layers/SC: consider types larger than vec4 when collecting interfaces by Chris Forbes · 9 years ago
  75. 2682b24 tests: Add a test for matrix vertex attrib types with ShaderChecker by Chris Forbes · 9 years ago
  76. fadafb2 layers/SC: fix a bogus leftover comment in descriptor validation by Chris Forbes · 9 years ago
  77. a98018e layers: Use spirv.hpp from colocated glslang tree by Chris Forbes · 9 years ago
  78. 29ce91a tests: remove comment about FS broadcast rules by Chris Forbes · 9 years ago
  79. a8ae99d layers/SC: Delete disabled FS broadcast checking code by Chris Forbes · 9 years ago
  80. dcbb553 tests: Fix android build by Michael Lentine · 9 years ago
  81. 55a913f Update param checker. by Michael Lentine · 9 years ago
  82. a25a634 layers: Remove mem/object deletion ordering by Michael Lentine · 9 years ago
  83. 97eb746 Update access bits for 210 header. by Michael Lentine · 9 years ago
  84. 59300ec tests: Fix layer names in layer validation tests by Jon Ashburn · 9 years ago
  85. abd0772 Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  86. e9db926 layers: port ShaderChecker layer to SPIR-V 1.0 by GregF · 9 years ago
  87. 1a26868 icd compiler, glslang: move to SPV 1.0 by GregF · 9 years ago
  88. 6dfa279 layers: Add link to example vk_layer_settings.txt by Cody Northrop · 9 years ago
  89. d21bbff layers: Fix image layer issue validating aspectMasks by Mark Lobodzinski · 9 years ago
  90. b347418 Revert "icd compiler, glslang: move to SPV 1.0" by Jon Ashburn · 9 years ago
  91. fc6aa76 Fix build in master by Michael Lentine · 9 years ago
  92. 0dce80e layers: MemTracker cleanup, remove redundant object-tracker type checks by Mark Lobodzinski · 9 years ago
  93. f3726a9 icd compiler, glslang: move to SPV 1.0 by GregF · 9 years ago
  94. 83ab341 tests: Make some of the validation tests work on android by Michael Lentine · 9 years ago
  95. b8df78c layers: Fix thread-safety issues found in rendersystemtests by Mark Lobodzinski · 9 years ago
  96. 781a7ae loader: Don't use ICD's VkDevice after it has been destroyed by Jon Ashburn · 9 years ago
  97. 73a37ec layers: Temporarily disable memory barrier validation in drawstate by Mark Lobodzinski · 9 years ago
  98. d5a2382 layers: LX196, validate createImage paramters against format limits by Mark Lobodzinski · 9 years ago
  99. a48ecc5 layers: Add null-check in MemTracker to prevent layer crash by Mark Lobodzinski · 9 years ago
  100. 4272e9b layers: Additional MapMemory validation checks in MemTracker by Mark Lobodzinski · 9 years ago