1. 0f183a8 vulkan: update to header 1.0.42 by Mark Young · 7 years ago
  2. 64318ba repo: Clang-format LVL source files using Google by Mark Lobodzinski · 8 years ago
  3. 729a8d3 repo: Clang-format c/cpp/h LVL files using LLVM by Mark Lobodzinski · 8 years ago
  4. 3938987 loader: Update the loader to 1.0.39 by Mark Young · 8 years ago
  5. e2ef9e6 loader: Fix static analysis warnings by Karl Schultz · 8 years ago
  6. 0fea692 loader: Fix debug report memory leaks by Mark Young · 8 years ago
  7. 9497129 build: loader: Fix warnings for 32-bit linux by Karl Schultz · 8 years ago
  8. 0153e0b loader: Rename icd and physical device vars by Mark Young · 8 years ago
  9. d82497d loader: Fix compilation warning in debug_report.c by Mark Young · 8 years ago
  10. 9b0636f loader: gh1035- vkDestroyDebugReportCallbackEXT by Mark Young · 8 years ago
  11. 35159af loader: Cleanup 1.0.25 extension work by Mark Young · 8 years ago
  12. 7e4da97 loader: gh851 wrap debug report callbacks by Mark Young · 8 years ago
  13. 0ad8313 loader: GH370 - re-enable allocator usage by Mark Young · 8 years ago
  14. d077f99 Revert "loader: GH370 - re-enable allocator usage" by Mark Young · 8 years ago
  15. 4b0b922 loader: GH370 - re-enable allocator usage by Mark Young · 8 years ago
  16. 2769995 Revert "loader: GH370 - re-enable allocator usage" by Chris Forbes · 8 years ago
  17. e6aeb03 loader: GH370 - re-enable allocator usage by Mark Young · 8 years ago
  18. a26d47c loader: Fix issue when ICD DestroyDebugReportCallbackEXT not found. by Mark Young · 8 years ago
  19. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  20. cc407a2 loader: Run clang-format by Jon Ashburn · 8 years ago
  21. 2b6b8d5 Fix 4 MSVS warnings in loader and layers. by Jamie Madill · 8 years ago
  22. ad6300f loader: vk{Create|Destroy}Instance can have multiple tmp callbacks by Ian Elliott · 8 years ago
  23. 1530c34 loader: Better delineate trampoline and terminator functions by Jon Ashburn · 8 years ago
  24. 2558bd3 loader: Fix MSVS warnings by Karl Schultz · 8 years ago
  25. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  26. 23d36b1 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 9 years ago
  27. 93ecb1d Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  28. b69cd59 debug_report: Integrate review feedback by Courtney Goeltzenleuchter · 9 years ago
  29. 23cc913 debug_report: MR141, Change pUserData to match type used elsewhere by Courtney Goeltzenleuchter · 9 years ago
  30. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  31. 6a118ae misc: make sure host memory alignment is a power of two by Jon Ashburn · 9 years ago
  32. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  33. 8288727 loader: utils for managing debug report events by Courtney Goeltzenleuchter · 9 years ago
  34. f821dad misc: Update copyright statements by Courtney Goeltzenleuchter · 9 years ago
  35. d3c5d27 loader: debug_report terminator functions use cast to get loader instance by Jon Ashburn · 9 years ago
  36. 822e8d7 debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  37. 5ffb1d9 debug_report: make destroy have void return value by Courtney Goeltzenleuchter · 9 years ago
  38. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  39. 107a0d2 debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  40. 8a00cbf loader: Remove unused function by Courtney Goeltzenleuchter · 9 years ago
  41. ea49d3c loader: Remove unused debug helper functions by Courtney Goeltzenleuchter · 9 years ago
  42. 09197ae layers: Rename VK_DEBUG_REPORT_EXTENSION enums by Courtney Goeltzenleuchter · 9 years ago
  43. b19042e layers: rename VkDbgObjectType by Courtney Goeltzenleuchter · 9 years ago
  44. fd4830c layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  45. 4f23258 loader: Compile fixes to instance extension from rebase of bug 15068 changes by Jon Ashburn · 9 years ago
  46. 9ab6150 bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  47. 2b1764b loader: Update calling conventions on instance extension functions by Jon Ashburn · 9 years ago
  48. fc40cd0 Merge branch 'david_include_change_20151106' by David Pinedo · 9 years ago
  49. 8a39efc loader: Convert GetInstanceProcAddr and GetDeviceProcAddr over to new semantics by Jon Ashburn · 9 years ago
  50. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  51. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  52. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  53. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  54. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  55. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  56. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  57. e2fc552 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  58. 22d8d79 loader: Use correct 64bit printf format for Windows by Courtney Goeltzenleuchter · 9 years ago
  59. e0e6457 loader: Fixes in trampoline code to support layers which wrap objects by Jon Ashburn · 9 years ago
  60. f7a48db loader: Fix vkGetInstanceProcAddr to handle debug_report extension by Jon Ashburn · 9 years ago
  61. 77e8b14 loader: Remove instance validation checks from debug_report.c by Mark Lobodzinski · 9 years ago
  62. ed89407 bug-14538: Remove driver validation checks by Courtney Goeltzenleuchter · 9 years ago
  63. 480a50a loader: Fix Windows build for alloc stuff by Jon Ashburn · 9 years ago
  64. e39a4f8 loader: Make use of app provided allocation callbacks by Jon Ashburn · 9 years ago
  65. 48091a3 loader: convert to using loader_stack_alloc for consistency by Jon Ashburn · 9 years ago
  66. 464e0b5 All extensions single revision number instead of major.minor.patch by Ian Elliott · 9 years ago
  67. e67741a include: Change debug report pUserData parameter to non-const by Jon Ashburn · 9 years ago
  68. 5c042ea loader: Remove extension origin and use Vulkan ext prop structure by Jon Ashburn · 9 years ago
  69. 05159a9 xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME by Courtney Goeltzenleuchter · 9 years ago
  70. 78556e8 Fix win32 build by Dan Ginsburg · 9 years ago
  71. 03663d0 loader: Add support for debug break helper by Courtney Goeltzenleuchter · 9 years ago
  72. 5304373 v133: eliminate version from extension properties by Courtney Goeltzenleuchter · 9 years ago
  73. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  74. 7f5aafc loader: Save app allocation callbacks by Courtney Goeltzenleuchter · 9 years ago
  75. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  76. bd6c488 loader: Remove the merged enabled_extension list in device and instance structs by Jon Ashburn · 9 years ago
  77. 0c6f9ee include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h by Tobin Ehlis · 9 years ago
  78. 3a37aee loader: Remove uneeded ICD and layers scanned boolean by Jon Ashburn · 9 years ago
  79. 7242c67 loader: Fix compilation warnings for debug_report on Windows by Jon Ashburn · 9 years ago
  80. 1d825c7 Windows: Fix build issues on Windows by Tony Barbour · 9 years ago
  81. 7dcc6a7 memtracker: Add persistent storage by Courtney Goeltzenleuchter · 9 years ago
  82. 48360bb loader: remove now unused hosted field by Courtney Goeltzenleuchter · 9 years ago
  83. 6301a0f loader: Make global functions (instance chain entrypoints) thread safe by Jon Ashburn · 9 years ago
  84. 7d0023c loader: Fix DestroyInstance by Courtney Goeltzenleuchter · 9 years ago
  85. deceded loader: Add utility to return loader instance ptr by Courtney Goeltzenleuchter · 9 years ago
  86. 74b1a1e loader: remove dependency fields from extension info by Courtney Goeltzenleuchter · 9 years ago
  87. c6aecd7 loader: Fix debug_report utility functions string names to be consistent by Jon Ashburn · 9 years ago
  88. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago