1. 8109510 loader: Use app's alloc routines if available by Courtney Goeltzenleuchter · 9 years ago
  2. 40caf0b loader: Add error return to detect invalid layers by Courtney Goeltzenleuchter · 9 years ago
  3. 6f460c5 loader: Use stack allocation for temp storage by Courtney Goeltzenleuchter · 9 years ago
  4. 4f7f77f loader: remove redundant log message by Courtney Goeltzenleuchter · 9 years ago
  5. 371de70 loader: track layer library list by Courtney Goeltzenleuchter · 9 years ago
  6. 7f5aafc loader: Save app allocation callbacks by Courtney Goeltzenleuchter · 9 years ago
  7. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  8. 0c26e71 loader: Add implicit layer activation by Jon Ashburn · 9 years ago
  9. eb6d568 loader: Split the instance and device layer enablement env vars into 2 by Jon Ashburn · 9 years ago
  10. bd6c488 loader: Remove the merged enabled_extension list in device and instance structs by Jon Ashburn · 9 years ago
  11. f70f361 loader: Add log warning if json manifest file doesn't end in .json by Jon Ashburn · 9 years ago
  12. 5ef2060 loader: Make a layer properties structure for manifest file. by Jon Ashburn · 9 years ago
  13. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  14. 0c6f9ee include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  15. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  16. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  17. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  18. e4a1cf9 vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 by Mark Lobodzinski · 9 years ago
  19. a01c13a loader: Use _alloca instead of alloca on Windows by David Pinedo · 9 years ago
  20. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  21. 2d2cb68 bug-14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  22. 89efef3 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  23. 9aa40a9 loader: Remove locks from vkGet routines by Tony Barbour · 9 years ago
  24. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  25. 3a37aee loader: Remove uneeded ICD and layers scanned boolean by Jon Ashburn · 9 years ago
  26. ffad94d loader: Support gettting JSON ICD manifest files from registry by Jon Ashburn · 9 years ago
  27. 7242c67 loader: Fix compilation warnings for debug_report on Windows by Jon Ashburn · 9 years ago
  28. 59e0224 loader: Add math library to the build for linux cJSON files by Jon Ashburn · 9 years ago
  29. 2077e38 loader: Add parsing of JSON file to find location of ICD libraries by Jon Ashburn · 9 years ago
  30. 3e029d1 loader: Need to use ICD's GetDeviceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  31. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  32. a6628c2 loader: Need to search device extension cache by Courtney Goeltzenleuchter · 9 years ago
  33. 509e973 loader: Add debug info by Courtney Goeltzenleuchter · 9 years ago
  34. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  35. 2bf8f90 bug 14016: Make vkResetFences take const pFences by Courtney Goeltzenleuchter · 9 years ago
  36. 9ec39ac loader: Use loader_GetInstanceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  37. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  38. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  39. a0a8a24 loader: Add {}'s so that loader compilers on Windows by David Pinedo · 9 years ago
  40. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  41. 1d825c7 Windows: Fix build issues on Windows by Tony Barbour · 9 years ago
  42. 922c8f6 loader: Remove support for WSI as an instance extension by Jon Ashburn · 9 years ago
  43. bd439cd misc: Remove VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPERTIES_WSI by Jon Ashburn · 9 years ago
  44. b19ddbf misc: Remove GetDisplayInfoWSI() by Jon Ashburn · 9 years ago
  45. a6fd261 loader: Fix memory free bug in destroying icd from DestroyInstance by Jon Ashburn · 9 years ago
  46. 7727259 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  47. 421e2bd vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  48. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  49. 1f157ac loader: Grab next before destroying the data by Courtney Goeltzenleuchter · 9 years ago
  50. 953bb3c loader: Support multiple layers in one library by using <layerName>GetProcAddr by Jon Ashburn · 9 years ago
  51. 94e7049 loader: Remove the test for device layers activated; they follow create/destroy by Jon Ashburn · 9 years ago
  52. dc6fcad loader: Add device struct so can destroy layer info at DestroyDevice by Jon Ashburn · 9 years ago
  53. ca8c81a loader: Set some log messages as debug messages by Courtney Goeltzenleuchter · 9 years ago
  54. 7dcc6a7 memtracker: Add persistent storage by Courtney Goeltzenleuchter · 9 years ago
  55. 567d9f0 loader: Fix device layer activation to properly filter out repeat layers by Jon Ashburn · 9 years ago
  56. d6a5b67 loader: Move device dispatch table to CreateDevice from EnumeratePhysDev by Jon Ashburn · 9 years ago
  57. cabafc0 loader: Remove GetGlobalExtensionInfo from dispatch table by Jon Ashburn · 9 years ago
  58. 1e4602f loader: Remove linefeed from log messages by Courtney Goeltzenleuchter · 9 years ago
  59. a585ecb loader: Use type flags not code for filter by Courtney Goeltzenleuchter · 9 years ago
  60. e57fc4d loader: clean up dead code by Courtney Goeltzenleuchter · 9 years ago
  61. a674352 loader: only search for layers by Courtney Goeltzenleuchter · 9 years ago
  62. 48360bb loader: remove now unused hosted field by Courtney Goeltzenleuchter · 9 years ago
  63. 90c6a0e loader: Add error messages if layer libraries fail to load by Jon Ashburn · 9 years ago
  64. 6301a0f loader: Make global functions (instance chain entrypoints) thread safe by Jon Ashburn · 9 years ago
  65. ce94f31 loader: Remove storage of wrappedGPUs only need during layer activation by Jon Ashburn · 9 years ago
  66. 57fb157 loader: add debug log message by Courtney Goeltzenleuchter · 9 years ago
  67. 880a2a7 loader: Add LOADER_DEBUG environment flags by Courtney Goeltzenleuchter · 9 years ago
  68. 7d0023c loader: Fix DestroyInstance by Courtney Goeltzenleuchter · 9 years ago
  69. deceded loader: Add utility to return loader instance ptr by Courtney Goeltzenleuchter · 9 years ago
  70. 2a34c1f loader: Increase library name length for safety by Courtney Goeltzenleuchter · 9 years ago
  71. 128f942 loader: Fix EnumeratePhysDev to handle less gpus than icd has and no mem leak by Jon Ashburn · 9 years ago
  72. 0f1d8eb loader: Only allow layer in chain once by Courtney Goeltzenleuchter · 9 years ago
  73. ba748ca loader: Remove obsolete extension / layer code by Courtney Goeltzenleuchter · 9 years ago
  74. a9e4af4 loader: Fix code format, add some debug info by Courtney Goeltzenleuchter · 9 years ago
  75. 74b1a1e loader: remove dependency fields from extension info by Courtney Goeltzenleuchter · 9 years ago
  76. ee3b16a loader: Remove resolved TODOs by Courtney Goeltzenleuchter · 9 years ago
  77. 123c8eb loader: Remove unused functions by Courtney Goeltzenleuchter · 9 years ago
  78. ed48830 loader: Put static function prototypes in .c by Courtney Goeltzenleuchter · 9 years ago
  79. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  80. 8fd0825 loader: Support layers that don't have an extension entrypoint by Jon Ashburn · 9 years ago
  81. 4f67d74 loader: Fix info string of device versus instance layer being added by Jon Ashburn · 9 years ago
  82. 0c5d4ab loader: Add wsi extension to loader's list of global extensions by Jon Ashburn · 9 years ago
  83. c6aecd7 loader: Fix debug_report utility functions string names to be consistent by Jon Ashburn · 9 years ago
  84. e68a9ff misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatch by Jon Ashburn · 9 years ago
  85. f067751 loader: simplify wrapping setup by Courtney Goeltzenleuchter · 9 years ago
  86. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  87. 35842a3 loader: Return NULL for WSI entrypoints if extension not enabled by Jon Ashburn · 9 years ago
  88. 7730855 loader: FIXME - horrible WSI workaround by Courtney Goeltzenleuchter · 9 years ago
  89. 52963b6 wsi: Fix icd lookup for WSI extension by Courtney Goeltzenleuchter · 9 years ago
  90. 7c09612 loader: Use ICD's GetDeviceProcAddr as end of layer chain rather than loader's by Jon Ashburn · 9 years ago
  91. 07daee7 misc: Make wsi lunarg an extension rather than core entrypoints by Jon Ashburn · 9 years ago
  92. eed0c00 loader: Fix for CreateInstance object created being pointer to pointer to disp by Jon Ashburn · 9 years ago
  93. f347439 loader: make the instance dispatch table per instance by Jon Ashburn · 9 years ago
  94. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  95. eceb13e loader: Remove GetGlobalExtensionInfo trampoline by Jon Ashburn · 9 years ago
  96. 95a77ba misc: Loader and Layers move device chain activation to CreateDevice by Jon Ashburn · 9 years ago
  97. 3da71f2 loader: Move lookup of icd entrypoints to CreateInstance and add more lookups by Jon Ashburn · 9 years ago
  98. 27cd584 loader: Activate layers on the instance chain at CreateInstance by Jon Ashburn · 9 years ago
  99. 3d45475 loader: Remove unused icd/gpu_index from layer find functions by Jon Ashburn · 9 years ago
  100. fbb4e25 loader: Make VkInstance a dispatchable object and init with instance table by Jon Ashburn · 9 years ago