1. 2b66e13 toolchain: Update to glslang 31490 and LunarGLASS 1091 by Cody Northrop · 9 years ago
  2. 76a5eeb tests: Dont try to begin or end null renderpasses by Chris Forbes · 9 years ago
  3. e182fe0 tests: Add test for render target clear via load op by Chris Forbes · 9 years ago
  4. 3bb1870 layers: Only print state at Draw calls, not at vkCmdBindDescriptorSets time. by Tobin Ehlis · 9 years ago
  5. bf081f3 layers: When printing descriptor info in DrawState correctly handle case of 0 descriptors by Tobin Ehlis · 9 years ago
  6. 280ba2c shader_checker: Check for duplicate VI binding descriptions. by Chris Forbes · 9 years ago
  7. ce32094 layers: Xchange #54 fix - Update vk_helper.py string helper to handle arrays of enums by Tobin Ehlis · 9 years ago
  8. e382c5a layers: Migrate dynamic state checks to DrawState from ObjectTracker by Tobin Ehlis · 9 years ago
  9. 0102a90 layers: fix overrun when only one shader present by Tony Barbour · 9 years ago
  10. 76411ba tests: Document Image Magick dependency by Tony Barbour · 9 years ago
  11. 048f281 tests: Clear depth stencil allow for dest verification by Tony Barbour · 9 years ago
  12. 856aba3 tests: add scripts for running tests on Windows by Tony Barbour · 9 years ago
  13. a999a26 layers: Fix compiler warning in ObjectTracker by Mark Lobodzinski · 9 years ago
  14. 713b1b0 Loader: search also through SysWow64 folder on windows by scygan · 9 years ago
  15. 3a10e62 layers: XChange #58 fix - Correctly copy Vtx Bindings by Tobin Ehlis · 9 years ago
  16. 93f89e8 layers: LunarXChange #55 fix - Only print DS state when we have last bound DS by Tobin Ehlis · 9 years ago
  17. 803cc49 layers: Updated ObjectTrack to use std::map and perform some initial valid object checks on params by Tobin Ehlis · 9 years ago
  18. 62cc3fc shader_checker: fix invalid iterator dereference (LunarXchange #60) by Chris Forbes · 9 years ago
  19. a36f528 tests: blit tests respect tiling features in clear tests by Tony Barbour · 9 years ago
  20. f044ec9 shader_checker: Support pipelines with more stages, and be tolerant by Chris Forbes · 9 years ago
  21. f3fc033 shader_checker: Add typechecker support for extra array level by Chris Forbes · 9 years ago
  22. 7b1b893 tests: Add test to ensure ShaderChecker doesnt interfere with non-spirv by Chris Forbes · 9 years ago
  23. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  24. 39d8d75 shader_checker: Also validate vkCreateGraphicsPipelineDerivative by Chris Forbes · 9 years ago
  25. 81874ba shader_checker: Extract pipeline validation into own function by Chris Forbes · 9 years ago
  26. 853d5e9 Windows: Add vkUpdateDescriptorSets into exports for vulkan.dll by Tony-LunarG · 9 years ago
  27. 0203879 Fix a bunch of mismatched new[]/delete. by Chris Forbes · 9 years ago
  28. d9b20ca tests: Fixup conditional compilation around shader_checker by Chris Forbes · 9 years ago
  29. 1451918 shader_checker: remove stray debug output from typechecker implementation by Chris Forbes · 9 years ago
  30. a36d69e tests: Add test for FS output type mismatch with CB attachment by Chris Forbes · 9 years ago
  31. f3fffaa tests: Add test for FS output with no matching CB attachment by Chris Forbes · 9 years ago
  32. 4d6d1e5 tests: Add test for CB attachment not written by FS by Chris Forbes · 9 years ago
  33. 8f68b56 tests: Add test for FS broadcast with non-float attachment by Chris Forbes · 9 years ago
  34. c97d98e tests: Add test for VI attrib type not matching VS input by Chris Forbes · 9 years ago
  35. 62e8e50 tests: Add test for a VS input not provided by a VI attrib by Chris Forbes · 9 years ago
  36. de136e0 tests: Add test for a VI attrib not consumed by the VS by Chris Forbes · 9 years ago
  37. 95292b1 tests: Allow failures in pipeline creation by Chris Forbes · 9 years ago
  38. 7191cd5 shader_checker: validate VS inputs against VI even when no VI by Chris Forbes · 9 years ago
  39. ee99b9b shader_checker: Only continue with pipeline config if no errors by Chris Forbes · 9 years ago
  40. b56af56 tests: add test for type mismatch between vs and fs by Chris Forbes · 9 years ago
  41. 59cb88d tests: add test for fs input not written by previous stage by Chris Forbes · 9 years ago
  42. 9f7ff63 tests: add test for vs output not consumed by Chris Forbes · 9 years ago
  43. 969c6ee tests: Add ScopedUseSpv helper to remove some duplicated boilerplate by Chris Forbes · 9 years ago
  44. 94ba49d tests: ensure Object::bound is initialized by Chris Forbes · 9 years ago
  45. d8eb581 tests: allow run_all_tests to be run from other directory by Chris Forbes · 9 years ago
  46. 3bdefef layer_validation_tests: Enable ShaderChecker layer by Chris Forbes · 9 years ago
  47. 7f96383 shader_checker: current object & locking by Chris Forbes · 9 years ago
  48. db467bd shader_checker: Add support for delivering layer messages via callback by Chris Forbes · 9 years ago
  49. 3a22ce9 ShaderChecker: do not crash if Shader output count == 0 and PSO attachments count > 0 by scygan · 9 years ago
  50. 04cd4cc tests: Fix sample mismatch test to fail again by Tony Barbour · 9 years ago
  51. 51a05ce tests: Fix layer errors by Tony Barbour · 9 years ago
  52. c2f67f5 tests: Delete device in teardown when finished with it. by Tony Barbour · 9 years ago
  53. 7ea6aa2 tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  54. 0c823b1 tests: blit_tests handle unmappable images by Tony Barbour · 9 years ago
  55. 399dfca tests: Changes to get --show-images to work on Windows by Tony-LunarG · 9 years ago
  56. d61e1e5 tests: Change vkbase to match memory model and remove outdated tests by Tony-LunarG · 9 years ago
  57. d81b888 tests: Add missing calls when compared to the tri demo by Tony Barbour · 9 years ago
  58. 500194c tests: Cmake changes for building on Windows by Tony Barbour · 9 years ago
  59. fc3820f tests: Apply AMDs Windows patch for blit tests by Tony Barbour · 9 years ago
  60. 3d69c9e tests: Get tests running and compiling on Windows by Tony Barbour · 9 years ago
  61. dd7aed7 layers: Change MemTracker maps to contain structs by Mike Stroyan · 9 years ago
  62. 950496e layers: Tuning MemTracker by Mike Stroyan · 9 years ago
  63. d3850fe Layers: fix MemTracker threading crash by Mike Stroyan · 9 years ago
  64. f7a43bd layers: thread safe MemTracker by Mike Stroyan · 9 years ago
  65. 1f9985c layers: fast return of inactive MemTracker printing by Mike Stroyan · 9 years ago
  66. 75a97e6 tests: Fix compiler warning in layer validation tests by Mark Lobodzinski · 9 years ago
  67. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  68. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  69. 712bb5d v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  70. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  71. 3b78066 tests: Added testing for DrawState descriptor update validation and MSAA sampleCount matching by Tobin Ehlis · 9 years ago
  72. 0174fed layers: Improved DrawState Descriptor Update validation by Tobin Ehlis · 9 years ago
  73. 1056d45 layers: Added DrawState test DSUpdateWithoutBegin by Tobin Ehlis · 9 years ago
  74. 3ab1f87 tests: Move VkDescriptorSetObj variable setup to initializers by Tobin Ehlis · 9 years ago
  75. 7d1a711 tests: Added DrawState validation tests for no PSO bound and DS/CmdBuffer errors by Tobin Ehlis · 9 years ago
  76. c4bdde1 layers: Add some early returns in DrawState fail cases to prevent segFs in driver by Tobin Ehlis · 9 years ago
  77. 0788f52 layers: Added DrawState test for invalid Pipeline object by Tobin Ehlis · 9 years ago
  78. dea6ddf layers: Fix drawState lock bug and don't call driver w/ bad pipeline by Tobin Ehlis · 9 years ago
  79. 49eb23d tests: Added some empty test functions with comments for DrawState layer testing by Tobin Ehlis · 9 years ago
  80. a9f3d76 layers: Fix some DrawState checks by Tobin Ehlis · 9 years ago
  81. 2d57e50 BUILD.md: Fix markdown language that didn't translate from github to gitlab by Cody Northrop · 9 years ago
  82. ee5eef1 vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759. by Mark Lobodzinski · 9 years ago
  83. 7c3ec60 layers: Add additional check for RenderPass sampleCount by Tobin Ehlis · 9 years ago
  84. 20b7f86 layers: Build C++ version of generic layer by Mark Lobodzinski · 9 years ago
  85. 38f0db2 layers: Convert object tracker to C++ by Mark Lobodzinski · 9 years ago
  86. ccb2b04 tests: Extend layer validation test for memtracker by Mark Lobodzinski · 9 years ago
  87. c3d9833 Add win32 condition variables. by Mike Stroyan · 9 years ago
  88. ed238bb layers: Make threading layer provide thread-safety by Mike Stroyan · 9 years ago
  89. 9563815 tests: Add test for TextureGather by Cody Northrop · 9 years ago
  90. 4b52002 tests: Golden image for TextureGather by Cody Northrop · 9 years ago
  91. 475663c tests: Add some geometry shader tests by Cody Northrop · 9 years ago
  92. 6c7e493 tests: Golden images for new GS tests by Cody Northrop · 9 years ago
  93. b11acd0 tests: Halt run_all_tests.sh if an error has occurred by Cody Northrop · 9 years ago
  94. 159ffe0 tests: Force reporting level in layer validation tests by Mark Lobodzinski · 9 years ago
  95. 3780e14 tests: Expand layer validation test coverage by Mark Lobodzinski · 9 years ago
  96. 2e2739f Merge branch 'master' of https://gitlab.khronos.org/vulkan/LoaderAndTools.git by FslNopper · 9 years ago
  97. f37926f loader: On Windows disable global optimization for API entrypoints by Tobin Ehlis · 9 years ago
  98. accf769 tests: Add test for thread checking layer by Mike Stroyan · 9 years ago
  99. 6ea73e4 layers: rework Threading layer to match version 91 by Mike Stroyan · 9 years ago
  100. e90a222 layers: fix calculation of intercepting functions. by Mike Stroyan · 9 years ago