1. 43b53e8 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  2. b08d487 demos: Init var in tri.c by Tobin Ehlis · 8 years ago
  3. 2a5eaf0 demos: Add missing spaces in error messages. by Karl Schultz · 8 years ago
  4. 20f5fc0 demos/tests: Fix MSVS type warnings by Dustin Graves · 8 years ago
  5. 50f9bc7 demos: Try for std val layer and fallback the same way tri does. by Karl Schultz · 8 years ago
  6. d4417ae demos: Change MSVC proj files to remove PATH and add VK_LAYER_PATH by Jon Ashburn · 8 years ago
  7. 5b10b81 demos: Fix 32-bit Windows compilation problem. by Karl Schultz · 8 years ago
  8. 8b100ca demos: add missing signal.h to tri. by Karl Schultz · 8 years ago
  9. 7c5f63e demos: Implement --break for cube and tri. by Karl Schultz · 8 years ago
  10. 4ead55c demos: Simplify vulkaninfo to not enable any extensions. by Jon Ashburn · 8 years ago
  11. d9fac52 cube: Call vkCreateInstance so that it sets up a temporary callback. by Ian Elliott · 8 years ago
  12. 501fdc2 demos: Unify cmd arg handling between cube and tri. by Karl Schultz · 8 years ago
  13. 51940e4 demos: cube exit status reflects validation status by Karl Schultz · 8 years ago
  14. d3995c9 tests: Use header macro for API version rather than make_version by Jon Ashburn · 8 years ago
  15. f1ea418 misc: Update to header version 1.0.6 by Jon Ashburn · 8 years ago
  16. 1c33357 layers: Rename param_checker to parameter_validation by Mark Lobodzinski · 8 years ago
  17. a3c20a2 layers: validate capabilities against device features by Chris Forbes · 8 years ago
  18. 2b1ce73 demos: Put smoketest exe in same dir as cube and tri by Tony Barbour · 8 years ago
  19. 7ef139e cmake: Find spirv/glslang dependencies by Dustin Graves · 8 years ago
  20. 5b5e7bc layers: Merge mem_tracker and draw_state layers into core_validation layer by Tobin Ehlis · 8 years ago
  21. 73c2ef6 demos: Fix typo in tri.c that prevented validate arg from working correctly by Mark Lobodzinski · 8 years ago
  22. 4f504a7 demos: Change layer order in cube.c to put param_check sooner. by Karl Schultz · 8 years ago
  23. 3ec16a5 demos: Remove allocation callback code from tri demo by Tony Barbour · 8 years ago
  24. ece1212 Remove generated files from source control by Tony Barbour · 8 years ago
  25. 3ac4fee smoke: use $<TARGET_FILE> instead of LOCATION prop by Tony Barbour · 8 years ago
  26. 2f18b29 demos: Add Hologram snapshot as Smoke test/demo by Tony Barbour · 8 years ago
  27. 9b7054f Use API Version 1.0.0 instead of using VK_API_VERSION for tests/demos by Tony Barbour · 8 years ago
  28. a3b7170 demos: Fix vulkaninfo on win32 to use existing console by Hugo Landau · 8 years ago
  29. 96b8241 demos: Properly destroy DebugReportCallback by Mark Lobodzinski · 8 years ago
  30. acae053 demos: Fix drawstate transition errors in tri. by Mark Lobodzinski · 8 years ago
  31. fdd5af6 Don't use width=0,height=0 on window minimize by Piers Daniell · 8 years ago
  32. 99ea74d demos: Add --validate option to tri by Jon Ashburn · 8 years ago
  33. d60d200 demos: Adjust vulkaninfo failure cases by Dustin Graves · 8 years ago
  34. c6c611a layers: MR221: rename threading test by Courtney Goeltzenleuchter · 9 years ago
  35. 5c13d4d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 9 years ago
  36. 866af6c demos: Fix a few layout transition bugs in cube by Tobin Ehlis · 9 years ago
  37. 3cd96a2 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  38. f1782e3 linux: use linux naming conventions by Jeremy Hayes · 9 years ago
  39. 3d77c30 demos: Fix window resize on Linux by Damien Leone · 9 years ago
  40. dae791d demos: Copyright update by Karl Schultz · 9 years ago
  41. beebf7d demos: Minor cube/tri updates by Dustin Graves · 9 years ago
  42. 73cfdff demos/tests: Enable unique_objects layer by Dustin Graves · 9 years ago
  43. 481756e demos: Update copyright and apply clang-format by Karl Schultz · 9 years ago
  44. b8b6f0c loader: Moved missing #define needed by aligned_alloc. by Mark Young · 9 years ago
  45. 7aa91f3 loader: Fixed missing #define needed by aligned_alloc. by Mark Young · 9 years ago
  46. 9db64d5 Fixes: Added missing newline after merge. by Mark Young · 9 years ago
  47. 1589f91 fixed typo by Derrick Owens · 9 years ago
  48. f83966f added gcc versions of aligned malloc by Derrick Owens · 9 years ago
  49. 1778959 fixed custom allocator aligned memory allocations in tri sample. by unknown · 9 years ago
  50. 842f941 SAMPLES: Fixed memory leak in of presentMode data. by Mark Young · 9 years ago
  51. 3d03a4a demos: Select queue family based on both graphics and present support by Tony Barbour · 9 years ago
  52. 48fb978 BUILD: Moved 64-bit source dir back to build from build64. by Mark Young · 9 years ago
  53. 2acdd15 Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  54. bd897d8 misc: bump to header 1.0.2 by Jon Ashburn · 9 years ago
  55. fcfe34c shader compiler: add new VertexIndex by GregF · 9 years ago
  56. 240fb9f debug_report: MR141, Change pUserData to match type used elsewhere by Courtney Goeltzenleuchter · 9 years ago
  57. 0521b72 demos: Remove the message box dialog for errors in vulkaninfo by Jon Ashburn · 9 years ago
  58. ab5e3be demos: Fix vulkaninfo version reporting error by Mark Lobodzinski · 9 years ago
  59. 89dc27a header: move to version 1.0.1 by Jon Ashburn · 9 years ago
  60. 411d7e0 loader: update linux version to 1. by Jeremy Hayes · 9 years ago
  61. a4ae48b misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  62. dac766b misc: Remove the unique_objects layer from being enabled in tests and demos by Jon Ashburn · 9 years ago
  63. 0b99d03 layers: Add UniqueObjects layer to wrap objects in unique ptr by Tobin Ehlis · 9 years ago
  64. cbd7c6b Fixes: Fixed Visual Studio warnings during compilation. by Mark Young · 9 years ago
  65. 3f07ab6 tri/cube: : Support the new VkCompositeAlphaFlagBitsKHR. by Ian Elliott · 9 years ago
  66. 0313c5b demos: Fix up dstAccessMasks and move pipeline barriers for present to bottom of pipe by Tony Barbour · 9 years ago
  67. 0bdccbb misc: For header vers 221; add deviceFeature drawIndirectFirstInstance by Jon Ashburn · 9 years ago
  68. 6e2b8dc misc: For header vers 220, fix BOTTOM_OF_PIPE typo by Jon Ashburn · 9 years ago
  69. d389269 misc: Add barrier pipeline stage BOTTOM_OF_PIPE; for header vers 219 by Jon Ashburn · 9 years ago
  70. adb6135 misc: rename descriptorSetlayout pBinding; update to header vers 217 by Jon Ashburn · 9 years ago
  71. 98ce7e0 misc: Add pipeline stage flags to wait upon for queueSubmit semaphores; v216 by Jon Ashburn · 9 years ago
  72. f251652 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  73. 2e87e61 layers: Rename Layer/library/json files for consistency by Mark Lobodzinski · 9 years ago
  74. fef7f08 misc: Bump header to 212.1 by Jon Ashburn · 9 years ago
  75. 09338b5 demos: Fix win32_surface compile errors for demos and tests by Jon Ashburn · 9 years ago
  76. da44dfe demos: Version 217 WSI changes. by Ian Elliott · 9 years ago
  77. a7acc10 Demos: Fix name of MemTrack layer in tri.c demo by David Pinedo · 9 years ago
  78. 5c22cb6 tri: remove unneeded cast by Courtney Goeltzenleuchter · 9 years ago
  79. e92af7e demos: Fix compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  80. acb1359 debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  81. f725d22 debug_report: rename vk_lunarg_debug_report.h by Courtney Goeltzenleuchter · 9 years ago
  82. f412d57 vulkaninfo: Register a callback at CreateInstance by Courtney Goeltzenleuchter · 9 years ago
  83. ebbb96d misc: Update copyright statements by Courtney Goeltzenleuchter · 9 years ago
  84. ea026a6 cube: Update debug report support by Courtney Goeltzenleuchter · 9 years ago
  85. aa43d7f vkinfo: Clean up output formatting by Courtney Goeltzenleuchter · 9 years ago
  86. f6a6e22 debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  87. dc9592a debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  88. 4beea17 demos: Fix build warning on Linux for tri by Jon Ashburn · 9 years ago
  89. 54dc378 cube and tri: change shader version numbers to 400 by GregF · 9 years ago
  90. 69d4893 demos: Fix cube for missing dbgBreakCallback which has been removed from loader by Jon Ashburn · 9 years ago
  91. 072b6f2 debug_report: Make pUserData always a const by Courtney Goeltzenleuchter · 9 years ago
  92. 3e1c844 layers: Rename VK_DEBUG_REPORT_EXTENSION enums by Courtney Goeltzenleuchter · 9 years ago
  93. 95e6dba layers: rename VkDbgObjectType by Courtney Goeltzenleuchter · 9 years ago
  94. f8fe128 layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  95. 0717ed5 vulkan: Changes for header version 211 by Jon Ashburn · 9 years ago
  96. ac6b2c7 demos: Update command pool flags for implicit resets in tri.c by Mark Lobodzinski · 9 years ago
  97. 2c09483 demos: Fix free queue so no use of it after free in vulkaninfo by Jon Ashburn · 9 years ago
  98. 276e3ac demos: Fix bug in tri so it uses a realloc callback since it uses alloc callback by Jon Ashburn · 9 years ago
  99. 3247935 layers: MR75, Merge DrawState and ShaderChecker into DrawState layer by Tobin Ehlis · 9 years ago
  100. b95fc09 layers: Reenable memory barrier validation by Mark Lobodzinski · 9 years ago