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