1. ccd00a6 loader: Fix createInstance to pass pAllocator down by Jon Ashburn · 9 years ago
  2. 0547709 loader: Don't have createInstance terminator code write the instance object by Jon Ashburn · 9 years ago
  3. 154329b layers: LX308, CreateGraphics/ComputePipelines support for multiple pipelines by Mark Lobodzinski · 9 years ago
  4. f7c705b loader: Update Windows uninstall to remove 32-bit vulkaninfo. by Mark Young · 9 years ago
  5. d21b8e2 loader: Removed CMake 2.8 files which broke CMake 3.x. by Mark Young · 9 years ago
  6. 9345096 loader: Fixed issue with Linux when ImageMagick-5 installed. by Mark Young · 9 years ago
  7. 757cc72 loader: Further ImageMagick detection fix by Mark Young · 9 years ago
  8. 3f9e9d1 FIXES: Fixed ImageMagick-6 detection with modified FindImageMagic.cmake file by Mark Young · 9 years ago
  9. 44c90ba FIXES: Non-MSVC compilers on Windows were failing. by Mark Young · 9 years ago
  10. b5ed985 BUILD: Modified CMake ImageMagick detection logic to work with CMake 2.8. by Mark Young · 9 years ago
  11. e39d619 BUILD: Have git ignore the new build32 folder. by Mark Young · 9 years ago
  12. 559c9ae INSTALLER: Moved vulkaninfo 32-bit start menu link before 64-bit version. by Mark Young · 9 years ago
  13. d652d13 BUILD: Fixed more compilation warnings on 32-bit Windows builds. by Mark Young · 9 years ago
  14. c60de9c LOADER: Add 32-bit vulkaninfo link to start menu. by Mark Young · 9 years ago
  15. e91eee5 Loader: Fix 32-bit Cmake detection of ImageMagick by Mark Young · 9 years ago
  16. d2f44d3 DOCS: Updated LoaderAndTools doc to indicate updated ImageMagick requirements. by Mark Young · 9 years ago
  17. af87f22 Installer: Clean up powershell header comment. by Mark Young · 9 years ago
  18. d6897a3 Installer: 32-bit installer changes to get working on 64-bit system. by Mark Young · 9 years ago
  19. b628d16 Installer: Added changes to detect 32-bit layers on 64-bit system. by Mark Young · 9 years ago
  20. a8557b8 Installer: Minor cleanup by Mark Young · 9 years ago
  21. 4b8b548 Installer: Changes for 32-bit installer by Mark Young · 9 years ago
  22. dd9eca7 Installer: More work towards 32-bit installer for 32-bit OS by Mark Young · 9 years ago
  23. 7007b39 Installer: Add support to install 32-bit vulkaninfo by Mark Young · 9 years ago
  24. a81e608 LOADER/INSTALLER: Add support for 32-bit install in Win64 installer by Mark Young · 9 years ago
  25. c2f1021 Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  26. a9e7c04 layers: LX306, Fix NPE in draw_state by Mark Lobodzinski · 9 years ago
  27. f9af1d3 loader: Disable using CreateInstance allocation callbacks by Jon Ashburn · 9 years ago
  28. 4e0c7db Added one more license to list of licenses by David Pinedo · 9 years ago
  29. ee3f3a2 LAYERS: More 32-bit fixes caused by recent commits. by Mark Young · 9 years ago
  30. 1ef2330 Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  31. b445e40 BUILD: Fix build of draw_state.cpp with VS 2015. by Mark Young · 9 years ago
  32. ecf4582 BUILD: Moved 64-bit source dir back to build from build64. by Mark Young · 9 years ago
  33. 93ecb1d Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  34. e7da837 BuildFixes: Hard-code Win64 in Visual Studio detect script by Mark Young · 9 years ago
  35. d6f8faa BuildFixes: Fixed update_external_sources batch file for Windows build. by Mark Young · 9 years ago
  36. 2fba032 layers: LX300, Conditionally validate pInheritanceInfo in object_tracker by Mark Lobodzinski · 9 years ago
  37. 9db41a0 layers: LX295, fix draw_state vkCreateDescriptorPool range sizes by Mark Lobodzinski · 9 years ago
  38. c5dcb1b shader compiler: map VertexIndex to VertexID by GregF · 9 years ago
  39. 539a87c layers: Only set up tracking for new descriptors if allocation succeeded. by Chris Forbes · 9 years ago
  40. 13c94c1 tests: Only check memory types that actually exist by Chris Forbes · 9 years ago
  41. 75cd1c5 layers: Fix draw_state validation of descriptor updates with images by Tobin Ehlis · 9 years ago
  42. 766866a misc: bump to header 1.0.2 by Jon Ashburn · 9 years ago
  43. ae82e7f layers: MR153, Correctly track inFlight cmdBuffers per queue by Tobin Ehlis · 9 years ago
  44. 6bd4f12 layers: MR150, Fix render pass graphics checks by Michael Lentine · 9 years ago
  45. f4aafc0 layers: MR139, draw_state VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT checks by Tobin Ehlis · 9 years ago
  46. 9c4f38d layers: MR137, Flag error if set updated or freed while in use by Tobin Ehlis · 9 years ago
  47. 7ed3742 rendertests: switch gl_VertexID to gl_VertexIndex by GregF · 9 years ago
  48. 7362c4e glslang: bump up glslang and spirv-tools versions for ISV release by GregF · 9 years ago
  49. b3890f6 shader compiler: add new VertexIndex by GregF · 9 years ago
  50. bd3fde3 Make cJSON case-sensitive by Antoine Labour · 9 years ago
  51. b69cd59 debug_report: Integrate review feedback by Courtney Goeltzenleuchter · 9 years ago
  52. 0f1a533 layers: Fix screenshot to intercept CreateInstance so it canbe on instance chain by Jon Ashburn · 9 years ago
  53. 373c180 vktrace: Get partially working again with the new loader/layer interface by Jon Ashburn · 9 years ago
  54. ef5f746 layers: Remove obsolete VkbaseLayerObject by Jon Ashburn · 9 years ago
  55. 524b7e3 loader: remove resolved TODOs by Courtney Goeltzenleuchter · 9 years ago
  56. 14f19b6 loader: Remove CreateInstance and CreateDevice by Courtney Goeltzenleuchter · 9 years ago
  57. 02f8df7 loader: Use ICD's GetInstanceProcAddr by Courtney Goeltzenleuchter · 9 years ago
  58. b39ccd5 loader: Add util to strip loader extensions by Courtney Goeltzenleuchter · 9 years ago
  59. 00150eb loader: implement new layer init method by Courtney Goeltzenleuchter · 9 years ago
  60. 951af52 layers: fix threading destroy instance by Courtney Goeltzenleuchter · 9 years ago
  61. 93a89cc layers: Add utility functions for new layer init by Courtney Goeltzenleuchter · 9 years ago
  62. 7b4d7a5 layers: Update layer info to match json by Courtney Goeltzenleuchter · 9 years ago
  63. 8286acc loader: Add structures to support new init method by Courtney Goeltzenleuchter · 9 years ago
  64. 5a560f7 icd: Remove unused reference to vk_sdk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  65. d66cc92 vkjson: initial commit by Antoine Labour · 9 years ago
  66. efb1737 layers: MR148/GL82, Don't memset PIPELINE_NODE in draw_state by Tobin Ehlis · 9 years ago
  67. 9a87430 layers: MR149, Cleanup CMD_NODE use in draw_state by Tobin Ehlis · 9 years ago
  68. 9bb478f WindowsRTInst: Layer registry values are created/removed correctly on Windows7 by David Pinedo · 9 years ago
  69. bedae9c layers: GL84, Reset vkQueuePresentKHR semaphore state in mem_tracker by Mark Lobodzinski · 9 years ago
  70. 21eea36 layers: GL92, Properly remove cmd buf metadata by Mark Lobodzinski · 9 years ago
  71. cd5bfd8 layers: MR145/GL67, Correctly mirror command buffer inheritance info by Tobin Ehlis · 9 years ago
  72. 1f8d441 layers: MR144, Fix layer names by Michael Lentine · 9 years ago
  73. ef69465 layers: MR143/GL85, Fix draw_state implicit command buffer reset by Tobin Ehlis · 9 years ago
  74. 23cc913 debug_report: MR141, Change pUserData to match type used elsewhere by Courtney Goeltzenleuchter · 9 years ago
  75. 47026a2 layers: MR142/GL89, draw_state: check swapchain images during descriptor updates by Tobin Ehlis · 9 years ago
  76. 9fde639 layers: Fix object_trackers dereferencing of invalid pointers by Mark Lobodzinski · 9 years ago
  77. c643fb4 layers: Fix problems with screenshot to get it working again by Karl Schultz · 9 years ago
  78. 1257f91 layers: MR140, Add get_type_def helper in DrawState by Chris Forbes · 9 years ago
  79. c7e2e20 layers: MR140, Add SPIRV instruction stream iterator helper by Chris Forbes · 9 years ago
  80. 79b37f8 layers: MR140, Pass whole shader_module to build_type_def_index by Chris Forbes · 9 years ago
  81. af3d6ae layers: MR140, Remove some commented merge remnants by Chris Forbes · 9 years ago
  82. 941aea9 layers: LX257, Validate Uniform/Storage buffer offset alignments by Mark Lobodzinski · 9 years ago
  83. e5b9bba loader: Return the loader created instance rather than from the instance chain by Jon Ashburn · 9 years ago
  84. 17a2c68 installer: Fix LunarXchange issue #287. by Mark Young · 9 years ago
  85. 65bb4ba layers: Fix json file for multi layer by Jon Ashburn · 9 years ago
  86. b2b16fe laoder: Fix phys_dev to use unwrapped version in loader_CreateDevice by Jon Ashburn · 9 years ago
  87. a3e85f6 layers: Add minimal actual analysis of interface blocks to DrawState by Chris Forbes · 9 years ago
  88. 7d83cd5 layers: Fix mishandling of VI vs VS validation (Gitlab#69) by Chris Forbes · 9 years ago
  89. 9216ae4 layers: gitlab #62, object_tracker allows NULL semaphore in AcquireNextImage by Jon Ashburn · 9 years ago
  90. 6115d09 spirv-tools: update version due to build problems seen by norbert by GregF · 9 years ago
  91. e46cf7c loader: Fix bad memory ref and CreateInstance fail don't write ouptut by Jon Ashburn · 9 years ago
  92. fd2f788 Change api_version to 1.0.1 in json files by Tony Barbour · 9 years ago
  93. 3daeea8 layers: Gitlab #71, Fix copy/paste error in mem_tracker by Mark Lobodzinski · 9 years ago
  94. a699ddb layers: MR130, Handle VK_WHOLE_SIZE properly in mem_tracker:initializeAndTrackMemory by Chris Forbes · 9 years ago
  95. e332563 layers: MR129, Remove incorrect asserts from param_checker and object_tracker by Tobin Ehlis · 9 years ago
  96. 471f44c loader: Add support for implicit layer device extensions enumeration by Jon Ashburn · 9 years ago
  97. 725930d loader: Fix so unwrapped instance gets used for layer instance extension dispatch by Jon Ashburn · 9 years ago
  98. 5da20dd Windows RT Installer: Fix layer reg entry setup, no layers we being installed by David Pinedo · 9 years ago
  99. 5cc47df tests: Remove CreateImageResourceSizeViolation layer validation test by Tony Barbour · 9 years ago
  100. 3bdbe5d Windows RT Installer: add buildno to version by David Pinedo · 9 years ago