1. fce60db xchange-94: Use VK_ prefix for environment vars by Courtney Goeltzenleuchter · 9 years ago
  2. 05159a9 xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME by Courtney Goeltzenleuchter · 9 years ago
  3. 24265ac loader: Fix bug in Windows for mod a static string DEFAULT_VK_LAYERS_INFO by Jon Ashburn · 9 years ago
  4. 46e20d8 loader: fix typo in log message by Jon Ashburn · 9 years ago
  5. 120d93e WSI: Initialize WSI entry points by Courtney Goeltzenleuchter · 9 years ago
  6. ab7db3b vulkan: Add vkCmdPushConstants entry point by Courtney Goeltzenleuchter · 9 years ago
  7. 34c500b Further layer search path fix: s/implicit/explict by James Jones · 9 years ago
  8. 9b14e89 Added ICD loading path debug messages by Liam Middlebrook · 9 years ago
  9. 09a436f Fix loader paths for "etc" directories. by James Jones · 9 years ago
  10. c28b0a1 linux: Fix standard GNU path usage by James Jones · 9 years ago
  11. 3869f41 linux: Use standard GNU install paths by Adam Jackson · 9 years ago
  12. 6121daf loader: Update the Linux and Windows manifest file documentation to match khr by Jon Ashburn · 9 years ago
  13. bb23456 loader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS to match documentation by Jon Ashburn · 9 years ago
  14. 754864f loader: Add missing entrypoints CmdPushConstants, GetRenderArea, GetPDImgFormat by Jon Ashburn · 9 years ago
  15. 78556e8 Fix win32 build by Dan Ginsburg · 9 years ago
  16. 03663d0 loader: Add support for debug break helper by Courtney Goeltzenleuchter · 9 years ago
  17. b9cdb78 loader_log: add OutputDebugString("\n"); by mschott · 9 years ago
  18. 3230e72 loader: Fix ICD and layer directory scan order on Linux by Adam Jackson · 9 years ago
  19. b2ef137 loader: Switch to using layer manifest file info for layer extension info by Jon Ashburn · 9 years ago
  20. 7f8d70f loader:Remove dead code involving layer library queries now in manifest file by Jon Ashburn · 9 years ago
  21. 4a511f1 loader: Update loader readme and add ICD/ layer discovery documentation by Jon Ashburn · 9 years ago
  22. c624c88 loader: Use GetInstanceProcAddr rather than dlsym for most ICD entrypoints by Jon Ashburn · 9 years ago
  23. e315d3c loader: use VkDevice when initializing device table by Courtney Goeltzenleuchter · 9 years ago
  24. b5d2c94 Clean up warnings from release build by Tony Barbour · 9 years ago
  25. 9f2eb0e Windows: more fixes for windows compile by Tony Barbour · 9 years ago
  26. 3b4732f Windows: More windows compilier fixes by Tony Barbour · 9 years ago
  27. d3ef02f loader: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  28. 2d3ba63 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  29. 5304373 v133: eliminate version from extension properties by Courtney Goeltzenleuchter · 9 years ago
  30. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  31. dbd2032 v133: Update parameter types on CmdWaitEvents by Courtney Goeltzenleuchter · 9 years ago
  32. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  33. f338765 vulkan: Updates to match upstream vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  34. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  35. 922e145 loader: Fix MS compile warning by Courtney Goeltzenleuchter · 9 years ago
  36. fb71f22 bug-14184: Transient memory allocations by Courtney Goeltzenleuchter · 9 years ago
  37. 34ec692 Bug 14248: Add vkFreeDescriptorSets by Tony Barbour · 9 years ago
  38. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  39. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  40. cc44f2a loader: Exit loop as soon as we know the answer by Courtney Goeltzenleuchter · 9 years ago
  41. fedb2a5 loader: use device extension list, not global by Courtney Goeltzenleuchter · 9 years ago
  42. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  43. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  44. 3831094 Layers: They now compile on Windows. by David Pinedo · 9 years ago
  45. 5e1f63d loader: Fix bug where layer default system path string needed to be copied by Jon Ashburn · 9 years ago
  46. 0c08365 Windows SDK: Rename vulkan.dll to vulkan.<major>.dll by David Pinedo · 9 years ago
  47. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  48. 33fa041 loader: Build fixes for Windows by Cody Northrop · 9 years ago
  49. 1531517 loader: Handle relative and filename paths in the layer manifest files by Jon Ashburn · 9 years ago
  50. bd332cc loader: Fix so device layers to enable are from global list of type device by Jon Ashburn · 9 years ago
  51. 2d0c4bb loader: Use layer manifest files to discovery and query layers by Jon Ashburn · 9 years ago
  52. 5c6cf47 loader: early exit if nothing to do. by Courtney Goeltzenleuchter · 9 years ago
  53. 80b0126 loader: collect layer properties regardless of extension by Courtney Goeltzenleuchter · 9 years ago
  54. 6f5b00c loader: Filter extensions for ICD's CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  55. 366b27a loader: Add validation checks to CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  56. 3b8c5ff loader: Validate global layers requested by app by Courtney Goeltzenleuchter · 9 years ago
  57. 746db73 loader: Filter extension list sent to ICD by Courtney Goeltzenleuchter · 9 years ago
  58. a366a63 TODO: Add reminder for new code by Courtney Goeltzenleuchter · 9 years ago
  59. 8109510 loader: Use app's alloc routines if available by Courtney Goeltzenleuchter · 9 years ago
  60. 40caf0b loader: Add error return to detect invalid layers by Courtney Goeltzenleuchter · 9 years ago
  61. 6f460c5 loader: Use stack allocation for temp storage by Courtney Goeltzenleuchter · 9 years ago
  62. 4f7f77f loader: remove redundant log message by Courtney Goeltzenleuchter · 9 years ago
  63. 371de70 loader: track layer library list by Courtney Goeltzenleuchter · 9 years ago
  64. 7f5aafc loader: Save app allocation callbacks by Courtney Goeltzenleuchter · 9 years ago
  65. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  66. 0c26e71 loader: Add implicit layer activation by Jon Ashburn · 9 years ago
  67. eb6d568 loader: Split the instance and device layer enablement env vars into 2 by Jon Ashburn · 9 years ago
  68. bd6c488 loader: Remove the merged enabled_extension list in device and instance structs by Jon Ashburn · 9 years ago
  69. f70f361 loader: Add log warning if json manifest file doesn't end in .json by Jon Ashburn · 9 years ago
  70. 5ef2060 loader: Make a layer properties structure for manifest file. by Jon Ashburn · 9 years ago
  71. b835d1b loader: Rename loader_platform.h -> vk_loader_platform.h by Tobin Ehlis · 9 years ago
  72. 0c6f9ee include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  73. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  74. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  75. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  76. e4a1cf9 vulkan.h: V117 -- Remove Atomic Counters, Bug #14081 by Mark Lobodzinski · 9 years ago
  77. a01c13a loader: Use _alloca instead of alloca on Windows by David Pinedo · 9 years ago
  78. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  79. 2d2cb68 bug-14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  80. 89efef3 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  81. 9aa40a9 loader: Remove locks from vkGet routines by Tony Barbour · 9 years ago
  82. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  83. 3a37aee loader: Remove uneeded ICD and layers scanned boolean by Jon Ashburn · 9 years ago
  84. ffad94d loader: Support gettting JSON ICD manifest files from registry by Jon Ashburn · 9 years ago
  85. 7242c67 loader: Fix compilation warnings for debug_report on Windows by Jon Ashburn · 9 years ago
  86. 59e0224 loader: Add math library to the build for linux cJSON files by Jon Ashburn · 9 years ago
  87. 2077e38 loader: Add parsing of JSON file to find location of ICD libraries by Jon Ashburn · 9 years ago
  88. 3e029d1 loader: Need to use ICD's GetDeviceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  89. ca173b8 loader: Move CreateDevice to device table by Courtney Goeltzenleuchter · 9 years ago
  90. a6628c2 loader: Need to search device extension cache by Courtney Goeltzenleuchter · 9 years ago
  91. 509e973 loader: Add debug info by Courtney Goeltzenleuchter · 9 years ago
  92. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  93. 2bf8f90 bug 14016: Make vkResetFences take const pFences by Courtney Goeltzenleuchter · 9 years ago
  94. 9ec39ac loader: Use loader_GetInstanceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  95. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  96. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  97. a0a8a24 loader: Add {}'s so that loader compilers on Windows by David Pinedo · 9 years ago
  98. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  99. 1d825c7 Windows: Fix build issues on Windows by Tony Barbour · 9 years ago
  100. 922c8f6 loader: Remove support for WSI as an instance extension by Jon Ashburn · 9 years ago