1. 233a0ea Pass a CmdPool, not a queue index, to CmdBuffer create by Dana Jansens · 9 years ago
  2. f06ae82 layers: Validate renderPass. by Jeremy Hayes · 9 years ago
  3. a0dffd6 cmake: Set CMAKE_INSTALL_PREFIX to "" so loader will be built with sys paths by Jon Ashburn · 9 years ago
  4. 29bfb20 layers: Rework APIDump changes to fix windows compilation errors by Mark Lobodzinski · 9 years ago
  5. 178ffd0 demos: use -o on glslangValidator to allow parallel make by GregF · 9 years ago
  6. 6b1022c loader: Fix Windows layers json files for backslash as separator by Jon Ashburn · 9 years ago
  7. 8897e19 Screenshot layer: Works on SDK 0.2 branch by David Pinedo · 9 years ago
  8. c0fa1ab ObjectTracker Layer: Fix crash on windows in CreateInstance by David Pinedo · 9 years ago
  9. af27013 tests: We really want to use wrong memory type by Courtney Goeltzenleuchter · 9 years ago
  10. 3b78e46 loader: Fix alloca ro loader_stack_alloc() for Windows by Jon Ashburn · 9 years ago
  11. cba4ab2 tests: Be sure to use correct memory type by Tony Barbour · 9 years ago
  12. ea96890 loader: get_registry_files needs to parse a list by Tony Barbour · 9 years ago
  13. 3d83f49 tests: Fix uninitialized image create info by Tony Barbour · 9 years ago
  14. fe3351b tests: Use global command pool and buffer where possible by Tony Barbour · 9 years ago
  15. 823e6ca tests: Better deal with shader modules by Tony Barbour · 9 years ago
  16. 482c609 tests: Use data pointer instead of address for MSVC++ by Tony Barbour · 9 years ago
  17. e815fd7 tests: Fix up sTypes for vi and cmdPool by Tony Barbour · 9 years ago
  18. 103ac5a tests: Turn on more layer validation layers by Tony Barbour · 9 years ago
  19. 0eae6fd layers: Add separate windows and linux json by Courtney Goeltzenleuchter · 9 years ago
  20. fce60db xchange-94: Use VK_ prefix for environment vars by Courtney Goeltzenleuchter · 9 years ago
  21. 05159a9 xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME by Courtney Goeltzenleuchter · 9 years ago
  22. a663c70 layers: Fix vkGetPipelineCacheSize validation. by Jeremy Hayes · 9 years ago
  23. b9143d8 layers: Enabled detailed output of void* memBarrier parameters by Mark Lobodzinski · 9 years ago
  24. f4b6f56 layers: Fix misc bugs in param checker. by Jeremy Hayes · 9 years ago
  25. 24265ac loader: Fix bug in Windows for mod a static string DEFAULT_VK_LAYERS_INFO by Jon Ashburn · 9 years ago
  26. 0aae9d6 tests: Fix taking pointer of STL vector and then appending to vector by Jon Ashburn · 9 years ago
  27. 46e20d8 loader: fix typo in log message by Jon Ashburn · 9 years ago
  28. 6980e7e bug-14352: Update vulkan.h version by Courtney Goeltzenleuchter · 9 years ago
  29. c9bb61a bug-14352: Missing size parameter in VkSparseMemoryBindInfo by Courtney Goeltzenleuchter · 9 years ago
  30. 1a68a9c bug-14330: Initialize handle on Vulkan objects by Courtney Goeltzenleuchter · 9 years ago
  31. 2fd634c layers: Add validation case for mismatched renderpass attachements and subpasses by Mark Lobodzinski · 9 years ago
  32. 120d93e WSI: Initialize WSI entry points by Courtney Goeltzenleuchter · 9 years ago
  33. ab7db3b vulkan: Add vkCmdPushConstants entry point by Courtney Goeltzenleuchter · 9 years ago
  34. a97e2ea intel: Add support for GetRenderAreaGranularity by Courtney Goeltzenleuchter · 9 years ago
  35. 36a372f layers: Adjust SC to validate bulk pipeline creation by Chris Forbes · 9 years ago
  36. 34c500b Further layer search path fix: s/implicit/explict by James Jones · 9 years ago
  37. 9b14e89 Added ICD loading path debug messages by Liam Middlebrook · 9 years ago
  38. 09a436f Fix loader paths for "etc" directories. by James Jones · 9 years ago
  39. c28b0a1 linux: Fix standard GNU path usage by James Jones · 9 years ago
  40. 3869f41 linux: Use standard GNU install paths by Adam Jackson · 9 years ago
  41. 068bc24 Revert "vulkan: Updated LICENSE.txt with all known license information" by Courtney Goeltzenleuchter · 9 years ago
  42. 2e991f8 loader: Only check 32-bits for magic value by Courtney Goeltzenleuchter · 9 years ago
  43. 6121daf loader: Update the Linux and Windows manifest file documentation to match khr by Jon Ashburn · 9 years ago
  44. bb23456 loader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS to match documentation by Jon Ashburn · 9 years ago
  45. 754864f loader: Add missing entrypoints CmdPushConstants, GetRenderArea, GetPDImgFormat by Jon Ashburn · 9 years ago
  46. 42540ef misc: Add vkGetPhysicalDeviceImageFormatProperties as a stub by Jon Ashburn · 9 years ago
  47. 7ebf121 layers: eliminate Windows compiler warning by Courtney Goeltzenleuchter · 9 years ago
  48. 78556e8 Fix win32 build by Dan Ginsburg · 9 years ago
  49. 91e83b6 compiler: upgrade to latest glslang and LunarGLASS for bug fixes by GregF · 9 years ago
  50. 12afc87 layers: update README.md by Jon Ashburn · 9 years ago
  51. cc294bc loader: have loader_magic be uintptr_t by Courtney Goeltzenleuchter · 9 years ago
  52. 03663d0 loader: Add support for debug break helper by Courtney Goeltzenleuchter · 9 years ago
  53. a8ab9ec loader: Do not include dbg helpers in dispatch by Courtney Goeltzenleuchter · 9 years ago
  54. b9cdb78 loader_log: add OutputDebugString("\n"); by mschott · 9 years ago
  55. 3230e72 loader: Fix ICD and layer directory scan order on Linux by Adam Jackson · 9 years ago
  56. e30ca4c tests: Clean up errors from validation layers by Tony Barbour · 9 years ago
  57. e65788f tests: Use correct usage bits for images by Tony Barbour · 9 years ago
  58. 71bd4b3 tests: Use load op clears by default by Tony Barbour · 9 years ago
  59. c1eb1a5 tests: Change clear to fill buffer to avoid renderpass warning by Tony Barbour · 9 years ago
  60. 770f80d layers: objtrack has to call destroy in FreeDescriptorSets by Tony Barbour · 9 years ago
  61. a6650b3 headers: Updated debug object-to-string fcn with missing object types by Mark Lobodzinski · 9 years ago
  62. 64d5775 layers: Add destroy_obj calls for ObjectTracker by Mark Lobodzinski · 9 years ago
  63. 876a4f5 layers: Only verify data ptr not report_data by Courtney Goeltzenleuchter · 9 years ago
  64. 77d5fd3 cmake: Specify -std=c++11 by Adam Jackson · 9 years ago
  65. b2ef137 loader: Switch to using layer manifest file info for layer extension info by Jon Ashburn · 9 years ago
  66. 577188e layers: In DrawState correctly return rasterSamples count for PSO by Tobin Ehlis · 9 years ago
  67. c5b93b8 vulkan: Updated LICENSE.txt with all known license information by Mark Lobodzinski · 9 years ago
  68. 7f8d70f loader:Remove dead code involving layer library queries now in manifest file by Jon Ashburn · 9 years ago
  69. 4a511f1 loader: Update loader readme and add ICD/ layer discovery documentation by Jon Ashburn · 9 years ago
  70. c624c88 loader: Use GetInstanceProcAddr rather than dlsym for most ICD entrypoints by Jon Ashburn · 9 years ago
  71. 2577d63 icd: Generate vkInstanceProcAddr with real entrypoints by Jon Ashburn · 9 years ago
  72. e315d3c loader: use VkDevice when initializing device table by Courtney Goeltzenleuchter · 9 years ago
  73. eb25490 tests: Fix struct initialization for Windows compile by Tony Barbour · 9 years ago
  74. 4268d1f tests: Add windows threading test support by Mike Stroyan · 9 years ago
  75. 37a74cc misc: Create new glslang directory if needed by Courtney Goeltzenleuchter · 9 years ago
  76. a648395 Updated BUILD.md to ref the specs on how the loader finds ICDs/layers. by Ian Elliott · 9 years ago
  77. a22ab87 bug-14282: remove const by Courtney Goeltzenleuchter · 9 years ago
  78. b5d2c94 Clean up warnings from release build by Tony Barbour · 9 years ago
  79. cf48cad mem_tracker: Use device object for dispatch tables by Courtney Goeltzenleuchter · 9 years ago
  80. c04704b mem_tracker: Don't try to copy data if none available by Courtney Goeltzenleuchter · 9 years ago
  81. 791646c Windows: Clean up more compiler errors and warnings by Tony Barbour · 9 years ago
  82. 92503c6 Windows: more changes for windows compiler by Tony Barbour · 9 years ago
  83. 9f2eb0e Windows: more fixes for windows compile by Tony Barbour · 9 years ago
  84. 3b4732f Windows: More windows compilier fixes by Tony Barbour · 9 years ago
  85. bcf05fd tests: Fix to find right vulkan library on Windows by Tony Barbour · 9 years ago
  86. 343d621 windows: clean up windows compile issues by Tony Barbour · 9 years ago
  87. 346583c layers: Remove dead code. by Jeremy Hayes · 9 years ago
  88. 6bc1b8e layers: In MemTracker remove non-intercepted WSI funcs from GetProcAddr by Tobin Ehlis · 9 years ago
  89. 9fdf433 vulkan: Fix definition of LayerProperties by Courtney Goeltzenleuchter · 9 years ago
  90. 0c8385b tests: Updates for command pools by Courtney Goeltzenleuchter · 9 years ago
  91. d8e68bb tests: assert when no command pool by Courtney Goeltzenleuchter · 9 years ago
  92. c0ff3e0 layers: MemTracker fix to skip COLOR usage bit check for now by Tobin Ehlis · 9 years ago
  93. 5a65cca layers: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  94. d3ef02f loader: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  95. 1a3845b tests: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  96. 1064fe3 layers: INITIAL Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  97. 48d1621 WSI: Add swapchain-extension headers (versions 12 & 40). by Ian Elliott · 9 years ago
  98. 9d16b93 misc: Bump patch number to reflect diffs by Courtney Goeltzenleuchter · 9 years ago
  99. 897d475 layers: Add install step for layers rpath settings by Mike Stroyan · 9 years ago
  100. b4740d9 mem_tracker: Provide ctor for embedded union (and name it so we can) by Chris Forbes · 9 years ago