1. 75a97e6 tests: Fix compiler warning in layer validation tests by Mark Lobodzinski · 9 years ago
  2. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  3. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  4. 712bb5d v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  5. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  6. 3b78066 tests: Added testing for DrawState descriptor update validation and MSAA sampleCount matching by Tobin Ehlis · 9 years ago
  7. 0174fed layers: Improved DrawState Descriptor Update validation by Tobin Ehlis · 9 years ago
  8. 1056d45 layers: Added DrawState test DSUpdateWithoutBegin by Tobin Ehlis · 9 years ago
  9. 3ab1f87 tests: Move VkDescriptorSetObj variable setup to initializers by Tobin Ehlis · 9 years ago
  10. 7d1a711 tests: Added DrawState validation tests for no PSO bound and DS/CmdBuffer errors by Tobin Ehlis · 9 years ago
  11. c4bdde1 layers: Add some early returns in DrawState fail cases to prevent segFs in driver by Tobin Ehlis · 9 years ago
  12. 0788f52 layers: Added DrawState test for invalid Pipeline object by Tobin Ehlis · 9 years ago
  13. dea6ddf layers: Fix drawState lock bug and don't call driver w/ bad pipeline by Tobin Ehlis · 9 years ago
  14. 49eb23d tests: Added some empty test functions with comments for DrawState layer testing by Tobin Ehlis · 9 years ago
  15. a9f3d76 layers: Fix some DrawState checks by Tobin Ehlis · 9 years ago
  16. 2d57e50 BUILD.md: Fix markdown language that didn't translate from github to gitlab by Cody Northrop · 9 years ago
  17. ee5eef1 vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759. by Mark Lobodzinski · 9 years ago
  18. 7c3ec60 layers: Add additional check for RenderPass sampleCount by Tobin Ehlis · 9 years ago
  19. 20b7f86 layers: Build C++ version of generic layer by Mark Lobodzinski · 9 years ago
  20. 38f0db2 layers: Convert object tracker to C++ by Mark Lobodzinski · 9 years ago
  21. ccb2b04 tests: Extend layer validation test for memtracker by Mark Lobodzinski · 9 years ago
  22. c3d9833 Add win32 condition variables. by Mike Stroyan · 9 years ago
  23. ed238bb layers: Make threading layer provide thread-safety by Mike Stroyan · 9 years ago
  24. 9563815 tests: Add test for TextureGather by Cody Northrop · 9 years ago
  25. 4b52002 tests: Golden image for TextureGather by Cody Northrop · 9 years ago
  26. 475663c tests: Add some geometry shader tests by Cody Northrop · 9 years ago
  27. 6c7e493 tests: Golden images for new GS tests by Cody Northrop · 9 years ago
  28. b11acd0 tests: Halt run_all_tests.sh if an error has occurred by Cody Northrop · 9 years ago
  29. 159ffe0 tests: Force reporting level in layer validation tests by Mark Lobodzinski · 9 years ago
  30. 3780e14 tests: Expand layer validation test coverage by Mark Lobodzinski · 9 years ago
  31. 2e2739f Merge branch 'master' of https://gitlab.khronos.org/vulkan/LoaderAndTools.git by FslNopper · 9 years ago
  32. f37926f loader: On Windows disable global optimization for API entrypoints by Tobin Ehlis · 9 years ago
  33. accf769 tests: Add test for thread checking layer by Mike Stroyan · 9 years ago
  34. 6ea73e4 layers: rework Threading layer to match version 91 by Mike Stroyan · 9 years ago
  35. e90a222 layers: fix calculation of intercepting functions. by Mike Stroyan · 9 years ago
  36. 8b342b9 vulkan.h: Fix warnings due to unused queue variables by Mark Lobodzinski · 9 years ago
  37. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  38. 46d31e5 shader_checker: check types between FS output and CB by Chris Forbes · 9 years ago
  39. 401784b shader_checker: add type checking between VF and VS by Chris Forbes · 9 years ago
  40. 156a116 shader_checker: add helper to walk a type tree and return the basic type by Chris Forbes · 9 years ago
  41. bf2b1d2 shader_checker: fix fs output/cb attachment walking after assert fixes by Chris Forbes · 9 years ago
  42. 7f72054 layers: remove assumption that there's a glslang source tree alongside by Chris Forbes · 9 years ago
  43. 102fd57 Windows: Fix build from recent loader changes by Jon Ashburn · 9 years ago
  44. e1f48b0 spirv: Update to matching header by Courtney Goeltzenleuchter · 9 years ago
  45. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  46. 48bd16d layers: Remove use_count from ObjectTracker by Mark Lobodzinski · 9 years ago
  47. b0fbe91 misc: Add vkGetInstanceProcAddr() entrypoint by Jon Ashburn · 9 years ago
  48. d55a394 loader: No longer generate code, instead directly check in source code by Jon Ashburn · 9 years ago
  49. efa65fb layers: Fix bug of GetGlobalExtensionInfo not being added to layer_intercept by Jon Ashburn · 9 years ago
  50. 1de3940 loader: logging on Windows to both debug output and stderr by Jon Ashburn · 9 years ago
  51. 1b5e91f layers: update object tracker memory ref validation by Mike Stroyan · 9 years ago
  52. 7f56040 Merge branch 'master' of https://gitlab.khronos.org/vulkan/LoaderAndTools.git by FslNopper · 9 years ago
  53. d866ad0 tests: Add test for mismatched types by Tony Barbour · 9 years ago
  54. c93194c tests: Fix typo in image_tests caught by layer validation updates. by Mark Lobodzinski · 9 years ago
  55. 03a7e98 layers: Add object type validation to object tracker by Mark Lobodzinski · 9 years ago
  56. 7c75b85 layers: Use native Vulkan object type definitions by Mark Lobodzinski · 9 years ago
  57. 82974f4 loader: Fix bugs where non-dispatchable objects overwrite dispatch table by Jon Ashburn · 9 years ago
  58. 657fb57 loader: Fix bug in vkGetProcAddr so trampoline code is returned as needed by Jon Ashburn · 9 years ago
  59. 1dd0a5c loader: Separate out the python generator script by Jon Ashburn · 9 years ago
  60. 1ed042c loader: rename a few dispatch utilties by Jon Ashburn · 9 years ago
  61. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  62. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  63. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  64. 43fb2c7 tests: Update for VK origin convention by Courtney Goeltzenleuchter · 9 years ago
  65. a0778af layers: Move OT validation calls inside mutex by Mark Lobodzinski · 9 years ago
  66. e2167aa layers: Add memory manager queue validation to object tracker by Mark Lobodzinski · 9 years ago
  67. 15524c3 tests: Pass debug function to InitFramework to register by Tony Barbour · 9 years ago
  68. f6b9bc6 layers: Add another routine to the list that don't need use counts by Tony Barbour · 9 years ago
  69. c779c7e layers: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  70. f851ddf loader: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  71. c48e635 Win: Stop using the temporary "xcb_nvidia" code. by Ian Elliott · 9 years ago
  72. 97e52d8 toolchain: Update to newer glslang and LunarGLASS versions by Cody Northrop · 9 years ago
  73. 6636d1a tests: Include HOST_VISIBLE mem prop for --show-images by Courtney Goeltzenleuchter · 9 years ago
  74. fcf43ab tests: Use staging buffer for --show-images by Courtney Goeltzenleuchter · 9 years ago
  75. e4171f0 mem_tracker: Fix error from fixing MSVC asserts by Courtney Goeltzenleuchter · 9 years ago
  76. d8f83d8 layers: Fix msvc++ iterator issues by David Pinedo · 9 years ago
  77. 3597a20 draw_state: Fix another MSVC++ debug assert by Courtney Goeltzenleuchter · 9 years ago
  78. ea3117c draw_state: Fix Microsoft C++ iterator assert by Courtney Goeltzenleuchter · 9 years ago
  79. 2fd6799 mem_tracker: Do not increment iterator after delete by Courtney Goeltzenleuchter · 9 years ago
  80. ba348a9 draw_state: Fix Microsoft C++ assert by Courtney Goeltzenleuchter · 9 years ago
  81. c285216 Shader Checker Layer: make sure iterated list is of non-zero length by David Pinedo · 9 years ago
  82. 3a11c8e loader: Terminate chain of GetProcAddr() in driver if gpu obj is base by Jon Ashburn · 9 years ago
  83. 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
  84. 17f45a6 layers: Fix bug in APIDump where some void* members were having their address printed when APIDumpNoAddr was TRUE by Tobin Ehlis · 9 years ago
  85. 0bed462 layers: Add another routine to list that don't need use counts by Tony Barbour · 9 years ago
  86. 93de406 layers: Add 3 more routines to list that don't need use counts by Tony Barbour · 9 years ago
  87. 45a23a8 layers: Fix APIDump corner cases to not print addresses w/ NoAddr option by Tobin Ehlis · 9 years ago
  88. a2b199c layers: Add APIDump option to not parse parameter details by Tobin Ehlis · 9 years ago
  89. ae053e9 loader: Fix bug on layer name prefix string length by Jon Ashburn · 9 years ago
  90. 9b9fe78 tests: layer init moved to instance create - drop from device by Tony Barbour · 9 years ago
  91. 3fdff9e tests: Add Device init that takes list of layers to enable by Tony Barbour · 9 years ago
  92. 603f903 dispatch: No need to save data from vkResetFences by Tony Barbour · 9 years ago
  93. 530c727 build: fix registry locations by Tony Barbour · 9 years ago
  94. d335065 scripts: Update vk_helper.py to account for VK_BIT(#) enum values by Tobin Ehlis · 9 years ago
  95. 806c906 tests: Move fence tests from vkbase to layer validation by Tony Barbour · 9 years ago
  96. 4c97d7a tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  97. 1a5e636 tests: Remove old function prototype comments by Tony Barbour · 9 years ago
  98. 0d067d1 layers: Added fence validation check to object_tracker by Mark Lobodzinski · 9 years ago
  99. b1567a0 layers: Memtracker formatting changes. by Mark Lobodzinski · 9 years ago
  100. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago