1. 3a22ce9 ShaderChecker: do not crash if Shader output count == 0 and PSO attachments count > 0 by scygan · 9 years ago
  2. 04cd4cc tests: Fix sample mismatch test to fail again by Tony Barbour · 9 years ago
  3. 51a05ce tests: Fix layer errors by Tony Barbour · 9 years ago
  4. c2f67f5 tests: Delete device in teardown when finished with it. by Tony Barbour · 9 years ago
  5. 7ea6aa2 tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  6. 0c823b1 tests: blit_tests handle unmappable images by Tony Barbour · 9 years ago
  7. 399dfca tests: Changes to get --show-images to work on Windows by Tony-LunarG · 9 years ago
  8. d61e1e5 tests: Change vkbase to match memory model and remove outdated tests by Tony-LunarG · 9 years ago
  9. d81b888 tests: Add missing calls when compared to the tri demo by Tony Barbour · 9 years ago
  10. 500194c tests: Cmake changes for building on Windows by Tony Barbour · 9 years ago
  11. fc3820f tests: Apply AMDs Windows patch for blit tests by Tony Barbour · 9 years ago
  12. 3d69c9e tests: Get tests running and compiling on Windows by Tony Barbour · 9 years ago
  13. dd7aed7 layers: Change MemTracker maps to contain structs by Mike Stroyan · 9 years ago
  14. 950496e layers: Tuning MemTracker by Mike Stroyan · 9 years ago
  15. d3850fe Layers: fix MemTracker threading crash by Mike Stroyan · 9 years ago
  16. f7a43bd layers: thread safe MemTracker by Mike Stroyan · 9 years ago
  17. 1f9985c layers: fast return of inactive MemTracker printing by Mike Stroyan · 9 years ago
  18. 75a97e6 tests: Fix compiler warning in layer validation tests by Mark Lobodzinski · 9 years ago
  19. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  20. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  21. 712bb5d v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  22. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  23. 3b78066 tests: Added testing for DrawState descriptor update validation and MSAA sampleCount matching by Tobin Ehlis · 9 years ago
  24. 0174fed layers: Improved DrawState Descriptor Update validation by Tobin Ehlis · 9 years ago
  25. 1056d45 layers: Added DrawState test DSUpdateWithoutBegin by Tobin Ehlis · 9 years ago
  26. 3ab1f87 tests: Move VkDescriptorSetObj variable setup to initializers by Tobin Ehlis · 9 years ago
  27. 7d1a711 tests: Added DrawState validation tests for no PSO bound and DS/CmdBuffer errors by Tobin Ehlis · 9 years ago
  28. c4bdde1 layers: Add some early returns in DrawState fail cases to prevent segFs in driver by Tobin Ehlis · 9 years ago
  29. 0788f52 layers: Added DrawState test for invalid Pipeline object by Tobin Ehlis · 9 years ago
  30. dea6ddf layers: Fix drawState lock bug and don't call driver w/ bad pipeline by Tobin Ehlis · 9 years ago
  31. 49eb23d tests: Added some empty test functions with comments for DrawState layer testing by Tobin Ehlis · 9 years ago
  32. a9f3d76 layers: Fix some DrawState checks by Tobin Ehlis · 9 years ago
  33. 2d57e50 BUILD.md: Fix markdown language that didn't translate from github to gitlab by Cody Northrop · 9 years ago
  34. ee5eef1 vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759. by Mark Lobodzinski · 9 years ago
  35. 7c3ec60 layers: Add additional check for RenderPass sampleCount by Tobin Ehlis · 9 years ago
  36. 20b7f86 layers: Build C++ version of generic layer by Mark Lobodzinski · 9 years ago
  37. 38f0db2 layers: Convert object tracker to C++ by Mark Lobodzinski · 9 years ago
  38. ccb2b04 tests: Extend layer validation test for memtracker by Mark Lobodzinski · 9 years ago
  39. c3d9833 Add win32 condition variables. by Mike Stroyan · 9 years ago
  40. ed238bb layers: Make threading layer provide thread-safety by Mike Stroyan · 9 years ago
  41. 9563815 tests: Add test for TextureGather by Cody Northrop · 9 years ago
  42. 4b52002 tests: Golden image for TextureGather by Cody Northrop · 9 years ago
  43. 475663c tests: Add some geometry shader tests by Cody Northrop · 9 years ago
  44. 6c7e493 tests: Golden images for new GS tests by Cody Northrop · 9 years ago
  45. b11acd0 tests: Halt run_all_tests.sh if an error has occurred by Cody Northrop · 9 years ago
  46. 159ffe0 tests: Force reporting level in layer validation tests by Mark Lobodzinski · 9 years ago
  47. 3780e14 tests: Expand layer validation test coverage by Mark Lobodzinski · 9 years ago
  48. 2e2739f Merge branch 'master' of https://gitlab.khronos.org/vulkan/LoaderAndTools.git by FslNopper · 9 years ago
  49. f37926f loader: On Windows disable global optimization for API entrypoints by Tobin Ehlis · 9 years ago
  50. accf769 tests: Add test for thread checking layer by Mike Stroyan · 9 years ago
  51. 6ea73e4 layers: rework Threading layer to match version 91 by Mike Stroyan · 9 years ago
  52. e90a222 layers: fix calculation of intercepting functions. by Mike Stroyan · 9 years ago
  53. 8b342b9 vulkan.h: Fix warnings due to unused queue variables by Mark Lobodzinski · 9 years ago
  54. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  55. 46d31e5 shader_checker: check types between FS output and CB by Chris Forbes · 9 years ago
  56. 401784b shader_checker: add type checking between VF and VS by Chris Forbes · 9 years ago
  57. 156a116 shader_checker: add helper to walk a type tree and return the basic type by Chris Forbes · 9 years ago
  58. bf2b1d2 shader_checker: fix fs output/cb attachment walking after assert fixes by Chris Forbes · 9 years ago
  59. 7f72054 layers: remove assumption that there's a glslang source tree alongside by Chris Forbes · 9 years ago
  60. 102fd57 Windows: Fix build from recent loader changes by Jon Ashburn · 9 years ago
  61. e1f48b0 spirv: Update to matching header by Courtney Goeltzenleuchter · 9 years ago
  62. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  63. 48bd16d layers: Remove use_count from ObjectTracker by Mark Lobodzinski · 9 years ago
  64. b0fbe91 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  65. d55a394 loader: No longer generate code, instead directly check in source code by Jon Ashburn · 9 years ago
  66. efa65fb layers: Fix bug of GetGlobalExtensionInfo not being added to layer_intercept by Jon Ashburn · 9 years ago
  67. 1de3940 loader: logging on Windows to both debug output and stderr by Jon Ashburn · 9 years ago
  68. 1b5e91f layers: update object tracker memory ref validation by Mike Stroyan · 9 years ago
  69. 7f56040 Merge branch 'master' of https://gitlab.khronos.org/vulkan/LoaderAndTools.git by FslNopper · 9 years ago
  70. d866ad0 tests: Add test for mismatched types by Tony Barbour · 9 years ago
  71. c93194c tests: Fix typo in image_tests caught by layer validation updates. by Mark Lobodzinski · 9 years ago
  72. 03a7e98 layers: Add object type validation to object tracker by Mark Lobodzinski · 9 years ago
  73. 7c75b85 layers: Use native Vulkan object type definitions by Mark Lobodzinski · 9 years ago
  74. 82974f4 loader: Fix bugs where non-dispatchable objects overwrite dispatch table by Jon Ashburn · 9 years ago
  75. 657fb57 loader: Fix bug in vkGetProcAddr so trampoline code is returned as needed by Jon Ashburn · 9 years ago
  76. 1dd0a5c loader: Separate out the python generator script by Jon Ashburn · 9 years ago
  77. 1ed042c loader: rename a few dispatch utilties by Jon Ashburn · 9 years ago
  78. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  79. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  80. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  81. 43fb2c7 tests: Update for VK origin convention by Courtney Goeltzenleuchter · 9 years ago
  82. a0778af layers: Move OT validation calls inside mutex by Mark Lobodzinski · 9 years ago
  83. e2167aa layers: Add memory manager queue validation to object tracker by Mark Lobodzinski · 9 years ago
  84. 15524c3 tests: Pass debug function to InitFramework to register by Tony Barbour · 9 years ago
  85. f6b9bc6 layers: Add another routine to the list that don't need use counts by Tony Barbour · 9 years ago
  86. c779c7e layers: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  87. f851ddf loader: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  88. c48e635 Win: Stop using the temporary "xcb_nvidia" code. by Ian Elliott · 9 years ago
  89. 97e52d8 toolchain: Update to newer glslang and LunarGLASS versions by Cody Northrop · 9 years ago
  90. 6636d1a tests: Include HOST_VISIBLE mem prop for --show-images by Courtney Goeltzenleuchter · 9 years ago
  91. fcf43ab tests: Use staging buffer for --show-images by Courtney Goeltzenleuchter · 9 years ago
  92. e4171f0 mem_tracker: Fix error from fixing MSVC asserts by Courtney Goeltzenleuchter · 9 years ago
  93. d8f83d8 layers: Fix msvc++ iterator issues by David Pinedo · 9 years ago
  94. 3597a20 draw_state: Fix another MSVC++ debug assert by Courtney Goeltzenleuchter · 9 years ago
  95. ea3117c draw_state: Fix Microsoft C++ iterator assert by Courtney Goeltzenleuchter · 9 years ago
  96. 2fd6799 mem_tracker: Do not increment iterator after delete by Courtney Goeltzenleuchter · 9 years ago
  97. ba348a9 draw_state: Fix Microsoft C++ assert by Courtney Goeltzenleuchter · 9 years ago
  98. c285216 Shader Checker Layer: make sure iterated list is of non-zero length by David Pinedo · 9 years ago
  99. 3a11c8e loader: Terminate chain of GetProcAddr() in driver if gpu obj is base by Jon Ashburn · 9 years ago
  100. 4ab7f72 tests: Update layer test script to enable Validation layer and skip the vk_layer_validation_tests for now as they re-insert layers and cause a hang by Tobin Ehlis · 9 years ago