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