1. 2b259dc loader: Remove old declaration for KHX extension by Lenny Komow · 6 years ago
  2. 077c2a6 Revert "loader: Only return ext pointers if ext is enabled" by Lenny Komow · 6 years ago
  3. dbc866a loader: Fix debug_report not returning NULL by Lenny Komow · 6 years ago
  4. 3ea04bb loader: Only return ext pointers if ext is enabled by Lenny Komow · 6 years ago
  5. 281033b loader: Fix MSVC uninitialize variable warning by Lenny Komow · 6 years ago
  6. 1658611 loader: Extend pre-instance intercepts for 1.1 by Lenny Komow · 6 years ago
  7. 51390c5 Device group extension rename by Mike Schuchardt · 6 years ago
  8. 46ed510 Fix vkGetDeviceQueue2 segfault when returned vkQueue is VK_NULL_HANDLE by Tom Cooper · 7 years ago
  9. 6ba8abe Implement initial VK_EXT_debug_utils changes by Mark Young · 7 years ago
  10. fb80894 build: Bump linux loader version to 1.1 by Lenny Komow · 7 years ago
  11. 9e07295 docs: Update loader doc for 1.0 ICD handling by Lenny Komow · 7 years ago
  12. d74b368 loader: Update 1.0 checking mechanism by Lenny Komow · 7 years ago
  13. 88dc89b loader: Disable emulation for 1.1 core functions by Lenny Komow · 7 years ago
  14. e12b336 loader: Check vkEnumerateInstanceVersion in ICD by Lenny Komow · 7 years ago
  15. a16d03c loader: Remove repeated function from vulkan.def by Lenny Komow · 7 years ago
  16. 397f9d4 loader: Re-add old 1.1 loader work by Lenny Komow · 7 years ago
  17. 284d5cf loader: Fix crash in VK_KHR_surface by Lenny Komow · 7 years ago
  18. 838df73 loader: Fix loader using stale VkApplicationInfo by Lenny Komow · 7 years ago
  19. 2682e24 loader: Remove version check from vkCreateInstance by Lenny Komow · 7 years ago
  20. 05c419b loader: Fix crash with null VkApplicationInfo by Lenny Komow · 7 years ago
  21. a152485 loader: Update loader for Vulkan 1.1 by Lenny Komow · 7 years ago
  22. 802a965 loader: Update functions names by Lenny Komow · 7 years ago
  23. da999b0 loader: Update vkEnumerateInstanceVersion for 1.1 by Lenny Komow · 7 years ago
  24. c45b98c loader: Add new core 1.1 entry points by Lenny Komow · 7 years ago
  25. 76f0f73 loader: Fix windows build by Lenny Komow · 7 years ago
  26. 82e15e0 loader: Move manual KHR exts to core by Lenny Komow · 7 years ago
  27. 7741512 loader: Update vulkan version location by Mark Lobodzinski · 7 years ago
  28. 7c7c8d2 header: KHX->KHR name changes by Mark Lobodzinski · 7 years ago
  29. 2e5ed33 macOS: Add macOS support by Karl Schultz · 7 years ago
  30. 891ae26 build: Fix -Wmicrosoft-cast warnings with clang-cl by Nico Weber · 6 years ago
  31. 7dc9a59 loader: Don't add duplicate JSON files from Khronos registry path. by Norbert Garnys · 6 years ago
  32. 9a73b66 loader: Fix loader skipping layer files by Lenny Komow · 6 years ago
  33. ad34df2 loader: link with OneCore umbrella library by Slawomir Cygan · 7 years ago
  34. a589d42 loader: use Unicode functions from cfgmgr32.lib by Slawomir Cygan · 7 years ago
  35. 8e2eea3 loader: remove references to shlwapi.lib by Slawomir Cygan · 7 years ago
  36. 37f236c cmake: Move LVL temp/worker targets into subfolder by Mark Lobodzinski · 7 years ago
  37. d0b4d6f cmake: Fix non-existant cmake variable by Mark Lobodzinski · 7 years ago
  38. 2334298 loader: Fix static library initialization by Lenny Komow · 7 years ago
  39. c2536de loader: Restore pNext data in CreateDevice by Joey Bzdek · 7 years ago
  40. 3b95839 loader: Fix enabling extensions from layers by Lenny Komow · 7 years ago
  41. 158e9d9 loader: Clean up mutexes on destruction by Lenny Komow · 7 years ago
  42. e583032 Loader: fix open registry handle leak by Slawomir Cygan · 7 years ago
  43. 0ac6e62 build: Fix linux 32-bit assembly config by Lenny Komow · 7 years ago
  44. 32846e5 docs: Update loader doc for pre-instance layers by Lenny Komow · 7 years ago
  45. 3cf3ac7 loader: Add pre-instance functions for layers by Lenny Komow · 7 years ago
  46. 8314e54 loader: Change overzealous warning to debug msg by Lenny Komow · 7 years ago
  47. 6811b5d build: Address clang compilation warnings by Karl Schultz · 7 years ago
  48. aca1de1 loader: Fix Clang errors/warnings. by Jamie Madill · 7 years ago
  49. 6974a13 loader: fix memory leak for layers with >1 dev_exts by Cort Stratton · 7 years ago
  50. a11ae0b loader: Fix improper cast warning. by Jamie Madill · 7 years ago
  51. 5208de5 loader: Fix pre-instance proc addresses by Lenny Komow · 7 years ago
  52. fde5708 loader: Fix function name in interface doc by Tobin Ehlis · 7 years ago
  53. 2dbc215 loader:Updates to LL Interface Doc by Tobin Ehlis · 7 years ago
  54. 7ddd432 loader: Fix info message when activating a layer by Lenny Komow · 7 years ago
  55. ab044ee loader/vulkan.pc.in: GH1212; Libraries required by vulkan.so for by John Zupin · 7 years ago
  56. 2153273 Loader: Fix OOM in loaderGetDeviceRegistryFiles() by Igor Ostrowski · 7 years ago
  57. 5c5fde3 loader: Fix TEXTREL on 32-bit linux loader by Lenny Komow · 7 years ago
  58. faef4e7 build: Limit control flow guard to loader/demos by Mark Lobodzinski · 7 years ago
  59. a44cc85 loader: Fix crash from loading invalid ICD by Lenny Komow · 7 years ago
  60. 4c3d377 docs: Update loader doc for pnp registry changes by Lenny Komow · 7 years ago
  61. f7c0938 loader: Allow layer loading from pnp registry by Lenny Komow · 7 years ago
  62. 2089cdb loader: Fix PnP 32-bit registry handling by Lenny Komow · 7 years ago
  63. b1685e0 loader: Fix GetProcAddress loading illegal funcs by Lenny Komow · 7 years ago
  64. 018bfd5 Loader: Fix out-of-memory handling in loaderGetDeviceRegistryFiles by Slawomir Cygan · 7 years ago
  65. e17a12a loader: Replace overzealous warnings with info by Lenny Komow · 7 years ago
  66. 408e0bd loader: Don't load manifest files more than once by Lenny Komow · 7 years ago
  67. 8f9f255 loader: Fix size handling when scanning registries by Slawomir Cygan · 7 years ago
  68. 9a2fa0e loader: Add new ICD search paths to loader by Slawomir Cygan · 7 years ago
  69. 32dffc0 loader: Remove executable stack from libvulkan.so by Lenny Komow · 7 years ago
  70. c8b807a loader: Fix vkEnumerateDeviceLayerProperties by Mark Young · 7 years ago
  71. bd7ceab loader: Do not enumerate extensions from disabled implicit layers by Jean-Francois Roy · 7 years ago
  72. abc2d6e header: Update to 1.0.54 Vulkan release by Mark Young · 7 years ago
  73. ea568fe loader: Rename files to better reflect their use by Lenny Komow · 7 years ago
  74. 5e30036 loader: Fix unknown device trampolines on Windows by Lenny Komow · 7 years ago
  75. 35d2aa3 loader: Fix unknown device trampolines on Linux by Lenny Komow · 7 years ago
  76. 253747d loader: Fix unknown phys dev terms on Linux by Lenny Komow · 7 years ago
  77. 7a62c48 loader: Fix unknown phys dev terms on Windows by Lenny Komow · 7 years ago
  78. d3953da build: Fix build on non-x86 Linux systems by Lenny Komow · 7 years ago
  79. 02df1a8 loader: Add validation for apiVersion by Mark Young · 7 years ago
  80. 3f7a3b3 loader: Fix handling of JSON by Mark Young · 7 years ago
  81. ba800b8 build: Fix assembler warning on Win64 by Lenny Komow · 7 years ago
  82. fe5f4e6 build: Quote asm arg to allow bld w/spaces in path by Karl Schultz · 7 years ago
  83. dbe4bdc build: Enable linux 32-bit builds with ASFLAGS by Lenny Komow · 7 years ago
  84. e0ab148 build: Do not overwrite CMAKE_ASM-ATT_FLAGS by Józef Kucia · 7 years ago
  85. 1b1d896 loader: Fix alloc issue by Mark Young · 7 years ago
  86. a2871ce build: Fix ninja build by Lenny Komow · 7 years ago
  87. b8133f5 loader: Fix unknown phys dev trampolines on linux by Lenny Komow · 7 years ago
  88. 5ed93f2 loader: Fix unknown phys dev trampolines on win32 by Lenny Komow · 7 years ago
  89. 19b9e63 build: Add CMake flag to suppress LVL content by Karl Schultz · 7 years ago
  90. d4c79b1 docs: Remove swapchain refs from docs/text files by Mark Lobodzinski · 7 years ago
  91. 872fd93 loader: Change std_val to ignore swapchain layer by Mark Lobodzinski · 7 years ago
  92. d431e13 loader: replace UTF-8 “” with " by Nekotekina · 7 years ago
  93. 7151014 loader: Fix buffer overflow in loader_add_to_dev_ext_list by Gabríel Arthúr Pétursson · 7 years ago
  94. 728ff06 loader: Add emulation for EXT inst extensions by Lenny Komow · 7 years ago
  95. 4687c7f loader: Emulate surface capabilities 2 by Lenny Komow · 7 years ago
  96. 48cea0c loader: Fix env usage and cleanup messages by Mark Young · 7 years ago
  97. 34d78d2 loader: Extend emulation to VkDevice creation by Lenny Komow · 7 years ago
  98. 185b35a loader: Add additional extensions to ext emulation by Lenny Komow · 7 years ago
  99. 55bd539 loader: Use correct instance in gpdpa call by Tony Barbour · 7 years ago
  100. 540d71c docs: Update docs with env vars by Mark Young · 7 years ago