1. 3510b19 misc: Remove vktrace and icd from this repository by Jon Ashburn · 9 years ago
  2. 47c60bd tests: Fix out-of-scope vector initialization in test framework by Mark Lobodzinski · 9 years ago
  3. c2fef47 Revert "misc: Change repo name references to LoaderAndValidationLayers" by Jon Ashburn · 9 years ago
  4. 015e74c misc: Change repo name references to LoaderAndValidationLayers by Jon Ashburn · 9 years ago
  5. f14d10d tests: MR159, Add a test for an array size mismatch between VS and FS by Chris Forbes · 9 years ago
  6. 6d312ff FIXES: Non-MSVC compilers on Windows were failing. by Mark Young · 9 years ago
  7. 48fb978 BUILD: Moved 64-bit source dir back to build from build64. by Mark Young · 9 years ago
  8. 2acdd15 Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  9. 15d86cf tests: Only check memory types that actually exist by Chris Forbes · 9 years ago
  10. 81f1091 rendertests: switch gl_VertexID to gl_VertexIndex by GregF · 9 years ago
  11. 240fb9f debug_report: MR141, Change pUserData to match type used elsewhere by Courtney Goeltzenleuchter · 9 years ago
  12. 780820a layers: Add minimal actual analysis of interface blocks to DrawState by Chris Forbes · 9 years ago
  13. 5e42b88 layers: Fix mishandling of VI vs VS validation (Gitlab#69) by Chris Forbes · 9 years ago
  14. 5b907a7 tests: Remove CreateImageResourceSizeViolation layer validation test by Tony Barbour · 9 years ago
  15. 89dc27a header: move to version 1.0.1 by Jon Ashburn · 9 years ago
  16. 411d7e0 loader: update linux version to 1. by Jeremy Hayes · 9 years ago
  17. e29eb02 Tests: fix misspelling of vktracereplay.ps1 test by David Pinedo · 9 years ago
  18. a4ae48b misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  19. aac4692 tests: Don't register window class twice when presenting by Tony Barbour · 9 years ago
  20. 640a0ab tests: Fold run_all_tests scripts into run_all_tests_with_layers scripts by Mark Lobodzinski · 9 years ago
  21. 321269a tests: fix screenshot layer name in vktracereplay script by David Pinedo · 9 years ago
  22. d87d28b tests: Get DescriptorSetCompatibility test working by Mike Stroyan · 9 years ago
  23. a02382f tests: Use tiling for Image validation tests by Mike Stroyan · 9 years ago
  24. dac766b misc: Remove the unique_objects layer from being enabled in tests and demos by Jon Ashburn · 9 years ago
  25. 2280f52 tests: Fix a couple of test bugs revealed by unique_objects layer by Tobin Ehlis · 9 years ago
  26. 0b99d03 layers: Add UniqueObjects layer to wrap objects in unique ptr by Tobin Ehlis · 9 years ago
  27. 30b07b1 layers: MR108, Merge related updates and fixes by Mark Lobodzinski · 9 years ago
  28. cbd7c6b Fixes: Fixed Visual Studio warnings during compilation. by Mark Young · 9 years ago
  29. c7a0e99 Bump Windows ABI to 1 by David Pinedo · 9 years ago
  30. 19b5f92 tests: Bring shaders up to version 400 by Tony Barbour · 9 years ago
  31. 0a37132 tests: Modify vkMapMemory calls to use VK_WHOLE_SIZE by Mark Lobodzinski · 9 years ago
  32. 0313c5b demos: Fix up dstAccessMasks and move pipeline barriers for present to bottom of pipe by Tony Barbour · 9 years ago
  33. 6e2b8dc misc: For header vers 220, fix BOTTOM_OF_PIPE typo by Jon Ashburn · 9 years ago
  34. d389269 misc: Add barrier pipeline stage BOTTOM_OF_PIPE; for header vers 219 by Jon Ashburn · 9 years ago
  35. adb6135 misc: rename descriptorSetlayout pBinding; update to header vers 217 by Jon Ashburn · 9 years ago
  36. 98ce7e0 misc: Add pipeline stage flags to wait upon for queueSubmit semaphores; v216 by Jon Ashburn · 9 years ago
  37. 420f281 misc: Changes to go to header v214 including vulkan.h version update by Jon Ashburn · 9 years ago
  38. f251652 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  39. 2e87e61 layers: Rename Layer/library/json files for consistency by Mark Lobodzinski · 9 years ago
  40. 5d96e52 layers: MR89, Fix gtests for android by Michael Lentine · 9 years ago
  41. 09338b5 demos: Fix win32_surface compile errors for demos and tests by Jon Ashburn · 9 years ago
  42. 8e53c61 tests: Version 217 WSI changes. by Ian Elliott · 9 years ago
  43. ea97596 layers: MR101, Add DrawState validation of pDynamicOffsets by Tobin Ehlis · 9 years ago
  44. 9185b0a layers: MR95, Add renderPass compatibility checks to DrawState by Tobin Ehlis · 9 years ago
  45. b51cb78 layers: MR94, DrawState refactor to verify CmdBuffer RECORDING by Tobin Ehlis · 9 years ago
  46. 611cf59 layers: Fix Drawstate issues with binding pipelines in/outside a renderpass by Mark Lobodzinski · 9 years ago
  47. 9b72eb8 Fix Android layers build by Jesse Hall · 9 years ago
  48. 3068b35 tests: prevent redefinition warning by Courtney Goeltzenleuchter · 9 years ago
  49. 4bc4535 misc: Clean up variety of compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  50. 895819d misc: white space cleanup by Courtney Goeltzenleuchter · 9 years ago
  51. acb1359 debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  52. f725d22 debug_report: rename vk_lunarg_debug_report.h by Courtney Goeltzenleuchter · 9 years ago
  53. 6175e4b debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  54. f6a6e22 debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  55. dc9592a debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  56. 7bc3a9e layers: Remove validation errors for CmdBindPipeline during active render pass by Mark Lobodzinski · 9 years ago
  57. c6955a3 Remove FindPkgConfig from Windows build to stop error messages by Tony Barbour · 9 years ago
  58. 74e8469 layers: LX235, Validate all Pipeline VBOs for CommandBuffers by Mark Lobodzinski · 9 years ago
  59. 072b6f2 debug_report: Make pUserData always a const by Courtney Goeltzenleuchter · 9 years ago
  60. 3e1c844 layers: Rename VK_DEBUG_REPORT_EXTENSION enums by Courtney Goeltzenleuchter · 9 years ago
  61. 95e6dba layers: rename VkDbgObjectType by Courtney Goeltzenleuchter · 9 years ago
  62. f8fe128 layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  63. 0717ed5 vulkan: Changes for header version 211 by Jon Ashburn · 9 years ago
  64. 4c8381e layers: Add DrawState checks for correct CmdBuffer reset by Tobin Ehlis · 9 years ago
  65. f7f34d9 tests: Update tests for android by Michael Lentine · 9 years ago
  66. d7926af tests: Ensure texture mipCount is valid by Courtney Goeltzenleuchter · 9 years ago
  67. d17c28c layers: MR77, Add draw-time checks for descriptorSet compatibility by Tobin Ehlis · 9 years ago
  68. 3247935 layers: MR75, Merge DrawState and ShaderChecker into DrawState layer by Tobin Ehlis · 9 years ago
  69. cb08529 tests: MR72, Add tests to verify validation layout compatibility checks by Tobin Ehlis · 9 years ago
  70. ee93cb3 Fix Windows compile error by Tony Barbour · 9 years ago
  71. 474e9e4 Create a surface to find out what formats are presentable by Tony Barbour · 9 years ago
  72. 7dc9630 tests: undef BadValue to workaround a conflict between xlib.h spvIR.h by Jon Ashburn · 9 years ago
  73. 1a7cfd6 Fixes, that build is possible with Xlib configuration. by FslNopper · 9 years ago
  74. 448a8e5 tests: Update layer names in run_all_tests_with_layers scripts by Mark Lobodzinski · 9 years ago
  75. 28214d9 wsi: Moved definition of CreateXxxSurface extension to CMakefile by Mark Lobodzinski · 9 years ago
  76. 314b859 tests: Eliminate compiler warning & improve FIXME for what needs to be done. by Ian Elliott · 9 years ago
  77. 051ae4b wsi: Fix windows build issues by Mark Lobodzinski · 9 years ago
  78. 5334eac tests: Started converting test code to use the new WSI. by Ian Elliott · 9 years ago
  79. e504c01 WSI: Eliminate a lot of references to WSI header files. by Ian Elliott · 9 years ago
  80. 64070a8 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  81. 03e6d76 tests: Add a test for matrix vertex attrib types with ShaderChecker by Chris Forbes · 9 years ago
  82. ee04d8f tests: remove comment about FS broadcast rules by Chris Forbes · 9 years ago
  83. d949623 tests: Fix android build by Michael Lentine · 9 years ago
  84. 1068ad5 tests: Fix layer names in layer validation tests by Jon Ashburn · 9 years ago
  85. a31fe0b Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  86. e6c6dd5 tests: Make some of the validation tests work on android by Michael Lentine · 9 years ago
  87. 982099b layers: Add DrawState checks for incompatible layouts at BindDescriptorSets time by Tobin Ehlis · 9 years ago
  88. d04e8df tests: Add copyright to layer validation tests by Tony Barbour · 9 years ago
  89. d45c4cf Change version 1.0 to 0.10 by David Pinedo · 9 years ago
  90. 7a8e3f2 Version change from 0.9 to 1.0 by David Pinedo · 9 years ago
  91. fdc1cd0 bug 15089: Does "Across Command Buffer Boundaries" apply to second-level command buffers? by Chia-I Wu · 9 years ago
  92. c1f5e40 MR640: Alloc -> Allocate naming fixes by Chia-I Wu · 9 years ago
  93. 8c85974 bug 12998 part 8: add new formats by Chia-I Wu · 9 years ago
  94. b075377 bug 12998 part 7: drop unwanted USCALED formats by Chia-I Wu · 9 years ago
  95. 6880c8e bug 12998 part 5: reorder formats by Chia-I Wu · 9 years ago
  96. 69c479e bug 12998 part 3: append _PACK* to remaining packed formats by Chia-I Wu · 9 years ago
  97. 9eabb8f bug 12998 part 2: append _PACK* to packed formats that change conventions by Chia-I Wu · 9 years ago
  98. 1fb4618 bug 12998 part 1: append _BLOCK to compressed formats by Chia-I Wu · 9 years ago
  99. 96b714a loader: Compile fixes to instance extension from rebase of bug 15068 changes by Jon Ashburn · 9 years ago
  100. 045654f bug 15085: queue creation naming issues by Chia-I Wu · 9 years ago