1. 9b2a8c9 loader: Run clang-format by Jon Ashburn · 8 years ago
  2. 1d5109d Fix 4 MSVS warnings in loader and layers. by Jamie Madill · 8 years ago
  3. 01b7832 loader: vk{Create|Destroy}Instance can have multiple tmp callbacks by Ian Elliott · 8 years ago
  4. a9c4a57 loader: Better delineate trampoline and terminator functions by Jon Ashburn · 8 years ago
  5. c50a598 loader: Fix MSVS warnings by Karl Schultz · 8 years ago
  6. 3cd96a2 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  7. 44aed66 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 9 years ago
  8. 2acdd15 Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  9. ac7b68b debug_report: Integrate review feedback by Courtney Goeltzenleuchter · 9 years ago
  10. 240fb9f debug_report: MR141, Change pUserData to match type used elsewhere by Courtney Goeltzenleuchter · 9 years ago
  11. a4ae48b misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  12. 9a3c2b4 misc: make sure host memory alignment is a power of two by Jon Ashburn · 9 years ago
  13. acb1359 debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  14. 15436c1 loader: utils for managing debug report events by Courtney Goeltzenleuchter · 9 years ago
  15. ebbb96d misc: Update copyright statements by Courtney Goeltzenleuchter · 9 years ago
  16. 83f5d0b loader: debug_report terminator functions use cast to get loader instance by Jon Ashburn · 9 years ago
  17. 6175e4b debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  18. d83dbb1 debug_report: make destroy have void return value by Courtney Goeltzenleuchter · 9 years ago
  19. f6a6e22 debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  20. dc9592a debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  21. 1c918f6 loader: Remove unused function by Courtney Goeltzenleuchter · 9 years ago
  22. cc314b9 loader: Remove unused debug helper functions by Courtney Goeltzenleuchter · 9 years ago
  23. 3e1c844 layers: Rename VK_DEBUG_REPORT_EXTENSION enums by Courtney Goeltzenleuchter · 9 years ago
  24. 95e6dba layers: rename VkDbgObjectType by Courtney Goeltzenleuchter · 9 years ago
  25. f8fe128 layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  26. 96b714a loader: Compile fixes to instance extension from rebase of bug 15068 changes by Jon Ashburn · 9 years ago
  27. af9e4fd bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  28. 2188396 loader: Update calling conventions on instance extension functions by Jon Ashburn · 9 years ago
  29. 42d509c Merge branch 'david_include_change_20151106' by David Pinedo · 9 years ago
  30. 9945600 loader: Convert GetInstanceProcAddr and GetDeviceProcAddr over to new semantics by Jon Ashburn · 9 years ago
  31. 329ca9e Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  32. 96cd795 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  33. 8a17da5 misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  34. 50c57ef misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  35. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  36. 69f4012 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  37. 763a749 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  38. e420a33 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  39. b5738ca loader: Use correct 64bit printf format for Windows by Courtney Goeltzenleuchter · 9 years ago
  40. 0c5eea2 loader: Fixes in trampoline code to support layers which wrap objects by Jon Ashburn · 9 years ago
  41. 05b4ec6 loader: Fix vkGetInstanceProcAddr to handle debug_report extension by Jon Ashburn · 9 years ago
  42. 2d8831a loader: Remove instance validation checks from debug_report.c by Mark Lobodzinski · 9 years ago
  43. a54b76a bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  44. 6fb9a53 loader: Fix Windows build for alloc stuff by Jon Ashburn · 9 years ago
  45. e58f1a3 loader: Make use of app provided allocation callbacks by Jon Ashburn · 9 years ago
  46. e5c4872 loader: convert to using loader_stack_alloc for consistency by Jon Ashburn · 9 years ago
  47. d5b6e89 All extensions single revision number instead of major.minor.patch by Ian Elliott · 9 years ago
  48. f9136f4 include: Change debug report pUserData parameter to non-const by Jon Ashburn · 9 years ago
  49. c4748dc loader: Remove extension origin and use Vulkan ext prop structure by Jon Ashburn · 9 years ago
  50. 846298c xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME by Courtney Goeltzenleuchter · 9 years ago
  51. f99e410 Fix win32 build by Dan Ginsburg · 9 years ago
  52. c3c1f01 loader: Add support for debug break helper by Courtney Goeltzenleuchter · 9 years ago
  53. 73a21d3 v133: eliminate version from extension properties by Courtney Goeltzenleuchter · 9 years ago
  54. de4124d Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  55. b620ace loader: Save app allocation callbacks by Courtney Goeltzenleuchter · 9 years ago
  56. 18061cd loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  57. 6037841 loader: Remove the merged enabled_extension list in device and instance structs by Jon Ashburn · 9 years ago
  58. 2d1d970 include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  59. 622ca2f loader: Remove uneeded ICD and layers scanned boolean by Jon Ashburn · 9 years ago
  60. cab27b3 loader: Fix compilation warnings for debug_report on Windows by Jon Ashburn · 9 years ago
  61. 6969851 Windows: Fix build issues on Windows by Tony Barbour · 9 years ago
  62. f1eb249 memtracker: Add persistent storage by Courtney Goeltzenleuchter · 9 years ago
  63. 877aa22 loader: remove now unused hosted field by Courtney Goeltzenleuchter · 9 years ago
  64. b40f256 loader: Make global functions (instance chain entrypoints) thread safe by Jon Ashburn · 9 years ago
  65. 3d8dc1f loader: Fix DestroyInstance by Courtney Goeltzenleuchter · 9 years ago
  66. 8afefb5 loader: Add utility to return loader instance ptr by Courtney Goeltzenleuchter · 9 years ago
  67. 6765bf9 loader: remove dependency fields from extension info by Courtney Goeltzenleuchter · 9 years ago
  68. b843f0b loader: Fix debug_report utility functions string names to be consistent by Jon Ashburn · 9 years ago
  69. 1c7c65d extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago