1. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  2. 8fd0825 loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  3. 4f67d74 loader: Fix info string of device versus instance layer being added by Jon Ashburn · 9 years ago
  4. 0c5d4ab loader: Add wsi extension to loader's list of global extensions by Jon Ashburn · 9 years ago
  5. e68a9ff misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch by Jon Ashburn · 9 years ago
  6. f067751 loader: simplify wrapping setup by Courtney Goeltzenleuchter · 9 years ago
  7. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  8. 35842a3 loader: Return NULL for WSI entrypoints if extension not enabled by Jon Ashburn · 9 years ago
  9. 7c09612 loader: Use ICD's GetDeviceProcAddr as end of layer chain rather than loader's by Jon Ashburn · 9 years ago
  10. 07daee7 misc: Make wsi lunarg an extension rather than core entrypoints by Jon Ashburn · 9 years ago
  11. eed0c00 loader: Fix for CreateInstance object created being pointer to pointer to disp by Jon Ashburn · 9 years ago
  12. f347439 loader: make the instance dispatch table per instance by Jon Ashburn · 9 years ago
  13. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  14. eceb13e loader: Remove GetGlobalExtensionInfo trampoline by Jon Ashburn · 9 years ago
  15. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  16. 3da71f2 loader: Move lookup of icd entrypoints to CreateInstance and add more lookups by Jon Ashburn · 9 years ago
  17. 27cd584 loader: Activate layers on the instance chain at CreateInstance by Jon Ashburn · 9 years ago
  18. 3d45475 loader: Remove unused icd/gpu_index from layer find functions by Jon Ashburn · 9 years ago
  19. fbb4e25 loader: Make VkInstance a dispatchable object and init with instance table by Jon Ashburn · 9 years ago
  20. b0fbe91 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  21. 1de3940 loader: logging on Windows to both debug output and stderr by Jon Ashburn · 9 years ago
  22. 1ed042c loader: rename a few dispatch utilties by Jon Ashburn · 9 years ago
  23. f851ddf loader: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  24. 3a11c8e loader: Terminate chain of GetProcAddr() in driver if gpu obj is base by Jon Ashburn · 9 years ago
  25. ae053e9 loader: Fix bug on layer name prefix string length by Jon Ashburn · 9 years ago
  26. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  27. f20f87b misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  28. 5e41f1d loader: Make sure max layer count is set properly by Courtney Goeltzenleuchter · 9 years ago
  29. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  30. fc15ff8 vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 9 years ago
  31. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  32. 04ac7ff loader: add a missing VKAPI by Chia-I Wu · 9 years ago
  33. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  34. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  35. e19c915 Win: Some compilation/link fixes. by Ian Elliott · 9 years ago
  36. 19c2502 loader: Add support for loading layers that support a group by Jon Ashburn · 9 years ago
  37. fc2e38c loader: Add check for invalid enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  38. 3d526cb loader: Fix GetProcAddr to return proper function pointers for app by Jon Ashburn · 9 years ago
  39. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  40. 4d9f465 layers: Remove wrapping of GPU objects by loader and layers by Jon Ashburn · 9 years ago
  41. b67bf3b loader: Don't have GetExtensionSupport as loader special case code by Jon Ashburn · 9 years ago
  42. ecceaad loader: Activate layers at EnumerateGpus instead of CreateDevice by Jon Ashburn · 9 years ago
  43. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  44. 340d666 loader: Store the enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  45. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  46. 06ebd75 Win: Fix typo and incorrect strlen for finding/loading ICDs. by Ian Elliott · 9 years ago
  47. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  48. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  49. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  50. 499b3ba loader: Merge extensions and layers by Courtney Goeltzenleuchter · 9 years ago
  51. bb51025 loader: Fix Dbg entrypoints with instance param to not loop all instances by Jon Ashburn · 9 years ago
  52. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  53. 8d095ff loader: Fix prefix used to find layer library. by Courtney Goeltzenleuchter · 9 years ago
  54. 2de26bc Fix NULL-pointer dereference if can't find registry entry. by Ian Elliott · 9 years ago
  55. 5aa4ea2 New loader_get_registry_value() function reads 32/64 registry ... by Ian Elliott · 9 years ago
  56. c0e8601 loader: Fix merge of layer names from env and CreateDevice by Jon Ashburn · 9 years ago
  57. 55dbc5b loader: initialize result for xglCreateInstance(). by Ian Elliott · 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. 89ba928 loader: Enable env extensions as well as app. by Courtney Goeltzenleuchter · 9 years ago
  61. 4204584 Eliminate "-Wsign-compare" warnings on Linux ... by Ian Elliott · 10 years ago
  62. 655cad7 Win: Attempt to keep from using Linux functions. by Ian Elliott · 10 years ago
  63. 64ca923 icd: add loader magic word to verify ICD is compatible by Courtney Goeltzenleuchter · 10 years ago
  64. eb45076 Fix unitialized value in xglCreateInstance(). by Ian Elliott · 10 years ago
  65. 1962880 Win: Eliminate VS2013 compiler warnings for "loader.c" ... by Ian Elliott · 10 years ago
  66. 457810e Win: Move some macros to "loader_platform.h" by Ian Elliott · 10 years ago
  67. 2d4ab1e Can compile "loader" and "layers" on Windows and Linux ... by Ian Elliott · 10 years ago
  68. c5c4960 loader: Make sure loader instances get updated upon DestroyInstance() by Jon Ashburn · 10 years ago
  69. e5f98b9 instance: Remove xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  70. 98bd454 loader: Add loops for multiple instances on global debug calls by Jon Ashburn · 10 years ago
  71. 8d66a05 demos: Convert to using Instancing API rather than xglInitAndEnumerateGpus() by Jon Ashburn · 10 years ago
  72. 4688839 loader: Finish implement CreateInstance and DestroyInstance by Jon Ashburn · 10 years ago
  73. 4c392fb loader: Implement EnumerateGpus() by Jon Ashburn · 10 years ago
  74. 46d1f58 loader: Place icds into the instance, scan icds prior to instance create by Jon Ashburn · 10 years ago
  75. 1beab2d instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus(). by Jon Ashburn · 10 years ago
  76. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  77. b0a2cc9 xgl: fix constness of pointers by Chia-I Wu · 10 years ago
  78. 2ae0226 loader: Fix infinite loop on layer library scan if dlopen fails by Jon Ashburn · 10 years ago
  79. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  80. 61e10b6 loader: Include layers specified in environment by Courtney Goeltzenleuchter · 10 years ago
  81. f46b81a loader: use generated dispatch table ops by Chia-I Wu · 10 years ago
  82. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  83. 27a24af loader: Make sure msg callbacks get registered if added before initAndEnumGpu by Jon Ashburn · 10 years ago
  84. e05c8c6 loader: handle inserting dispatch table pointer into all created objects by Jon Ashburn · 10 years ago
  85. a66265b loader: Fix missing terminator on string by Courtney Goeltzenleuchter · 10 years ago
  86. 57985ce loader: Make LIBXGL_LAYERS_PATH behave like LIBXGL_DRIVERS_PATH by Courtney Goeltzenleuchter · 10 years ago
  87. 1323eb7 loader: xglEnumerateLayers() returns layer names rather than library names by Jon Ashburn · 10 years ago
  88. 79113cc layers: Add Multi layer with example of multiple layers per file. by Jon Ashburn · 10 years ago
  89. d586459 Add reserved parameter to xglEnumerateLayers for layer usage by Jon Ashburn · 10 years ago
  90. b835805 loader: Make layer names be independent of layer library filename by Jon Ashburn · 10 years ago
  91. 613b0c1 loader: Change ActivateLayers name to be consistent with rest of loader by Jon Ashburn · 10 years ago
  92. 01e2d66 Make the Dbg xgl global calls use dispatch table for layer support by Jon Ashburn · 10 years ago
  93. 7a42e12 update to the latest vertex fetch proposal by Chia-I Wu · 10 years ago
  94. f261001 Loader: GPA fixes and also properly insert wrapped gpu objs into chain by Jon Ashburn · 10 years ago
  95. 3fb5544 Loader: Fix Seg fault when layers not activated via env var by Jon Ashburn · 10 years ago
  96. d09bd10 Fix memory leaks in loader related to layers. by Jon Ashburn · 10 years ago
  97. 6b4d70c Make layer activation via CreateDevice struct or env variable by Jon Ashburn · 10 years ago
  98. 891537f Loader: fix dispatch table initialization to handle multiple layers by Jon Ashburn · 10 years ago
  99. e50fae5 Change GetProcAddr function signature to use XGL types. by Jon Ashburn · 10 years ago
  100. 876b1ac Make layer activation per icd in loader and gets deactivated. by Jon Ashburn · 10 years ago