1. f37926f loader: On Windows disable global optimization for API entrypoints by Tobin Ehlis · 9 years ago
  2. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  3. 102fd57 Windows: Fix build from recent loader changes by Jon Ashburn · 9 years ago
  4. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  5. b0fbe91 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  6. d55a394 loader: No longer generate code, instead directly check in source code by Jon Ashburn · 9 years ago
  7. 1de3940 loader: logging on Windows to both debug output and stderr by Jon Ashburn · 9 years ago
  8. 82974f4 loader: Fix bugs where non-dispatchable objects overwrite dispatch table by Jon Ashburn · 9 years ago
  9. 657fb57 loader: Fix bug in vkGetProcAddr so trampoline code is returned as needed by Jon Ashburn · 9 years ago
  10. 1dd0a5c loader: Separate out the python generator script by Jon Ashburn · 9 years ago
  11. 1ed042c loader: rename a few dispatch utilties by Jon Ashburn · 9 years ago
  12. f851ddf loader: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  13. 3a11c8e loader: Terminate chain of GetProcAddr() in driver if gpu obj is base by Jon Ashburn · 9 years ago
  14. ae053e9 loader: Fix bug on layer name prefix string length by Jon Ashburn · 9 years ago
  15. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  16. f20f87b misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  17. 5e41f1d loader: Make sure max layer count is set properly by Courtney Goeltzenleuchter · 9 years ago
  18. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  19. fc15ff8 vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 9 years ago
  20. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  21. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  22. 04ac7ff loader: add a missing VKAPI by Chia-I Wu · 9 years ago
  23. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  24. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  25. 4006664 loader: Only check magic value from Icd on debug builds. by Jon Ashburn · 9 years ago
  26. e19c915 Win: Some compilation/link fixes. by Ian Elliott · 9 years ago
  27. 19c2502 loader: Add support for loading layers that support a group by Jon Ashburn · 9 years ago
  28. fc2e38c loader: Add check for invalid enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  29. 3d526cb loader: Fix GetProcAddr to return proper function pointers for app by Jon Ashburn · 9 years ago
  30. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  31. 4d9f465 layers: Remove wrapping of GPU objects by loader and layers by Jon Ashburn · 9 years ago
  32. b67bf3b loader: Don't have GetExtensionSupport as loader special case code by Jon Ashburn · 9 years ago
  33. ecceaad loader: Activate layers at EnumerateGpus instead of CreateDevice by Jon Ashburn · 9 years ago
  34. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  35. 340d666 loader: Store the enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  36. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  37. 06ebd75 Win: Fix typo and incorrect strlen for finding/loading ICDs. by Ian Elliott · 9 years ago
  38. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  39. f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago
  40. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  41. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  42. 499b3ba loader: Merge extensions and layers by Courtney Goeltzenleuchter · 9 years ago
  43. bb51025 loader: Fix Dbg entrypoints with instance param to not loop all instances by Jon Ashburn · 9 years ago
  44. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  45. 8d095ff loader: Fix prefix used to find layer library. by Courtney Goeltzenleuchter · 9 years ago
  46. 5291c76 xgl-generate.py: add and use helpers from loader.h by Chia-I Wu · 9 years ago
  47. 0a6644b xgl-generate.py: add WinDefFileSubcommand by Chia-I Wu · 9 years ago
  48. 2de26bc Fix NULL-pointer dereference if can't find registry entry. by Ian Elliott · 9 years ago
  49. 5aa4ea2 New loader_get_registry_value() function reads 32/64 registry ... by Ian Elliott · 9 years ago
  50. 1a97d6c win: Make build able to find python3 on Windows and Linux by Jon Ashburn · 9 years ago
  51. 19bf487 Revert "misc: Explicitly run python for generated code" by Jon Ashburn · 9 years ago
  52. 045b54f misc: Explicitly run python for generated code by Jon Ashburn · 9 years ago
  53. 188f820 Get the trace player to work with Windows by Piers Daniell · 9 years ago
  54. 4da523a Update tri and cube with stage by Piers Daniell · 9 years ago
  55. c0e8601 loader: Fix merge of layer names from env and CreateDevice by Jon Ashburn · 9 years ago
  56. 55dbc5b loader: initialize result for xglCreateInstance(). by Ian Elliott · 9 years ago
  57. 6a21834 loader: do not set RTLD_DEEPBIND by Chia-I Wu · 9 years ago
  58. 66b72f9 loader: Correct layer path lookup name by Courtney Goeltzenleuchter · 9 years ago
  59. 4470a30 loader: Windows now uses registry + env's (diff names) by Ian Elliott · 9 years ago
  60. 5350930 Win: Build Glave replay on Windows (REQUIRES NEW CMAKE COMMAND). by David Pinedo · 10 years ago
  61. 89ba928 loader: Enable env extensions as well as app. by Courtney Goeltzenleuchter · 9 years ago
  62. 42258e0 loader: Change sample code to not include a pointer. by Ian Elliott · 9 years ago
  63. 3672c78 loader: Fix and enhance README.md. by Ian Elliott · 9 years ago
  64. 4204584 Eliminate "-Wsign-compare" warnings on Linux ... by Ian Elliott · 9 years ago
  65. 661dc37 Enable additional Linux warnings, for loader/layers/demos. by Ian Elliott · 9 years ago
  66. 655cad7 Win: Attempt to keep from using Linux functions. by Ian Elliott · 10 years ago
  67. e536946 Linux: Add back the "C99" comment within "loader_platform.h" by Ian Elliott · 10 years ago
  68. 64ca923 icd: add loader magic word to verify ICD is compatible by Courtney Goeltzenleuchter · 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. 50a561c loader: Update README.md to instancing API and C++ ICDs by Jon Ashburn · 10 years ago
  72. aec3b8e Win: Build both STATIC (.lib) and SHARED (.dll) loader libraries. by Ian Elliott · 10 years ago
  73. 92b336a Win: Allow the demos "tri" and "xglinfo" to build on Windows. by Ian Elliott · 10 years ago
  74. eb45076 Fix unitialized value in xglCreateInstance(). by Ian Elliott · 10 years ago
  75. 92c80d7 Win: Eliminate VS2013 miscellaneous additional compiler warnings. by Ian Elliott · 10 years ago
  76. 1962880 Win: Eliminate VS2013 compiler warnings for "loader.c" ... by Ian Elliott · 10 years ago
  77. 457810e Win: Move some macros to "loader_platform.h" by Ian Elliott · 10 years ago
  78. 2d4ab1e Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago
  79. c5c4960 loader: Make sure loader instances get updated upon DestroyInstance() by Jon Ashburn · 10 years ago
  80. e5f98b9 instance: Remove xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  81. 98bd454 loader: Add loops for multiple instances on global debug calls by Jon Ashburn · 10 years ago
  82. 8d66a05 demos: Convert to using Instancing API rather than xglInitAndEnumerateGpus() by Jon Ashburn · 10 years ago
  83. 4688839 loader: Finish implement CreateInstance and DestroyInstance by Jon Ashburn · 10 years ago
  84. 4c392fb loader: Implement EnumerateGpus() by Jon Ashburn · 10 years ago
  85. 46d1f58 loader: Place icds into the instance, scan icds prior to instance create by Jon Ashburn · 10 years ago
  86. 1beab2d instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus(). by Jon Ashburn · 10 years ago
  87. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  88. b0a2cc9 xgl: fix constness of pointers by Chia-I Wu · 10 years ago
  89. 874523e icd: Link ICD with -Bsymbolic by GregF · 10 years ago
  90. 2ae0226 loader: Fix infinite loop on layer library scan if dlopen fails by Jon Ashburn · 10 years ago
  91. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  92. 61e10b6 loader: Include layers specified in environment by Courtney Goeltzenleuchter · 10 years ago
  93. c1f8639 loader: Fix some typos and formatting by Courtney Goeltzenleuchter · 10 years ago
  94. f46b81a loader: use generated dispatch table ops by Chia-I Wu · 10 years ago
  95. b3d5e19 xgl-generate.py: rename LoaderSubcommand by Chia-I Wu · 10 years ago
  96. bd7d192 loader: add README.md by Jon Ashburn · 10 years ago
  97. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  98. 27a24af loader: Make sure msg callbacks get registered if added before initAndEnumGpu by Jon Ashburn · 10 years ago
  99. e05c8c6 loader: handle inserting dispatch table pointer into all created objects by Jon Ashburn · 10 years ago
  100. a66265b loader: Fix missing terminator on string by Courtney Goeltzenleuchter · 10 years ago