1. a4c8c71 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  2. 73a21d3 v133: eliminate version from extension properties by Courtney Goeltzenleuchter · 9 years ago
  3. 4da96aa v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  4. 1d4c50f vulkan: Updates to match upstream vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  5. f02f9f8 icd: Support for command pools by Cody Northrop · 9 years ago
  6. e900517 loader: Fix MS compile warning by Courtney Goeltzenleuchter · 9 years ago
  7. de4124d Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  8. cbb941b loader: Exit loop as soon as we know the answer by Courtney Goeltzenleuchter · 9 years ago
  9. d2775f7 loader: use device extension list, not global by Courtney Goeltzenleuchter · 9 years ago
  10. d9a9d1a loader: Fix bug where layer default system path string needed to be copied by Jon Ashburn · 9 years ago
  11. 83d4e6a vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  12. 62ac1c5 loader: Build fixes for Windows by Cody Northrop · 9 years ago
  13. 3814450 loader: Handle relative and filename paths in the layer manifest files by Jon Ashburn · 9 years ago
  14. f2ddb73 loader: Fix so device layers to enable are from global list of type device by Jon Ashburn · 9 years ago
  15. 1b111de loader: Use layer manifest files to discovery and query layers by Jon Ashburn · 9 years ago
  16. aa9faab loader: early exit if nothing to do. by Courtney Goeltzenleuchter · 9 years ago
  17. 70db787 loader: collect layer properties regardless of extension by Courtney Goeltzenleuchter · 9 years ago
  18. 91371ff loader: Filter extensions for ICD's CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  19. a17697f loader: Add validation checks to CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  20. 5d9f29b loader: Validate global layers requested by app by Courtney Goeltzenleuchter · 9 years ago
  21. ab27f46 loader: Filter extension list sent to ICD by Courtney Goeltzenleuchter · 9 years ago
  22. e74e565 TODO: Add reminder for new code by Courtney Goeltzenleuchter · 9 years ago
  23. 1fcceeb loader: Add error return to detect invalid layers by Courtney Goeltzenleuchter · 9 years ago
  24. 0248b99 loader: Use stack allocation for temp storage by Courtney Goeltzenleuchter · 9 years ago
  25. 1c22b71 loader: remove redundant log message by Courtney Goeltzenleuchter · 9 years ago
  26. c5cf7d7 loader: track layer library list by Courtney Goeltzenleuchter · 9 years ago
  27. b620ace loader: Save app allocation callbacks by Courtney Goeltzenleuchter · 9 years ago
  28. 18061cd loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  29. 535bd00 loader: Add implicit layer activation by Jon Ashburn · 9 years ago
  30. a2e6efe loader: Split the instance and device layer enablement env vars into 2 by Jon Ashburn · 9 years ago
  31. 6037841 loader: Remove the merged enabled_extension list in device and instance structs by Jon Ashburn · 9 years ago
  32. c5662f6 loader: Add log warning if json manifest file doesn't end in .json by Jon Ashburn · 9 years ago
  33. 68a6392 loader: Make a layer properties structure for manifest file. by Jon Ashburn · 9 years ago
  34. 7a51d90 loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  35. 2d1d970 include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  36. 622ca2f loader: Remove uneeded ICD and layers scanned boolean by Jon Ashburn · 9 years ago
  37. ee33ae7 loader: Support gettting JSON ICD manifest files from registry by Jon Ashburn · 9 years ago
  38. ffd5d67 loader: Add parsing of JSON file to find location of ICD libraries by Jon Ashburn · 9 years ago
  39. e76db42 loader: Need to use ICD's GetDeviceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  40. be63799 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  41. a34c634 loader: Need to search device extension cache by Courtney Goeltzenleuchter · 9 years ago
  42. 296bf84 loader: Add debug info by Courtney Goeltzenleuchter · 9 years ago
  43. 426b905 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  44. 9a4f38c loader: Use loader_GetInstanceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  45. d757630 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  46. b25c9b9 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  47. 0fab78b loader: Add {}'s so that loader compilers on Windows by David Pinedo · 9 years ago
  48. 4ebc096 loader: Remove support for WSI as an instance extension by Jon Ashburn · 9 years ago
  49. ba4a195 misc: Remove GetDisplayInfoWSI() by Jon Ashburn · 9 years ago
  50. 16a16d6 loader: Fix memory free bug in destroying icd from DestroyInstance by Jon Ashburn · 9 years ago
  51. 6b70e36 loader: Grab next before destroying the data by Courtney Goeltzenleuchter · 9 years ago
  52. 6069926 loader: Support multiple layers in one library by using <layerName>GetProcAddr by Jon Ashburn · 9 years ago
  53. 612539f loader: Remove the test for device layers activated; they follow create/destroy by Jon Ashburn · 9 years ago
  54. cb5a5ac loader: Add device struct so can destroy layer info at DestroyDevice by Jon Ashburn · 9 years ago
  55. 926f39e loader: Set some log messages as debug messages by Courtney Goeltzenleuchter · 9 years ago
  56. b1cf339 loader: Fix device layer activation to properly filter out repeat layers by Jon Ashburn · 9 years ago
  57. 984e15e loader: Move device dispatch table to CreateDevice from EnumeratePhysDev by Jon Ashburn · 9 years ago
  58. cc4dfcf loader: Remove GetGlobalExtensionInfo from dispatch table by Jon Ashburn · 9 years ago
  59. 5d2abff loader: Remove linefeed from log messages by Courtney Goeltzenleuchter · 9 years ago
  60. 558db31 loader: Use type flags not code for filter by Courtney Goeltzenleuchter · 9 years ago
  61. 9924ea7 loader: clean up dead code by Courtney Goeltzenleuchter · 9 years ago
  62. d8ec21d loader: only search for layers by Courtney Goeltzenleuchter · 9 years ago
  63. 877aa22 loader: remove now unused hosted field by Courtney Goeltzenleuchter · 9 years ago
  64. 0dcd619 loader: Add error messages if layer libraries fail to load by Jon Ashburn · 9 years ago
  65. b40f256 loader: Make global functions (instance chain entrypoints) thread safe by Jon Ashburn · 9 years ago
  66. f1acfc7 loader: Remove storage of wrappedGPUs only need during layer activation by Jon Ashburn · 9 years ago
  67. 70c4ebc loader: add debug log message by Courtney Goeltzenleuchter · 9 years ago
  68. 8b253f9 loader: Add LOADER_DEBUG environment flags by Courtney Goeltzenleuchter · 9 years ago
  69. 3d8dc1f loader: Fix DestroyInstance by Courtney Goeltzenleuchter · 9 years ago
  70. 8afefb5 loader: Add utility to return loader instance ptr by Courtney Goeltzenleuchter · 9 years ago
  71. d5df54d loader: Fix EnumeratePhysDev to handle less gpus than icd has and no mem leak by Jon Ashburn · 9 years ago
  72. f4b430e loader: Only allow layer in chain once by Courtney Goeltzenleuchter · 9 years ago
  73. aa68505 loader: Fix code format, add some debug info by Courtney Goeltzenleuchter · 9 years ago
  74. c27292a loader: Remove resolved TODOs by Courtney Goeltzenleuchter · 9 years ago
  75. 3b77cd8 loader: Remove unused functions by Courtney Goeltzenleuchter · 9 years ago
  76. 71cd74d loader: Put static function prototypes in .c by Courtney Goeltzenleuchter · 9 years ago
  77. 23b5f8d loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  78. 4f2575f loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  79. 9a9de1f loader: Fix info string of device versus instance layer being added by Jon Ashburn · 9 years ago
  80. a445e09 loader: Add wsi extension to loader's list of global extensions by Jon Ashburn · 9 years ago
  81. f0615e2 misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch by Jon Ashburn · 9 years ago
  82. c0c2eff loader: simplify wrapping setup by Courtney Goeltzenleuchter · 9 years ago
  83. 1c7c65d extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  84. d763c93 loader: Return NULL for WSI entrypoints if extension not enabled by Jon Ashburn · 9 years ago
  85. eedbb5e loader: Use ICD's GetDeviceProcAddr as end of layer chain rather than loader's by Jon Ashburn · 9 years ago
  86. cedc15f misc: Make wsi lunarg an extension rather than core entrypoints by Jon Ashburn · 9 years ago
  87. a179dcf loader: Fix for CreateInstance object created being pointer to pointer to disp by Jon Ashburn · 9 years ago
  88. bfa43b7 loader: make the instance dispatch table per instance by Jon Ashburn · 9 years ago
  89. 1245cec misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  90. 9de9560 loader: Remove GetGlobalExtensionInfo trampoline by Jon Ashburn · 9 years ago
  91. 2666e2f misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  92. 0dd356d loader: Move lookup of icd entrypoints to CreateInstance and add more lookups by Jon Ashburn · 9 years ago
  93. fce93d9 loader: Activate layers on the instance chain at CreateInstance by Jon Ashburn · 9 years ago
  94. 9ee1fe1 loader: Remove unused icd/gpu_index from layer find functions by Jon Ashburn · 9 years ago
  95. 9a9bb64 loader: Make VkInstance a dispatchable object and init with instance table by Jon Ashburn · 10 years ago
  96. 53c1677 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 10 years ago
  97. 1da405d loader: logging on Windows to both debug output and stderr by Jon Ashburn · 10 years ago
  98. da7c20d loader: rename a few dispatch utilties by Jon Ashburn · 10 years ago
  99. 464711a loader: Eliminate compiler warnings on Windows. by Ian Elliott · 10 years ago
  100. 5468156 loader: Terminate chain of GetProcAddr() in driver if gpu obj is base by Jon Ashburn · 10 years ago