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. c6aecd7 loader: Fix debug_report utility functions string names to be consistent by Jon Ashburn · 9 years ago
  6. e68a9ff misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch by Jon Ashburn · 9 years ago
  7. f067751 loader: simplify wrapping setup by Courtney Goeltzenleuchter · 9 years ago
  8. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  9. 35842a3 loader: Return NULL for WSI entrypoints if extension not enabled by Jon Ashburn · 9 years ago
  10. 7730855 loader: FIXME - horrible WSI workaround by Courtney Goeltzenleuchter · 9 years ago
  11. 52963b6 wsi: Fix icd lookup for WSI extension by Courtney Goeltzenleuchter · 9 years ago
  12. 7c09612 loader: Use ICD's GetDeviceProcAddr as end of layer chain rather than loader's by Jon Ashburn · 9 years ago
  13. 07daee7 misc: Make wsi lunarg an extension rather than core entrypoints by Jon Ashburn · 9 years ago
  14. eed0c00 loader: Fix for CreateInstance object created being pointer to pointer to disp by Jon Ashburn · 9 years ago
  15. f347439 loader: make the instance dispatch table per instance by Jon Ashburn · 9 years ago
  16. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  17. eceb13e loader: Remove GetGlobalExtensionInfo trampoline by Jon Ashburn · 9 years ago
  18. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  19. 3da71f2 loader: Move lookup of icd entrypoints to CreateInstance and add more lookups by Jon Ashburn · 9 years ago
  20. 27cd584 loader: Activate layers on the instance chain at CreateInstance by Jon Ashburn · 9 years ago
  21. 3d45475 loader: Remove unused icd/gpu_index from layer find functions by Jon Ashburn · 9 years ago
  22. fbb4e25 loader: Make VkInstance a dispatchable object and init with instance table by Jon Ashburn · 9 years ago
  23. 713b1b0 Loader: search also through SysWow64 folder on windows by scygan · 9 years ago
  24. 853d5e9 Windows: Add vkUpdateDescriptorSets into exports for vulkan.dll by Tony-LunarG · 9 years ago
  25. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  26. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  27. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  28. ee5eef1 vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759. by Mark Lobodzinski · 9 years ago
  29. c3d9833 Add win32 condition variables. by Mike Stroyan · 9 years ago
  30. ed238bb layers: Make threading layer provide thread-safety by Mike Stroyan · 9 years ago
  31. f37926f loader: On Windows disable global optimization for API entrypoints by Tobin Ehlis · 9 years ago
  32. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  33. 102fd57 Windows: Fix build from recent loader changes by Jon Ashburn · 9 years ago
  34. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  35. b0fbe91 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  36. d55a394 loader: No longer generate code, instead directly check in source code by Jon Ashburn · 9 years ago
  37. 1de3940 loader: logging on Windows to both debug output and stderr by Jon Ashburn · 9 years ago
  38. 82974f4 loader: Fix bugs where non-dispatchable objects overwrite dispatch table by Jon Ashburn · 9 years ago
  39. 657fb57 loader: Fix bug in vkGetProcAddr so trampoline code is returned as needed by Jon Ashburn · 9 years ago
  40. 1dd0a5c loader: Separate out the python generator script by Jon Ashburn · 9 years ago
  41. 1ed042c loader: rename a few dispatch utilties by Jon Ashburn · 9 years ago
  42. f851ddf loader: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  43. 3a11c8e loader: Terminate chain of GetProcAddr() in driver if gpu obj is base by Jon Ashburn · 9 years ago
  44. ae053e9 loader: Fix bug on layer name prefix string length by Jon Ashburn · 9 years ago
  45. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  46. f20f87b misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  47. 5e41f1d loader: Make sure max layer count is set properly by Courtney Goeltzenleuchter · 9 years ago
  48. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  49. fc15ff8 vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 9 years ago
  50. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  51. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  52. 04ac7ff loader: add a missing VKAPI by Chia-I Wu · 9 years ago
  53. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  54. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  55. 4006664 loader: Only check magic value from Icd on debug builds. by Jon Ashburn · 9 years ago
  56. e19c915 Win: Some compilation/link fixes. by Ian Elliott · 9 years ago
  57. 19c2502 loader: Add support for loading layers that support a group by Jon Ashburn · 9 years ago
  58. fc2e38c loader: Add check for invalid enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  59. 3d526cb loader: Fix GetProcAddr to return proper function pointers for app by Jon Ashburn · 9 years ago
  60. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  61. 4d9f465 layers: Remove wrapping of GPU objects by loader and layers by Jon Ashburn · 9 years ago
  62. b67bf3b loader: Don't have GetExtensionSupport as loader special case code by Jon Ashburn · 9 years ago
  63. ecceaad loader: Activate layers at EnumerateGpus instead of CreateDevice by Jon Ashburn · 9 years ago
  64. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  65. 340d666 loader: Store the enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  66. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  67. 06ebd75 Win: Fix typo and incorrect strlen for finding/loading ICDs. by Ian Elliott · 9 years ago
  68. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  69. f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago
  70. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  71. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  72. 499b3ba loader: Merge extensions and layers by Courtney Goeltzenleuchter · 9 years ago
  73. bb51025 loader: Fix Dbg entrypoints with instance param to not loop all instances by Jon Ashburn · 9 years ago
  74. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  75. 8d095ff loader: Fix prefix used to find layer library. by Courtney Goeltzenleuchter · 9 years ago
  76. 5291c76 xgl-generate.py: add and use helpers from loader.h by Chia-I Wu · 9 years ago
  77. 0a6644b xgl-generate.py: add WinDefFileSubcommand by Chia-I Wu · 9 years ago
  78. 2de26bc Fix NULL-pointer dereference if can't find registry entry. by Ian Elliott · 9 years ago
  79. 5aa4ea2 New loader_get_registry_value() function reads 32/64 registry ... by Ian Elliott · 9 years ago
  80. 1a97d6c win: Make build able to find python3 on Windows and Linux by Jon Ashburn · 9 years ago
  81. 19bf487 Revert "misc: Explicitly run python for generated code" by Jon Ashburn · 9 years ago
  82. 045b54f misc: Explicitly run python for generated code by Jon Ashburn · 9 years ago
  83. 188f820 Get the trace player to work with Windows by Piers Daniell · 9 years ago
  84. 4da523a Update tri and cube with stage by Piers Daniell · 9 years ago
  85. c0e8601 loader: Fix merge of layer names from env and CreateDevice by Jon Ashburn · 9 years ago
  86. 55dbc5b loader: initialize result for xglCreateInstance(). by Ian Elliott · 9 years ago
  87. 6a21834 loader: do not set RTLD_DEEPBIND by Chia-I Wu · 9 years ago
  88. 66b72f9 loader: Correct layer path lookup name by Courtney Goeltzenleuchter · 9 years ago
  89. 4470a30 loader: Windows now uses registry + env's (diff names) by Ian Elliott · 9 years ago
  90. 5350930 Win: Build Glave replay on Windows (REQUIRES NEW CMAKE COMMAND). by David Pinedo · 10 years ago
  91. 89ba928 loader: Enable env extensions as well as app. by Courtney Goeltzenleuchter · 9 years ago
  92. 42258e0 loader: Change sample code to not include a pointer. by Ian Elliott · 10 years ago
  93. 3672c78 loader: Fix and enhance README.md. by Ian Elliott · 10 years ago
  94. 4204584 Eliminate "-Wsign-compare" warnings on Linux ... by Ian Elliott · 10 years ago
  95. 661dc37 Enable additional Linux warnings, for loader/layers/demos. by Ian Elliott · 10 years ago
  96. 655cad7 Win: Attempt to keep from using Linux functions. by Ian Elliott · 10 years ago
  97. e536946 Linux: Add back the "C99" comment within "loader_platform.h" by Ian Elliott · 10 years ago
  98. 64ca923 icd: add loader magic word to verify ICD is compatible by Courtney Goeltzenleuchter · 10 years ago
  99. f1a3ae7 Win/icd: Move STATIC_INLINE macro, and use for magic funcs. by Ian Elliott · 10 years ago
  100. b049785 layers: Fixes for Windows build by Tobin Ehlis · 10 years ago