1. 014438f loader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDevice by Jon Ashburn · 8 years ago
  2. dc5d920 loader: refactor EnumerateDevice*Properties terminate/trampoline code by Jon Ashburn · 8 years ago
  3. 59816c7 loader: GH PR17, Add windows support for new displayserver types by Mark Lobodzinski · 8 years ago
  4. 4f36496 cmake: GH PR17, Add WSI options to loader codegen script by Mun, Gwan-gyeong · 8 years ago
  5. 0a88f4c loader: GH PR17, Fix typo in comment by Mun, Gwan-gyeong · 8 years ago
  6. 1530c34 loader: Better delineate trampoline and terminator functions by Jon Ashburn · 8 years ago
  7. 2558bd3 loader: Fix MSVS warnings by Karl Schultz · 8 years ago
  8. 7f00ca8 loader: Update doc to add the Linux search path by Jon Ashburn · 8 years ago
  9. f6abc20 loader: Add example code by Courtney Goeltzenleuchter · 8 years ago
  10. 84a75ce loader: doc cleanup by Courtney Goeltzenleuchter · 8 years ago
  11. 7221a5a loader: doc cleanup by Courtney Goeltzenleuchter · 8 years ago
  12. f161987 loader: Fix typos, spelling, grammar in loader interface doc by Jeff Juliano · 8 years ago
  13. a5ebe8a loader: Fix Wayland support by Jason Ekstrand · 8 years ago
  14. 888c050 loader: Fix standard_validation enumeration on instance chain by Jon Ashburn · 8 years ago
  15. 4b8e87d loader: Fix threading layer name in loader standard_threading by Jon Ashburn · 8 years ago
  16. 67e262e loader: Environment variable override got broken with recent change by Jon Ashburn · 8 years ago
  17. 8365786 loader: Fix windows build from last loader checkin by Jon Ashburn · 8 years ago
  18. b682221 loader: Add a ICD and layer search path for loader to discover JSON files by Jon Ashburn · 8 years ago
  19. bb7e35b loader:Force Cmake to build dev_ext_trampoline.c always relase mode by Jon Ashburn · 8 years ago
  20. 1c385f2 loader: Add better checks for malformed disable_environment in layer JSON file by Jon Ashburn · 8 years ago
  21. c250556 loader: move doc png file to loader current directory for use of same file in SDK by Jon Ashburn · 8 years ago
  22. 26ed3f3 loader: more doc updates by Jon Ashburn · 8 years ago
  23. fe630fb loader: Add more info in layer interface doc, the layer section by Jon Ashburn · 8 years ago
  24. 42c4cdb loader: Doc review comments by Courtney Goeltzenleuchter · 8 years ago
  25. ab3a466 loader: Add images to interface Doc by Courtney Goeltzenleuchter · 8 years ago
  26. a147376 loader: Add line breaks to interface doc by Courtney Goeltzenleuchter · 8 years ago
  27. bfe1147 loader: change so LoaderAndLayerInterface document is the sole document by Jon Ashburn · 8 years ago
  28. 6256fce loader: check for null pointers in loader_add_layer_property_meta by David Pinedo · 8 years ago
  29. 2e37d75 loader: For dev ext trampoline error code, add error logging by Jon Ashburn · 8 years ago
  30. 7148344 loader: add support for standard_validation layer enabled from env var by Jon Ashburn · 8 years ago
  31. 86a527a loader: Add feature standard-validation layer from application by Jon Ashburn · 8 years ago
  32. cc300a2 loader: Update the interface document Mostly formatting and typos. by Jon Ashburn · 8 years ago
  33. f2b4e38 loader: rerun clang-format on some files by Jon Ashburn · 8 years ago
  34. 36b4de2 layers/loader: Fix string validation error by Mark Lobodzinski · 8 years ago
  35. 510e20d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 8 years ago
  36. af73069 More api version bumps by Tony Barbour · 8 years ago
  37. cd48951 layers: Update api version to 1.0.3 in json files by Tony Barbour · 8 years ago
  38. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 8 years ago
  39. c1cf6a8 loader: Change error to warning for missing layer registry key by Jon Ashburn · 8 years ago
  40. c297268 loader: add Architecture and interface document by Jon Ashburn · 8 years ago
  41. 2264144 linux: use linux naming conventions by Jeremy Hayes · 8 years ago
  42. e9f09ef loader: Null-terminated string checks by Mark Lobodzinski · 8 years ago
  43. 89f8f36 loader: MR215 device extensions not enumerated by Courtney Goeltzenleuchter · 8 years ago
  44. d7b18f9 loader: filter device extensions in the terminator instead of trampoline by Jon Ashburn · 8 years ago
  45. b168b1a loader: GL120, move critical section to cover loader_get_icd_and_device by Andrzej Kotlowski · 8 years ago
  46. 6e0a213 loader: Fix bug on pass by value for created_instance by Jon Ashburn · 8 years ago
  47. 23d36b1 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 8 years ago
  48. 2f057e8 loader: Fix 32-bit loader exception when layers enabled for Vulkan apps. by Mark Young · 8 years ago
  49. ccd00a6 loader: Fix createInstance to pass pAllocator down by Jon Ashburn · 8 years ago
  50. 0547709 loader: Don't have createInstance terminator code write the instance object by Jon Ashburn · 8 years ago
  51. f9af1d3 loader: Disable using CreateInstance allocation callbacks by Jon Ashburn · 8 years ago
  52. 93ecb1d Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  53. bd3fde3 Make cJSON case-sensitive by Antoine Labour · 8 years ago
  54. b69cd59 debug_report: Integrate review feedback by Courtney Goeltzenleuchter · 8 years ago
  55. 373c180 vktrace: Get partially working again with the new loader/layer interface by Jon Ashburn · 8 years ago
  56. 524b7e3 loader: remove resolved TODOs by Courtney Goeltzenleuchter · 9 years ago
  57. 14f19b6 loader: Remove CreateInstance and CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  58. 02f8df7 loader: Use ICD's GetInstanceProcAddr by Courtney Goeltzenleuchter · 8 years ago
  59. b39ccd5 loader: Add util to strip loader extensions by Courtney Goeltzenleuchter · 8 years ago
  60. 00150eb loader: implement new layer init method by Courtney Goeltzenleuchter · 9 years ago
  61. 23cc913 debug_report: MR141, Change pUserData to match type used elsewhere by Courtney Goeltzenleuchter · 8 years ago
  62. e5b9bba loader: Return the loader created instance rather than from the instance chain by Jon Ashburn · 8 years ago
  63. b2b16fe laoder: Fix phys_dev to use unwrapped version in loader_CreateDevice by Jon Ashburn · 8 years ago
  64. e46cf7c loader: Fix bad memory ref and CreateInstance fail don't write ouptut by Jon Ashburn · 9 years ago
  65. fd2f788 Change api_version to 1.0.1 in json files by Tony Barbour · 9 years ago
  66. 471f44c loader: Add support for implicit layer device extensions enumeration by Jon Ashburn · 9 years ago
  67. 725930d loader: Fix so unwrapped instance gets used for layer instance extension dispatch by Jon Ashburn · 9 years ago
  68. ce816b6 header: move to version 1.0.1 by Jon Ashburn · 9 years ago
  69. 5f55660 loader: Fix so unwrapped instance gets used for layer instance extension dispatch by Jon Ashburn · 9 years ago
  70. 0b552b3 loader: update linux version to 1. by Jeremy Hayes · 9 years ago
  71. 8ceb1f1 loader: Update README.md for ICD<->loader interface by Jon Ashburn · 9 years ago
  72. 69a5f7a loader: Fix old ICD interface to not use vkGetInstanceProcAddr(NULL,) by Jon Ashburn · 9 years ago
  73. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  74. 6a118ae misc: make sure host memory alignment is a power of two by Jon Ashburn · 9 years ago
  75. fd4d09d loader: Find ICD entrypoints via vk_icdGetInstanceProcAddr first in ICD library by Jon Ashburn · 9 years ago
  76. 38a497f loader: Convert getenv on Windows to use GetEnvironmentVariable by Jon Ashburn · 9 years ago
  77. 9ef0983 loader: MR111, Fix memleaks by BogDan Vatra · 9 years ago
  78. 19d3bf1 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  79. 6e7e600 loader: Version 217 WSI changes. by Ian Elliott · 9 years ago
  80. b1a03e0 loader: Don't override VK_LAYER_PATH for implicit layers by Jon Ashburn · 9 years ago
  81. 0704af9 loader: Fix typo in CreateDevice so ICDs see filtered device extension list by Jon Ashburn · 9 years ago
  82. 36eeb74 loader: Properly filter ICD extensions by Courtney Goeltzenleuchter · 9 years ago
  83. b901a05 Bug 15314: Make clear for layers that the registry value must be 0. by Ian Elliott · 9 years ago
  84. 075ce43 loader: Add support for implicit layers by Jon Ashburn · 9 years ago
  85. 6766ae9 loader: Fix erroneous call to loader_log previously added by Jon Ashburn · 9 years ago
  86. b1c0563 loader: Fix compile error from rebase by Jon Ashburn · 9 years ago
  87. bdde0b2 loader: Fix comment leader on def files by Courtney Goeltzenleuchter · 9 years ago
  88. 0ef13a0 loader: fix mismatch size warning by Courtney Goeltzenleuchter · 9 years ago
  89. 80bfd0e loader: correct compiler warning by Courtney Goeltzenleuchter · 9 years ago
  90. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  91. 54ce81a loader: save memory pointer before it's lost by Courtney Goeltzenleuchter · 9 years ago
  92. 7347739 loader: Enable callbacks from loader_log by Courtney Goeltzenleuchter · 9 years ago
  93. 45cde5d loader: use callbacks from CreateInstance by Courtney Goeltzenleuchter · 9 years ago
  94. 8288727 loader: utils for managing debug report events by Courtney Goeltzenleuchter · 9 years ago
  95. f821dad misc: Update copyright statements by Courtney Goeltzenleuchter · 9 years ago
  96. f538ef7 loader: Adjust internal naming to match API naming by Courtney Goeltzenleuchter · 9 years ago
  97. d3c5d27 loader: debug_report terminator functions use cast to get loader instance by Jon Ashburn · 9 years ago
  98. 822e8d7 debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  99. 5ffb1d9 debug_report: make destroy have void return value by Courtney Goeltzenleuchter · 9 years ago
  100. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago