1. 9b2a8c9 loader: Run clang-format by Jon Ashburn · 8 years ago
  2. 5ba5d5d loader: Added some missing function entry points to loader_icd_init_entrys. by Petros Bantolas · 8 years ago
  3. e178310 loader: ghlvl #66, Ensure std_validationadvertises underlying layer extensions by Jon Ashburn · 8 years ago
  4. eef20d0 loader: Don't scribble on caller memory in CreateInstance,CreateDevice by Chris Forbes · 8 years ago
  5. 0005c0c loader: report implicit instance extensions by Jeremy Hayes · 8 years ago
  6. 01b7832 loader: vk{Create|Destroy}Instance can have multiple tmp callbacks by Ian Elliott · 8 years ago
  7. fc50041 loader: Remove trampoline/terminator dependency in vkEnumeratePhysicalDevices by Piers Daniell · 8 years ago
  8. 9c28c38 loader: Fix loader_unwrap_physical_device() to cast to correct type by Piers Daniell · 8 years ago
  9. a861516 loader: Fix bugs found in code review. by Ian Elliott · 8 years ago
  10. 1c3b186 loader: Setup temporary callback for vkDestroyInstance by Ian Elliott · 8 years ago
  11. 3c4a114 loader: ghlvl 116 Fix CreateDevice to use the proper ICDs PhysDev by Jon Ashburn · 8 years ago
  12. 1c33357 layers: Rename param_checker to parameter_validation by Mark Lobodzinski · 8 years ago
  13. 0411f59 layers: Replace draw_state and mem_tracker with core validation by Mark Lobodzinski · 8 years ago
  14. 074e0d5 #include formatting changes for relative look-up. by Aaron Karp · 8 years ago
  15. fc53d90 loader: make sure createDevice uses ICDs physicalDevice by Jon Ashburn · 8 years ago
  16. 48cd3ae loader: Fix issue passing wrong instance if layer wraps instances by Jon Ashburn · 8 years ago
  17. 00df045 loader: gllvl #50, Add support for the WSI extension KHR_display by Jon Ashburn · 8 years ago
  18. 8766043 loader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDevice by Jon Ashburn · 8 years ago
  19. a9c4a57 loader: Better delineate trampoline and terminator functions by Jon Ashburn · 8 years ago
  20. e523fd6 loader: Fix threading layer name in loader standard_threading by Jon Ashburn · 8 years ago
  21. 7d1a53d loader: For dev ext trampoline error code, add error logging by Jon Ashburn · 8 years ago
  22. a0eecb2 loader: add support for standard_validation layer enabled from env var by Jon Ashburn · 8 years ago
  23. 715de58 loader: Add feature standard-validation layer from application by Jon Ashburn · 9 years ago
  24. 7ec85cd loader: rerun clang-format on some files by Jon Ashburn · 9 years ago
  25. 5c13d4d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 9 years ago
  26. 3cd96a2 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  27. c882eee loader: Null-terminated string checks by Mark Lobodzinski · 9 years ago
  28. a4b3494 loader: Fix bug on pass by value for created_instance by Jon Ashburn · 9 years ago
  29. 44aed66 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 9 years ago
  30. 6737df0 loader: Fix 32-bit loader exception when layers enabled for Vulkan apps. by Mark Young · 9 years ago
  31. e44367a vktrace: Get partially working again with the new loader/layer interface by Jon Ashburn · 9 years ago
  32. 2bdf6da loader: implement new layer init method by Courtney Goeltzenleuchter · 9 years ago
  33. da9d0e8 loader: Fix so unwrapped instance gets used for layer instance extension dispatch by Jon Ashburn · 9 years ago
  34. acb1359 debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  35. ebbb96d misc: Update copyright statements by Courtney Goeltzenleuchter · 9 years ago
  36. 6175e4b debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  37. f6a6e22 debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  38. dc9592a debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  39. b3e934d wsi: Make WSI cases more consistent, fail if not set correctly by Mark Lobodzinski · 9 years ago
  40. 738136f loader: Add support for device extension entrypoints in layer JSON files by Jon Ashburn · 9 years ago
  41. 8f6be30 loader: Convert ext list helper functions to generic form by Jon Ashburn · 9 years ago
  42. 25a158f loader: Add terminator functions for Create*SurfaceKHR functions by Jon Ashburn · 9 years ago
  43. 7b9f782 loader: Convert vkDestroySurfaceKHR() to have a terminator. by Ian Elliott · 9 years ago
  44. 28214d9 wsi: Moved definition of CreateXxxSurface extension to CMakefile by Mark Lobodzinski · 9 years ago
  45. 4e309e9 loader: Add vkGetPhysicalDevice*PresentationSupportKHR() by Ian Elliott · 9 years ago
  46. 40c4a1f loader: Address Jon Ashburn's review comments. by Ian Elliott · 9 years ago
  47. 8cda180 loader: Add new vkGetPhysicalDeviceSurface*KHR() functions. by Ian Elliott · 9 years ago
  48. 9c068c9 loader: Started plumbing the platform extensions. by Ian Elliott · 9 years ago
  49. a81e8ac loader: Started porting loader to new WSI (GIPA missing). by Ian Elliott · 9 years ago
  50. e504c01 WSI: Eliminate a lot of references to WSI header files. by Ian Elliott · 9 years ago
  51. 64070a8 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  52. a31fe0b Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  53. dbf8cee loader: Don't use ICD's VkDevice after it has been destroyed by Jon Ashburn · 9 years ago
  54. 0083b22 loader: Add parsing of api_version in ICD JSON by Jon Ashburn · 9 years ago
  55. 429e19f loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  56. af9e4fd bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  57. 42d509c Merge branch 'david_include_change_20151106' by David Pinedo · 9 years ago
  58. 9945600 loader: Convert GetInstanceProcAddr and GetDeviceProcAddr over to new semantics by Jon Ashburn · 9 years ago
  59. 329ca9e Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  60. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  61. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  62. 50c57ef misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  63. 5202c54 bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (WIP) by Chia-I Wu · 9 years ago
  64. 3138d6a bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  65. db5a5bc loader: Call down chain for vkEnumerateDeviceExtensionProperties by Jon Ashburn · 9 years ago
  66. 251258f loader: Create a VkPhysicalDevice object rather than using ICDs by Jon Ashburn · 9 years ago
  67. c51b121 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  68. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  69. 69f4012 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  70. 01d2ae1 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  71. 19d11ea Loader: Fix locking bug in CreateInstance by Jon Ashburn · 9 years ago
  72. a2f21d0 layers: Fix Windows compile warnings by Courtney Goeltzenleuchter · 9 years ago
  73. 5d1b3b3 loader, icd: correct use of _aligned_malloc by Mike Stroyan · 9 years ago
  74. 0c5eea2 loader: Fixes in trampoline code to support layers which wrap objects by Jon Ashburn · 9 years ago
  75. 8aa75cb loader: Change GetXXProcAddr to support NULL dispatchable object by Jon Ashburn · 9 years ago
  76. d02fc2c loader: Add lock around cJSON so big loader lock is not needed as much by Jon Ashburn · 9 years ago
  77. 74c4ce9 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  78. 83c95f8 bug 14537: Improve VkImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  79. 67b42b7 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  80. 7dae686 vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139 by Mark Lobodzinski · 9 years ago
  81. 413d658 loader: make thirdparty code use allocation callbacks by Jon Ashburn · 9 years ago
  82. e58f1a3 loader: Make use of app provided allocation callbacks by Jon Ashburn · 9 years ago
  83. 338dedb WSI: Convert WSI swapchain extension usage to new KHR style by Ian Elliott · 9 years ago
  84. e9ca8fa loader: Make so layer manifest files are retained at CreateInstance by Jon Ashburn · 9 years ago
  85. 754f199 loader: Make the ICD library scan happen as needed rather than once by Jon Ashburn · 9 years ago
  86. fc01b5f loader: Remove the device_extension list from from scanned icds, unused by Jon Ashburn · 9 years ago
  87. 85f9807 loader: Remove the global extension list from scanned_icds struct by Jon Ashburn · 9 years ago
  88. cfe4e68 loader: Make the global/instance ext list once for each instance by Jon Ashburn · 9 years ago
  89. c1d1eb7 loader: Remove global instance extension list and rebuild it as needed by Jon Ashburn · 9 years ago
  90. 182b830 loader: Remove one time scan of layer libraries; do it as needed by Jon Ashburn · 9 years ago
  91. ef72e2a v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  92. c4748dc loader: Remove extension origin and use Vulkan ext prop structure by Jon Ashburn · 9 years ago
  93. 0b72805 loader: Make sure layer list from manifest file is all cleaned up properly by Jon Ashburn · 9 years ago
  94. c2a4d93 loader: Move long DEBUG_REPORT comments into debug report source code by Jon Ashburn · 9 years ago
  95. 4b7f35f loader: Convert layer versions from manifest file to Vulkan int version by Jon Ashburn · 9 years ago
  96. 4e18956 loader: Add missing entrypoints CmdPushConstants, GetRenderArea, GetPDImgFormat by Jon Ashburn · 9 years ago
  97. f99e410 Fix win32 build by Dan Ginsburg · 9 years ago
  98. 0bf6a18 loader: Switch to using layer manifest file info for layer extension info by Jon Ashburn · 9 years ago
  99. ce7e3d9 loader: Use GetInstanceProcAddr rather than dlsym for most ICD entrypoints by Jon Ashburn · 9 years ago
  100. 1d73e66 loader: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago