1. 3c68429 header: Update to Vulkan version 1.0.37 by Mark Lobodzinski · 7 years ago
  2. e236ae4 loader: gh888 Add KHR/EXT extensions in vulkan.h by Mark Young · 8 years ago
  3. 44029eb layers: Update dispatch tables for new 1.0.25 APIs by Mark Lobodzinski · 8 years ago
  4. ea73e13 layers: Move debug action enums from vk_layer.h by Mark Lobodzinski · 8 years ago
  5. 52a063d layers: Add default layer error message config by Mark Lobodzinski · 8 years ago
  6. 43c2017 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  7. 697fe6b layers: Update typo in comment by ttyio · 8 years ago
  8. 7424dfb Update vk_layer.h by Vinjn Zhang · 8 years ago
  9. 4e7a952 loader: Add device callback to set dispatchable object by Jon Ashburn · 8 years ago
  10. f54813d loader: Remove the device_info in the layer chain structure by Jon Ashburn · 8 years ago
  11. c51485f loader: Add instance callback to set dispatchable objects by Jon Ashburn · 8 years ago
  12. 4e58a0e loader: Remove the instance_info in the layer chain structure by Jon Ashburn · 8 years ago
  13. ca104ab loader: gllvl #50, Add support for the WSI extension KHR_display by Jon Ashburn · 8 years ago
  14. 6b485f1 misc: Remove lunarg_debug_marker extension by Jon Ashburn · 8 years ago
  15. ca61932 header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 8 years ago
  16. 096f4e1 include: Use single-quote no paths when including sibling headers by Karl Schultz · 8 years ago
  17. 0eefd14 Remove Khronos confidential clause from license text. by Karl Schultz · 8 years ago
  18. e9e45c6 include: Update copyright and apply clang-format (no logic changes) by Karl Schultz · 8 years ago
  19. 8fcaf5f layers: Remove obsolete VkbaseLayerObject by Jon Ashburn · 8 years ago
  20. e77fdad loader: Remove CreateInstance and CreateDevice by Courtney Goeltzenleuchter · 8 years ago
  21. 1d081fd loader: implement new layer init method by Courtney Goeltzenleuchter · 8 years ago
  22. b5c860c loader: Add structures to support new init method by Courtney Goeltzenleuchter · 8 years ago
  23. 8bbfe41 debug_report: MR141, Change pUserData to match type used elsewhere by Courtney Goeltzenleuchter · 8 years ago
  24. ec1d0b2 debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 8 years ago
  25. 39033a8 debug_report: rename vk_lunarg_debug_report.h by Courtney Goeltzenleuchter · 8 years ago
  26. 05936a9 debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  27. 3ca6b12 debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  28. 691cf5a debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  29. d7f76a8 wsi: Make WSI cases more consistent, fail if not set correctly by Mark Lobodzinski · 8 years ago
  30. 05db2f0 android: Update build to define android platform at build time by Michael Lentine · 8 years ago
  31. 810530e android: Fix android build. by Michael Lentine · 9 years ago
  32. cde1261 wsi: Moved definition of CreateXxxSurface extension to CMakefile by Mark Lobodzinski · 9 years ago
  33. 89145b9 loader: Add vkGetPhysicalDevice*PresentationSupportKHR() by Ian Elliott · 9 years ago
  34. 74f0815 layers: add DestroySurfaceKHR to instance dispatch table by Jon Ashburn · 9 years ago
  35. 3dddf2d loader: Address Jon Ashburn's review comments. by Ian Elliott · 9 years ago
  36. 70c8d1b loader: Get loader compiling. by Ian Elliott · 9 years ago
  37. 03cdd37 WSI: Eliminate a lot of references to WSI header files. by Ian Elliott · 9 years ago
  38. 9f49f3c Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  39. dc8a870 loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  40. 8038962 Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  41. 09e2a11 macOS: Add macOS support by Karl Schultz · 6 years ago
  42. 8dc4305 headers: Fix a typo in vk_icd.h by Lenny Komow · 7 years ago
  43. c253f7b loader: Add validation for apiVersion by Mark Young · 7 years ago
  44. 1e7d756 headers: Add missing include to vk_icd.h by Yamakaky · 7 years ago
  45. ebab9a4 loader: Update the loader to 1.0.39 by Mark Young · 7 years ago
  46. 8e34d8d android: Add Android and C++ support to a couple files by Cody Northrop · 8 years ago
  47. 04f11cd loader: Fixes for ICD vk{Create|Destroy}SurfaceKHR by Piers Daniell · 8 years ago
  48. d30f8ca loader: gh181 use ICD for SurfaceKHR by Mark Young · 8 years ago
  49. 7014497 headers: GH7, Fix bad variable names in vk_icd.h by Mark Lobodzinski · 8 years ago
  50. 063be2d loader: ghlvl#180 Support a ICD interface version negotiation by Jon Ashburn · 8 years ago
  51. e32b089 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  52. 087d0a8 loader: gllvl #50, Add support for the WSI extension KHR_display by Jon Ashburn · 8 years ago
  53. 1537118 Remove Khronos confidential clause from license text. by Karl Schultz · 8 years ago
  54. cf68363 include: Update copyright and apply clang-format (no logic changes) by Karl Schultz · 8 years ago
  55. efb5817 icd: Remove unused reference to vk_sdk_platform.h by Courtney Goeltzenleuchter · 8 years ago
  56. 2875d6e misc: remove unneeded stdint.h and stdbool.h by Courtney Goeltzenleuchter · 9 years ago
  57. 95bd345 WSI-ICD: Fix Windows compilation error. by Ian Elliott · 9 years ago
  58. 56f54c8 WSI-ICD: Created per-platform structs for platform-specific info. by Ian Elliott · 9 years ago
  59. 184c3c0 Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  60. e9f3597 Initial commit by Khronos Group Webmaster · 6 years ago