1. b1e6b56 loader: Remove the default directory paths for ICDs and layers by Jon Ashburn · 8 years ago
  2. 6ca0c1a loader: `Remove the ICD and Layers search path for Windows by Piers Daniell · 8 years ago
  3. 6029943 loader: Fix windows build from last loader checkin by Jon Ashburn · 8 years ago
  4. a867ee4 loader: Add a ICD and layer search path for loader to discover JSON files by Jon Ashburn · 8 years ago
  5. 3cd96a2 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  6. 44aed66 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 9 years ago
  7. 5b25d9f loader: Convert getenv on Windows to use GetEnvironmentVariable by Jon Ashburn · 9 years ago
  8. d2c905c loader: Add support for implicit layers by Jon Ashburn · 9 years ago
  9. 6f92feb wsi: Various fixes and Windows build issues by Mark Lobodzinski · 9 years ago
  10. 051ae4b wsi: Fix windows build issues by Mark Lobodzinski · 9 years ago
  11. 429e19f loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  12. 329ca9e Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  13. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  14. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  15. 50c57ef misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  16. c8d7593 layers: Windows define fixes by Tobin Ehlis · 9 years ago
  17. 5fb79fa loader: Move utility function so it is found on both Linux and Windows by jon · 9 years ago
  18. 7bb2c23 loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on Linux by Daniel Dadap · 9 years ago
  19. 2e13fca loader: add helper for combining paths by Daniel Dadap · 9 years ago
  20. f6620c9 loader: Clean up loader_platform file by Jon Ashburn · 9 years ago
  21. b472644 loader: Remove unneeded defines by Courtney Goeltzenleuchter · 9 years ago
  22. b5738ca loader: Use correct 64bit printf format for Windows by Courtney Goeltzenleuchter · 9 years ago
  23. 5d1b3b3 loader, icd: correct use of _aligned_malloc by Mike Stroyan · 9 years ago
  24. c3f3742 misc: Move snprintf define to vk_sdk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  25. 9268944 Make layers build on android. by Michael Lentine · 9 years ago
  26. 413d658 loader: make thirdparty code use allocation callbacks by Jon Ashburn · 9 years ago
  27. eccbb37 headers: Add vk_sdk_platform.h for Win/Linux differences by Mark Lobodzinski · 9 years ago
  28. 68e2bef loader: Change layer manifest file location env var to VK_LAYER_PATH by Jon Ashburn · 9 years ago
  29. 3f73144 Further layer search path fix: s/implicit/explict by James Jones · 9 years ago
  30. fb6b3b3 Fix loader paths for "etc" directories. by James Jones · 9 years ago
  31. ac945bc linux: Fix standard GNU path usage by James Jones · 9 years ago
  32. 05487a2 linux: Use standard GNU install paths by Adam Jackson · 9 years ago
  33. cfcd613 loader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS to match documentation by Jon Ashburn · 9 years ago
  34. 333fe8e loader: Fix ICD and layer directory scan order on Linux by Adam Jackson · 9 years ago
  35. d9a9d1a loader: Fix bug where layer default system path string needed to be copied by Jon Ashburn · 9 years ago
  36. 62ac1c5 loader: Build fixes for Windows by Cody Northrop · 9 years ago
  37. 3814450 loader: Handle relative and filename paths in the layer manifest files by Jon Ashburn · 9 years ago
  38. 1b111de loader: Use layer manifest files to discovery and query layers by Jon Ashburn · 9 years ago
  39. b620ace loader: Save app allocation callbacks by Courtney Goeltzenleuchter · 9 years ago
  40. a2e6efe loader: Split the instance and device layer enablement env vars into 2 by Jon Ashburn · 9 years ago
  41. 7a51d90 loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago[Renamed from loader/loader_platform.h]
  42. 3053c67 loader: Use _alloca instead of alloca on Windows by David Pinedo · 9 years ago
  43. ee33ae7 loader: Support gettting JSON ICD manifest files from registry by Jon Ashburn · 9 years ago
  44. ffd5d67 loader: Add parsing of JSON file to find location of ICD libraries by Jon Ashburn · 9 years ago
  45. 6969851 Windows: Fix build issues on Windows by Tony Barbour · 9 years ago
  46. fce93d9 loader: Activate layers on the instance chain at CreateInstance by Jon Ashburn · 9 years ago
  47. 8420b4c Loader: search also through SysWow64 folder on windows by scygan · 9 years ago
  48. 33053d0 Add win32 condition variables. by Mike Stroyan · 9 years ago
  49. 354ed67 layers: Make threading layer provide thread-safety by Mike Stroyan · 9 years ago
  50. b67859d loader: Fix bug on layer name prefix string length by Jon Ashburn · 9 years ago
  51. 10ec962 Win: Fix typo and incorrect strlen for finding/loading ICDs. by Ian Elliott · 9 years ago
  52. 9cc421e Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  53. 7600513 New loader_get_registry_value() function reads 32/64 registry ... by Ian Elliott · 9 years ago
  54. e2bca48 Get the trace player to work with Windows by Piers Daniell · 9 years ago
  55. 886be47 Update tri and cube with stage by Piers Daniell · 9 years ago
  56. 7397c43 loader: do not set RTLD_DEEPBIND by Chia-I Wu · 9 years ago
  57. 225188f loader: Windows now uses registry + env's (diff names) by Ian Elliott · 9 years ago
  58. 20f0687 Win: Attempt to keep from using Linux functions. by Ian Elliott · 9 years ago
  59. ecb60ec Linux: Add back the "C99" comment within "loader_platform.h" by Ian Elliott · 9 years ago
  60. b8ee227 Win/icd: Move STATIC_INLINE macro, and use for magic funcs. by Ian Elliott · 9 years ago
  61. bf0146e layers: Fixes for Windows build by Tobin Ehlis · 9 years ago
  62. 64f74a8 Win: Eliminate VS2013 compiler warnings for "loader.c" ... by Ian Elliott · 10 years ago
  63. 665c563 Win: Move some macros to "loader_platform.h" by Ian Elliott · 10 years ago
  64. 81ac44c Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago