1. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  2. 0c26e71 loader: Add implicit layer activation by Jon Ashburn · 9 years ago
  3. eb6d568 loader: Split the instance and device layer enablement env vars into 2 by Jon Ashburn · 9 years ago
  4. bd6c488 loader: Remove the merged enabled_extension list in device and instance structs by Jon Ashburn · 9 years ago
  5. f70f361 loader: Add log warning if json manifest file doesn't end in .json by Jon Ashburn · 9 years ago
  6. 5ef2060 loader: Make a layer properties structure for manifest file. by Jon Ashburn · 9 years ago
  7. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  8. 0c6f9ee include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  9. 3a37aee loader: Remove uneeded ICD and layers scanned boolean by Jon Ashburn · 9 years ago
  10. ffad94d loader: Support gettting JSON ICD manifest files from registry by Jon Ashburn · 9 years ago
  11. 2077e38 loader: Add parsing of JSON file to find location of ICD libraries by Jon Ashburn · 9 years ago
  12. 3e029d1 loader: Need to use ICD's GetDeviceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  13. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  14. a6628c2 loader: Need to search device extension cache by Courtney Goeltzenleuchter · 9 years ago
  15. 509e973 loader: Add debug info by Courtney Goeltzenleuchter · 9 years ago
  16. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  17. 9ec39ac loader: Use loader_GetInstanceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  18. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  19. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  20. a0a8a24 loader: Add {}'s so that loader compilers on Windows by David Pinedo · 9 years ago
  21. 922c8f6 loader: Remove support for WSI as an instance extension by Jon Ashburn · 9 years ago
  22. b19ddbf misc: Remove GetDisplayInfoWSI() by Jon Ashburn · 9 years ago
  23. a6fd261 loader: Fix memory free bug in destroying icd from DestroyInstance by Jon Ashburn · 9 years ago
  24. 1f157ac loader: Grab next before destroying the data by Courtney Goeltzenleuchter · 9 years ago
  25. 953bb3c loader: Support multiple layers in one library by using <layerName>GetProcAddr by Jon Ashburn · 9 years ago
  26. 94e7049 loader: Remove the test for device layers activated; they follow create/destroy by Jon Ashburn · 9 years ago
  27. dc6fcad loader: Add device struct so can destroy layer info at DestroyDevice by Jon Ashburn · 9 years ago
  28. ca8c81a loader: Set some log messages as debug messages by Courtney Goeltzenleuchter · 9 years ago
  29. 567d9f0 loader: Fix device layer activation to properly filter out repeat layers by Jon Ashburn · 9 years ago
  30. d6a5b67 loader: Move device dispatch table to CreateDevice from EnumeratePhysDev by Jon Ashburn · 9 years ago
  31. cabafc0 loader: Remove GetGlobalExtensionInfo from dispatch table by Jon Ashburn · 9 years ago
  32. 1e4602f loader: Remove linefeed from log messages by Courtney Goeltzenleuchter · 9 years ago
  33. a585ecb loader: Use type flags not code for filter by Courtney Goeltzenleuchter · 9 years ago
  34. e57fc4d loader: clean up dead code by Courtney Goeltzenleuchter · 9 years ago
  35. a674352 loader: only search for layers by Courtney Goeltzenleuchter · 9 years ago
  36. 48360bb loader: remove now unused hosted field by Courtney Goeltzenleuchter · 9 years ago
  37. 90c6a0e loader: Add error messages if layer libraries fail to load by Jon Ashburn · 9 years ago
  38. 6301a0f loader: Make global functions (instance chain entrypoints) thread safe by Jon Ashburn · 9 years ago
  39. ce94f31 loader: Remove storage of wrappedGPUs only need during layer activation by Jon Ashburn · 9 years ago
  40. 57fb157 loader: add debug log message by Courtney Goeltzenleuchter · 9 years ago
  41. 880a2a7 loader: Add LOADER_DEBUG environment flags by Courtney Goeltzenleuchter · 9 years ago
  42. 7d0023c loader: Fix DestroyInstance by Courtney Goeltzenleuchter · 9 years ago
  43. deceded loader: Add utility to return loader instance ptr by Courtney Goeltzenleuchter · 9 years ago
  44. 128f942 loader: Fix EnumeratePhysDev to handle less gpus than icd has and no mem leak by Jon Ashburn · 9 years ago
  45. 0f1d8eb loader: Only allow layer in chain once by Courtney Goeltzenleuchter · 9 years ago
  46. a9e4af4 loader: Fix code format, add some debug info by Courtney Goeltzenleuchter · 9 years ago
  47. ee3b16a loader: Remove resolved TODOs by Courtney Goeltzenleuchter · 9 years ago
  48. 123c8eb loader: Remove unused functions by Courtney Goeltzenleuchter · 9 years ago
  49. ed48830 loader: Put static function prototypes in .c by Courtney Goeltzenleuchter · 9 years ago
  50. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  51. 8fd0825 loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  52. 4f67d74 loader: Fix info string of device versus instance layer being added by Jon Ashburn · 9 years ago
  53. 0c5d4ab loader: Add wsi extension to loader's list of global extensions by Jon Ashburn · 9 years ago
  54. e68a9ff misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch by Jon Ashburn · 9 years ago
  55. f067751 loader: simplify wrapping setup by Courtney Goeltzenleuchter · 9 years ago
  56. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  57. 35842a3 loader: Return NULL for WSI entrypoints if extension not enabled by Jon Ashburn · 9 years ago
  58. 7c09612 loader: Use ICD's GetDeviceProcAddr as end of layer chain rather than loader's by Jon Ashburn · 9 years ago
  59. 07daee7 misc: Make wsi lunarg an extension rather than core entrypoints by Jon Ashburn · 9 years ago
  60. eed0c00 loader: Fix for CreateInstance object created being pointer to pointer to disp by Jon Ashburn · 9 years ago
  61. f347439 loader: make the instance dispatch table per instance by Jon Ashburn · 9 years ago
  62. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  63. eceb13e loader: Remove GetGlobalExtensionInfo trampoline by Jon Ashburn · 9 years ago
  64. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  65. 3da71f2 loader: Move lookup of icd entrypoints to CreateInstance and add more lookups by Jon Ashburn · 9 years ago
  66. 27cd584 loader: Activate layers on the instance chain at CreateInstance by Jon Ashburn · 9 years ago
  67. 3d45475 loader: Remove unused icd/gpu_index from layer find functions by Jon Ashburn · 9 years ago
  68. fbb4e25 loader: Make VkInstance a dispatchable object and init with instance table by Jon Ashburn · 9 years ago
  69. b0fbe91 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  70. 1de3940 loader: logging on Windows to both debug output and stderr by Jon Ashburn · 9 years ago
  71. 1ed042c loader: rename a few dispatch utilties by Jon Ashburn · 9 years ago
  72. f851ddf loader: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  73. 3a11c8e loader: Terminate chain of GetProcAddr() in driver if gpu obj is base by Jon Ashburn · 9 years ago
  74. ae053e9 loader: Fix bug on layer name prefix string length by Jon Ashburn · 9 years ago
  75. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  76. f20f87b misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  77. 5e41f1d loader: Make sure max layer count is set properly by Courtney Goeltzenleuchter · 9 years ago
  78. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  79. fc15ff8 vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 9 years ago
  80. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  81. 04ac7ff loader: add a missing VKAPI by Chia-I Wu · 9 years ago
  82. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  83. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  84. e19c915 Win: Some compilation/link fixes. by Ian Elliott · 9 years ago
  85. 19c2502 loader: Add support for loading layers that support a group by Jon Ashburn · 9 years ago
  86. fc2e38c loader: Add check for invalid enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  87. 3d526cb loader: Fix GetProcAddr to return proper function pointers for app by Jon Ashburn · 9 years ago
  88. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  89. 4d9f465 layers: Remove wrapping of GPU objects by loader and layers by Jon Ashburn · 9 years ago
  90. b67bf3b loader: Don't have GetExtensionSupport as loader special case code by Jon Ashburn · 9 years ago
  91. ecceaad loader: Activate layers at EnumerateGpus instead of CreateDevice by Jon Ashburn · 9 years ago
  92. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  93. 340d666 loader: Store the enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  94. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  95. 06ebd75 Win: Fix typo and incorrect strlen for finding/loading ICDs. by Ian Elliott · 9 years ago
  96. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  97. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  98. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  99. 499b3ba loader: Merge extensions and layers by Courtney Goeltzenleuchter · 9 years ago
  100. bb51025 loader: Fix Dbg entrypoints with instance param to not loop all instances by Jon Ashburn · 9 years ago