1. ed566c3 loader: Remove device_limits layer by Mark Lobodzinski · 8 years ago
  2. 0ad8313 loader: GH370 - re-enable allocator usage by Mark Young · 8 years ago
  3. d077f99 Revert "loader: GH370 - re-enable allocator usage" by Mark Young · 8 years ago
  4. 4b0b922 loader: GH370 - re-enable allocator usage by Mark Young · 8 years ago
  5. 2769995 Revert "loader: GH370 - re-enable allocator usage" by Chris Forbes · 8 years ago
  6. e6aeb03 loader: GH370 - re-enable allocator usage by Mark Young · 8 years ago
  7. b87f902 layers: Move debug action enums from vk_layer.h by Mark Lobodzinski · 8 years ago
  8. 491cd04 loader: deprecate device layers by Jon Ashburn · 8 years ago
  9. 17b4c86 loader: ghlvl#180 Support a ICD interface version negotiation by Jon Ashburn · 8 years ago
  10. 4dc1d8a loader: ghlvl 361, Simplify library resource handling by Jon Ashburn · 8 years ago
  11. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  12. cc407a2 loader: Run clang-format by Jon Ashburn · 8 years ago
  13. 25d27fe loader: Added some missing function entry points to loader_icd_init_entrys. by Petros Bantolas · 8 years ago
  14. b872696 loader: ghlvl #66, Ensure std_validationadvertises underlying layer extensions by Jon Ashburn · 8 years ago
  15. bd9de05 loader: Don't scribble on caller memory in CreateInstance,CreateDevice by Chris Forbes · 8 years ago
  16. 3e2bd5a loader: report implicit instance extensions by Jeremy Hayes · 8 years ago
  17. ad6300f loader: vk{Create|Destroy}Instance can have multiple tmp callbacks by Ian Elliott · 8 years ago
  18. 295fe40 loader: Remove trampoline/terminator dependency in vkEnumeratePhysicalDevices by Piers Daniell · 8 years ago
  19. 61e4538 loader: Fix loader_unwrap_physical_device() to cast to correct type by Piers Daniell · 8 years ago
  20. ea2abf0 loader: Fix bugs found in code review. by Ian Elliott · 8 years ago
  21. 3b354cf loader: Setup temporary callback for vkDestroyInstance by Ian Elliott · 8 years ago
  22. 787eb25 loader: ghlvl 116 Fix CreateDevice to use the proper ICDs PhysDev by Jon Ashburn · 8 years ago
  23. 739391a layers: Rename param_checker to parameter_validation by Mark Lobodzinski · 8 years ago
  24. 41c2f92 layers: Replace draw_state and mem_tracker with core validation by Mark Lobodzinski · 8 years ago
  25. 848bad4 #include formatting changes for relative look-up. by Aaron Karp · 8 years ago
  26. 1a02c2f loader: make sure createDevice uses ICDs physicalDevice by Jon Ashburn · 8 years ago
  27. 4e8c416 loader: Fix issue passing wrong instance if layer wraps instances by Jon Ashburn · 8 years ago
  28. c7d3e73 loader: gllvl #50, Add support for the WSI extension KHR_display by Jon Ashburn · 8 years ago
  29. 014438f loader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDevice by Jon Ashburn · 8 years ago
  30. 1530c34 loader: Better delineate trampoline and terminator functions by Jon Ashburn · 8 years ago
  31. 4b8e87d loader: Fix threading layer name in loader standard_threading by Jon Ashburn · 8 years ago
  32. 2e37d75 loader: For dev ext trampoline error code, add error logging by Jon Ashburn · 9 years ago
  33. 7148344 loader: add support for standard_validation layer enabled from env var by Jon Ashburn · 9 years ago
  34. 86a527a loader: Add feature standard-validation layer from application by Jon Ashburn · 9 years ago
  35. f2b4e38 loader: rerun clang-format on some files by Jon Ashburn · 9 years ago
  36. 510e20d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 9 years ago
  37. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  38. e9f09ef loader: Null-terminated string checks by Mark Lobodzinski · 9 years ago
  39. 6e0a213 loader: Fix bug on pass by value for created_instance by Jon Ashburn · 9 years ago
  40. 23d36b1 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 9 years ago
  41. 2f057e8 loader: Fix 32-bit loader exception when layers enabled for Vulkan apps. by Mark Young · 9 years ago
  42. 373c180 vktrace: Get partially working again with the new loader/layer interface by Jon Ashburn · 9 years ago
  43. 00150eb loader: implement new layer init method by Courtney Goeltzenleuchter · 9 years ago
  44. 5f55660 loader: Fix so unwrapped instance gets used for layer instance extension dispatch by Jon Ashburn · 9 years ago
  45. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  46. f821dad misc: Update copyright statements by Courtney Goeltzenleuchter · 9 years ago
  47. 822e8d7 debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  48. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  49. 107a0d2 debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  50. a8a5f85 wsi: Make WSI cases more consistent, fail if not set correctly by Mark Lobodzinski · 9 years ago
  51. 39fbd4e loader: Add support for device extension entrypoints in layer JSON files by Jon Ashburn · 9 years ago
  52. 6e6a216 loader: Convert ext list helper functions to generic form by Jon Ashburn · 9 years ago
  53. f72a04b loader: Add terminator functions for Create*SurfaceKHR functions by Jon Ashburn · 9 years ago
  54. fb42cd7 loader: Convert vkDestroySurfaceKHR() to have a terminator. by Ian Elliott · 9 years ago
  55. faa9081 wsi: Moved definition of CreateXxxSurface extension to CMakefile by Mark Lobodzinski · 9 years ago
  56. 919fa30 loader: Add vkGetPhysicalDevice*PresentationSupportKHR() by Ian Elliott · 9 years ago
  57. db4300a loader: Address Jon Ashburn's review comments. by Ian Elliott · 9 years ago
  58. 486c550 loader: Add new vkGetPhysicalDeviceSurface*KHR() functions. by Ian Elliott · 9 years ago
  59. af7d636 loader: Started plumbing the platform extensions. by Ian Elliott · 9 years ago
  60. 954fa34 loader: Started porting loader to new WSI (GIPA missing). by Ian Elliott · 9 years ago
  61. ba04233 WSI: Eliminate a lot of references to WSI header files. by Ian Elliott · 9 years ago
  62. 1dcd109 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  63. abd0772 Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  64. 781a7ae loader: Don't use ICD's VkDevice after it has been destroyed by Jon Ashburn · 9 years ago
  65. 005617f loader: Add parsing of api_version in ICD JSON by Jon Ashburn · 9 years ago
  66. fc1031e loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  67. 9ab6150 bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  68. fc40cd0 Merge branch 'david_include_change_20151106' by David Pinedo · 9 years ago
  69. 8a39efc loader: Convert GetInstanceProcAddr and GetDeviceProcAddr over to new semantics by Jon Ashburn · 9 years ago
  70. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  71. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  72. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  73. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  74. 1724104 bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (WIP) by Chia-I Wu · 9 years ago
  75. 5c17c96 bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  76. 00eb6c0 loader: Call down chain for vkEnumerateDeviceExtensionProperties by Jon Ashburn · 9 years ago
  77. 24cd4be loader: Create a VkPhysicalDevice object rather than using ICDs by Jon Ashburn · 9 years ago
  78. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  79. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  80. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  81. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  82. 1ff1759 Loader: Fix locking bug in CreateInstance by Jon Ashburn · 9 years ago
  83. dad30df layers: Fix Windows compile warnings by Courtney Goeltzenleuchter · 9 years ago
  84. 8f3459c loader, icd: correct use of _aligned_malloc by Mike Stroyan · 9 years ago
  85. e0e6457 loader: Fixes in trampoline code to support layers which wrap objects by Jon Ashburn · 9 years ago
  86. 69e9ea2 loader: Change GetXXProcAddr to support NULL dispatchable object by Jon Ashburn · 9 years ago
  87. 6461ef2 loader: Add lock around cJSON so big loader lock is not needed as much by Jon Ashburn · 9 years ago
  88. 35985f6 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  89. a22097a bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  90. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  91. da72a0d vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  92. 87d6aa9 loader: make thirdparty code use allocation callbacks by Jon Ashburn · 9 years ago
  93. e39a4f8 loader: Make use of app provided allocation callbacks by Jon Ashburn · 9 years ago
  94. 7e40db9 WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  95. 3d00233 loader: Make so layer manifest files are retained at CreateInstance by Jon Ashburn · 9 years ago
  96. 8810c5f loader: Make the ICD library scan happen as needed rather than once by Jon Ashburn · 9 years ago
  97. 7dc7922 loader: Remove the device_extension list from from scanned icds, unused by Jon Ashburn · 9 years ago
  98. 5c6a46f loader: Remove the global extension list from scanned_icds struct by Jon Ashburn · 9 years ago
  99. eacfa3a loader: Make the global/instance ext list once for each instance by Jon Ashburn · 9 years ago
  100. 9a4c6aa loader: Remove global instance extension list and rebuild it as needed by Jon Ashburn · 9 years ago