1. 23d36b1 loader:Update copyright and apply clang-format (no logic changes) by Jon Ashburn · 8 years ago
  2. 8e42f40 Update copyright info in python scripts by Karl Schultz · 8 years ago
  3. 6addd81 tests: Update copyright and apply clang-format by Karl Schultz · 8 years ago
  4. b39d9e6 layers: Clang-format changes for files in layers dir of repo by Mark Lobodzinski · 8 years ago
  5. f79938f windowrtinstaller: use new image files names in installer by David Pinedo · 8 years ago
  6. 0976fe6 windowsrtinstaller: changed images by David Pinedo · 8 years ago
  7. 6eda00a layers: Validation Layer Copyright Updates by Mark Lobodzinski · 8 years ago
  8. 7b60e49 Remove all tests except for layer validation and doc validation by Tony Barbour · 8 years ago
  9. eee234c Update BUILD.md and README.md for the reduced scope of this repo by Jon Ashburn · 8 years ago
  10. 1662dcb scripts: Remove icd generation specific code by Jon Ashburn · 8 years ago
  11. c5354e9 androidBuild: remove unused layers api_dump, generic, basic, multi by Jon Ashburn · 8 years ago
  12. 1f32a44 layers: Remove non-validation layers by Jon Ashburn · 8 years ago
  13. 7fa7e22 misc: Remove vktrace and icd from this repository by Jon Ashburn · 8 years ago
  14. 37419ed include: Update copyright and apply clang-format (no logic changes) by Karl Schultz · 8 years ago
  15. 0368c7d windowssdk: Handle silent installer/uninstaller message boxes appropriately. by Mark Young · 8 years ago
  16. 3f3b24a misc: Modify build_windows_targets.bat to build quietly. by Mark Young · 8 years ago
  17. 0fb62b0 windowsrtinstaller: Don't display dialog when silent uninstall requires reboot by David Pinedo · 8 years ago
  18. 54e2460 scripts: Fix python helper to find ext headers under vulkan dir by Jon Ashburn · 8 years ago
  19. 641c08c windowsrtinstaller: change windows icon by David Pinedo · 8 years ago
  20. 57f5d2c Merge branch 'marky_working' by Mark Young · 8 years ago
  21. 4ae88c5 misc: Modify update_external_sources.bat to build quietly. by Mark Young · 8 years ago
  22. 53d023a tests: Fix out-of-scope vector initialization in test framework by Mark Lobodzinski · 8 years ago
  23. 49ba27b Revert "misc: Change repo name references to LoaderAndValidationLayers" by Jon Ashburn · 8 years ago
  24. a0ac460 misc: Change repo name references to LoaderAndValidationLayers by Jon Ashburn · 8 years ago
  25. f1bdefc windowsrtinstaller: Handle error conditions during install by uninstalling. by Mark Young · 8 years ago
  26. d239377 layers: MR182/GL113 Fix dynamic offset validation by Tobin Ehlis · 8 years ago
  27. 1aa724a windowsrtinstaller: change icon used by installer by David Pinedo · 8 years ago
  28. def6af7 docs: remove old obsolete documents by Jon Ashburn · 8 years ago
  29. 41eb93f windowsrtinstaller: change licensing and change logo displayed in UI by David Pinedo · 8 years ago
  30. 1ac0559 layers: MR181/GL102 Fix unique_objects to correctly assign local vars under ptrs by Tobin Ehlis · 8 years ago
  31. a724e14 layers: MR178, Merge-related fix by Mark Lobodzinski · 8 years ago
  32. e6e574b layers: MR178, Fix descriptor set in_use tracking by Tobin Ehlis · 9 years ago
  33. 74714d2 layers: MR178, Various fixes to inFlightCmdBuffers tracking in draw_state by Tobin Ehlis · 9 years ago
  34. 1291a91 winrtinstaller: change wording in license file by David Pinedo · 8 years ago
  35. 1aacfe1 misc: Create a script to allow building 32-bit and 64-bit Windows. by Mark Young · 8 years ago
  36. d46f6e9 layers: Fix issue with api_dump when const char* is null. by Mark Young · 9 years ago
  37. e6be202 layers: Correct names of settings api_dump looks for in vk_layer_settings. by Mark Young · 9 years ago
  38. 2f057e8 loader: Fix 32-bit loader exception when layers enabled for Vulkan apps. by Mark Young · 9 years ago
  39. 84f6deb layers: Fix 32-bit Win compilation issue in swapchain layer. by Mark Young · 8 years ago
  40. 8f78daa Swapchain: Add Google copyright by Ian Elliott · 9 years ago
  41. 756f331 Swapchain: Fix typo by Ian Elliott · 9 years ago
  42. 3230102 Swapchain: Ensure Destroy{Device|Surface}() don't core dump. by Ian Elliott · 9 years ago
  43. c4db695 Swapchain: Validating supported surface for presenting with a queue. by Ian Elliott · 9 years ago
  44. 80b3b14 Swapchain: vkDestroyInstance check if child objects were destroyed. by Ian Elliott · 9 years ago
  45. 680825b Swapchain: Check "compatible" pAllocator for creation/destruction. by Ian Elliott · 9 years ago
  46. 1f6bb80 Swapchain: Keep/check relationships between surfaces and swapchains. by Ian Elliott · 9 years ago
  47. aeafe23 Swapchain: Validate that queueFamilyIndex is within bounds. by Ian Elliott · 9 years ago
  48. 4156b10 Swapchain: Add TODOs for difficult-to-do validity language. by Ian Elliott · 9 years ago
  49. eac6ac9 Swapchain: Check that pCreateInfo->compositeAlpha has one bit set. by Ian Elliott · 9 years ago
  50. c296b80 Swapchain: Check that pCreateInfo->preTransform has one bit set. by Ian Elliott · 9 years ago
  51. 4f147fc Swapchain: Start keeping better track of surface-queueFamilyIndices. by Ian Elliott · 9 years ago
  52. 0e28c75 Swapchain: Match validity rules for pCreateInfo->imageUsage. by Ian Elliott · 9 years ago
  53. 34d511a misc: Update BUILD.md to point to latest ImageMagick. by Mark Young · 8 years ago
  54. baa677f layers: Fix 32-bit compilation warnings/errors introduced last night. by Mark Young · 8 years ago
  55. e063fe4 layers: MR172, Add draw_state cmdbuffer lifetime checks to cmd pool destruction by Michael Lentine · 9 years ago
  56. d2a7d63 layers: MR171, Validate pool cannot be reset when buffer in use in draw_state by Michael Lentine · 9 years ago
  57. bdf744f layers: MR170, Validate queue paramters when getting a queue in param_checker by Michael Lentine · 9 years ago
  58. 774704f layers: MR169, Validate queueCount in param_checker by Michael Lentine · 9 years ago
  59. fa71bd5 layers: MR168, Validate queue priority between 0 and 1 in param_checker by Michael Lentine · 9 years ago
  60. 2624483 layers: MR167, Make sure queueCount is non-zero in param_checker by Michael Lentine · 9 years ago
  61. 157a2ec layers: MR166, Avoid duplicate queueFamilyIndices in param_checker by Michael Lentine · 9 years ago
  62. abb573b layers: MR160, Fix Android build by Cody Northrop · 9 years ago
  63. c3f0963 vktrace: fixes to allow vktrace/replay to work with Hologram by Karl Schultz · 9 years ago
  64. 0036fd1 tests: MR159, Add a test for an array size mismatch between VS and FS by Chris Forbes · 9 years ago
  65. 204207a layers: MR159, Add helper to get the value of an assumed integral constant by Chris Forbes · 9 years ago
  66. 95c9805 layers: MR159/LX309/LX310/LX304, Fix handling of OpTypeArray size in DrawState by Chris Forbes · 9 years ago
  67. 92b9ab0 layers: MR159, Collect offsets of instructions producing constants by Chris Forbes · 9 years ago
  68. 21977d9 layers: MR159, Rename get_type_def, type_def_index by Chris Forbes · 9 years ago
  69. b4d7f6a windowsrtinstaller: Removed unneeded UNINSTALL reg values by David Pinedo · 9 years ago
  70. ccd00a6 loader: Fix createInstance to pass pAllocator down by Jon Ashburn · 9 years ago
  71. 0547709 loader: Don't have createInstance terminator code write the instance object by Jon Ashburn · 9 years ago
  72. 154329b layers: LX308, CreateGraphics/ComputePipelines support for multiple pipelines by Mark Lobodzinski · 9 years ago
  73. f7c705b loader: Update Windows uninstall to remove 32-bit vulkaninfo. by Mark Young · 9 years ago
  74. d21b8e2 loader: Removed CMake 2.8 files which broke CMake 3.x. by Mark Young · 9 years ago
  75. 9345096 loader: Fixed issue with Linux when ImageMagick-5 installed. by Mark Young · 9 years ago
  76. 757cc72 loader: Further ImageMagick detection fix by Mark Young · 9 years ago
  77. 3f9e9d1 FIXES: Fixed ImageMagick-6 detection with modified FindImageMagic.cmake file by Mark Young · 9 years ago
  78. 44c90ba FIXES: Non-MSVC compilers on Windows were failing. by Mark Young · 9 years ago
  79. b5ed985 BUILD: Modified CMake ImageMagick detection logic to work with CMake 2.8. by Mark Young · 9 years ago
  80. e39d619 BUILD: Have git ignore the new build32 folder. by Mark Young · 9 years ago
  81. 559c9ae INSTALLER: Moved vulkaninfo 32-bit start menu link before 64-bit version. by Mark Young · 9 years ago
  82. d652d13 BUILD: Fixed more compilation warnings on 32-bit Windows builds. by Mark Young · 9 years ago
  83. c60de9c LOADER: Add 32-bit vulkaninfo link to start menu. by Mark Young · 9 years ago
  84. e91eee5 Loader: Fix 32-bit Cmake detection of ImageMagick by Mark Young · 9 years ago
  85. d2f44d3 DOCS: Updated LoaderAndTools doc to indicate updated ImageMagick requirements. by Mark Young · 9 years ago
  86. af87f22 Installer: Clean up powershell header comment. by Mark Young · 9 years ago
  87. d6897a3 Installer: 32-bit installer changes to get working on 64-bit system. by Mark Young · 9 years ago
  88. b628d16 Installer: Added changes to detect 32-bit layers on 64-bit system. by Mark Young · 9 years ago
  89. a8557b8 Installer: Minor cleanup by Mark Young · 9 years ago
  90. 4b8b548 Installer: Changes for 32-bit installer by Mark Young · 9 years ago
  91. dd9eca7 Installer: More work towards 32-bit installer for 32-bit OS by Mark Young · 9 years ago
  92. 7007b39 Installer: Add support to install 32-bit vulkaninfo by Mark Young · 9 years ago
  93. a81e608 LOADER/INSTALLER: Add support for 32-bit install in Win64 installer by Mark Young · 9 years ago
  94. c2f1021 Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  95. a9e7c04 layers: LX306, Fix NPE in draw_state by Mark Lobodzinski · 9 years ago
  96. f9af1d3 loader: Disable using CreateInstance allocation callbacks by Jon Ashburn · 9 years ago
  97. 4e0c7db Added one more license to list of licenses by David Pinedo · 9 years ago
  98. ee3f3a2 LAYERS: More 32-bit fixes caused by recent commits. by Mark Young · 9 years ago
  99. 1ef2330 Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  100. b445e40 BUILD: Fix build of draw_state.cpp with VS 2015. by Mark Young · 9 years ago