1. 0ad8313 loader: GH370 - re-enable allocator usage by Mark Young · 8 years ago
  2. d077f99 Revert "loader: GH370 - re-enable allocator usage" by Mark Young · 8 years ago
  3. 4b0b922 loader: GH370 - re-enable allocator usage by Mark Young · 8 years ago
  4. 2769995 Revert "loader: GH370 - re-enable allocator usage" by Chris Forbes · 8 years ago
  5. e6aeb03 loader: GH370 - re-enable allocator usage by Mark Young · 8 years ago
  6. b2dfb55 loader: Increase error message length by Tobin Ehlis · 8 years ago
  7. 00c3c91 loader: Add compile-time option for layer search paths. by Jamie Madill · 8 years ago
  8. 2fcbd15 Revert "loader: Remove the default directory paths for ICDs and layers" by Jamie Madill · 8 years ago
  9. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  10. 9e4a953 loader: Remove the default directory paths for ICDs and layers by Jon Ashburn · 8 years ago
  11. 50adc92 loader: `Remove the ICD and Layers search path for Windows by Piers Daniell · 8 years ago
  12. 8365786 loader: Fix windows build from last loader checkin by Jon Ashburn · 8 years ago
  13. b682221 loader: Add a ICD and layer search path for loader to discover JSON files by Jon Ashburn · 8 years ago
  14. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  15. 23d36b1 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 9 years ago
  16. 38a497f loader: Convert getenv on Windows to use GetEnvironmentVariable by Jon Ashburn · 9 years ago
  17. 075ce43 loader: Add support for implicit layers by Jon Ashburn · 9 years ago
  18. b49b6e5 wsi: Various fixes and Windows build issues by Mark Lobodzinski · 9 years ago
  19. 450e463 wsi: Fix windows build issues by Mark Lobodzinski · 9 years ago
  20. fc1031e loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  21. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  22. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  23. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  24. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  25. 890adf1 layers: Windows define fixes by Tobin Ehlis · 9 years ago
  26. 547bbee loader: Move utility function so it is found on both Linux and Windows by jon · 9 years ago
  27. 6e62684 loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on Linux by Daniel Dadap · 9 years ago
  28. 00b4aba loader: add helper for combining paths by Daniel Dadap · 9 years ago
  29. 3f8c300 loader: Clean up loader_platform file by Jon Ashburn · 9 years ago
  30. 9c1e8cb loader: Remove unneeded defines by Courtney Goeltzenleuchter · 9 years ago
  31. 22d8d79 loader: Use correct 64bit printf format for Windows by Courtney Goeltzenleuchter · 9 years ago
  32. 8f3459c loader, icd: correct use of _aligned_malloc by Mike Stroyan · 9 years ago
  33. fa395a9 misc: Move snprintf define to vk_sdk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  34. 695f2c2 Make layers build on android. by Michael Lentine · 9 years ago
  35. 87d6aa9 loader: make thirdparty code use allocation callbacks by Jon Ashburn · 9 years ago
  36. da6c23c headers: Add vk_sdk_platform.h for Win/Linux differences by Mark Lobodzinski · 9 years ago
  37. 1b95822 loader: Change layer manifest file location env var to VK_LAYER_PATH by Jon Ashburn · 9 years ago
  38. 34c500b Further layer search path fix: s/implicit/explict by James Jones · 9 years ago
  39. 09a436f Fix loader paths for "etc" directories. by James Jones · 9 years ago
  40. c28b0a1 linux: Fix standard GNU path usage by James Jones · 9 years ago
  41. 3869f41 linux: Use standard GNU install paths by Adam Jackson · 9 years ago
  42. bb23456 loader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS to match documentation by Jon Ashburn · 9 years ago
  43. 3230e72 loader: Fix ICD and layer directory scan order on Linux by Adam Jackson · 9 years ago
  44. 5e1f63d loader: Fix bug where layer default system path string needed to be copied by Jon Ashburn · 9 years ago
  45. 33fa041 loader: Build fixes for Windows by Cody Northrop · 9 years ago
  46. 1531517 loader: Handle relative and filename paths in the layer manifest files by Jon Ashburn · 9 years ago
  47. 2d0c4bb loader: Use layer manifest files to discovery and query layers by Jon Ashburn · 9 years ago
  48. 7f5aafc loader: Save app allocation callbacks by Courtney Goeltzenleuchter · 9 years ago
  49. eb6d568 loader: Split the instance and device layer enablement env vars into 2 by Jon Ashburn · 9 years ago
  50. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago[Renamed from loader/loader_platform.h]
  51. a01c13a loader: Use _alloca instead of alloca on Windows by David Pinedo · 9 years ago
  52. ffad94d loader: Support gettting JSON ICD manifest files from registry by Jon Ashburn · 9 years ago
  53. 2077e38 loader: Add parsing of JSON file to find location of ICD libraries by Jon Ashburn · 9 years ago
  54. 1d825c7 Windows: Fix build issues on Windows by Tony Barbour · 9 years ago
  55. 27cd584 loader: Activate layers on the instance chain at CreateInstance by Jon Ashburn · 9 years ago
  56. 713b1b0 Loader: search also through SysWow64 folder on windows by scygan · 9 years ago
  57. c3d9833 Add win32 condition variables. by Mike Stroyan · 9 years ago
  58. ed238bb layers: Make threading layer provide thread-safety by Mike Stroyan · 9 years ago
  59. ae053e9 loader: Fix bug on layer name prefix string length by Jon Ashburn · 9 years ago
  60. 06ebd75 Win: Fix typo and incorrect strlen for finding/loading ICDs. by Ian Elliott · 9 years ago
  61. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  62. 5aa4ea2 New loader_get_registry_value() function reads 32/64 registry ... by Ian Elliott · 9 years ago
  63. 188f820 Get the trace player to work with Windows by Piers Daniell · 9 years ago
  64. 4da523a Update tri and cube with stage by Piers Daniell · 9 years ago
  65. 6a21834 loader: do not set RTLD_DEEPBIND by Chia-I Wu · 9 years ago
  66. 4470a30 loader: Windows now uses registry + env's (diff names) by Ian Elliott · 9 years ago
  67. 655cad7 Win: Attempt to keep from using Linux functions. by Ian Elliott · 10 years ago
  68. e536946 Linux: Add back the "C99" comment within "loader_platform.h" by Ian Elliott · 10 years ago
  69. f1a3ae7 Win/icd: Move STATIC_INLINE macro, and use for magic funcs. by Ian Elliott · 10 years ago
  70. b049785 layers: Fixes for Windows build by Tobin Ehlis · 10 years ago
  71. 1962880 Win: Eliminate VS2013 compiler warnings for "loader.c" ... by Ian Elliott · 10 years ago
  72. 457810e Win: Move some macros to "loader_platform.h" by Ian Elliott · 10 years ago
  73. 2d4ab1e Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago