1. f390c6c tests: Add tests for VK_EXT_line_rasterization by Jeff Bolz · 5 years ago
  2. ec16a54 gpu: Add tests for compute stage by Tony-LunarG · 5 years ago
  3. e4b41ca tests: Add ray tracing descriptor indexing tests by Jason Macnak · 5 years ago
  4. bd9db35 tests: Surface & swapchain by locke-lunarg · 5 years ago
  5. 9cf28b5 tests: Set usage of swapchain by locke-lunarg · 5 years ago
  6. 015fc34 tests: Create surface and swapchain by unknown · 5 years ago
  7. 7301ada tests: Add common code by locke-lunarg · 5 years ago
  8. 0ffd7a5 tests: Convert SetUp()\TearDown() to constructors by Petr Kraus · 6 years ago
  9. 1691660 tests: Fix dst layout in CopyImageOut by Tony-LunarG · 5 years ago
  10. 11b2e80 tests: Add common code by unknown · 5 years ago
  11. 4bd7a0b tests: Add test for runtime array uninitialized by Tony-LunarG · 6 years ago
  12. e88fb53 tests: Checked VALIDATION_APK for create surface by Locke · 6 years ago
  13. 9f69fac tests: Device Group requires Vulkan 1.1+ by Locke · 6 years ago
  14. adb4f6c tests: Initialize swapchain by Locke · 6 years ago
  15. 8796a00 tests: Add helper for devsim layer active by Mark Lobodzinski · 6 years ago
  16. 6494e94 tests: Fix image layout tracking in Texture object by John Zulauf · 6 years ago
  17. 9d09ee9 tests: Add features to support GPU validation tests by Karl Schultz · 6 years ago
  18. e1fcd0a tests: Add Framework support for reading RT images by Karl Schultz · 6 years ago
  19. 58c59b4 tests: Add ability to pass CreateDevice pNext by Tony-LunarG · 6 years ago
  20. c08b788 tests: Add ability for test to request API version by John Zulauf · 6 years ago
  21. 059deaa tests: Make image object init robust to failure by John Zulauf · 6 years ago
  22. 0506d32 tests: Add constructor overload for spirv-asm by Mark Lobodzinski · 6 years ago
  23. 72f89aa tests: fix typo in function name by Cort Stratton · 6 years ago
  24. 91c2fdc tests: Fix some renderframework bugs by Mark Lobodzinski · 7 years ago
  25. 0e97cc3 tests: Add tests for indexed draw checking by Karl Schultz · 7 years ago
  26. fdf9607 layers: Add support for VK_EXT_descriptor_indexing by Jeff Bolz · 7 years ago
  27. cb3d77d tests: Fix copy&paste error in a comment in vkrenderframework by Gabríel Arthúr Pétursson · 7 years ago
  28. 832325a tests: Update CopyImage with sampler_YCbCr VUIDs by Dave Houlton · 7 years ago
  29. b9ca8c7 tests: Add debug callbacks during CreateInstance by John Zulauf · 7 years ago
  30. 7109547 tests: Add queue support to command buffer objects by John Zulauf · 7 years ago
  31. c64dd04 tests: Fix memleak of image objects in vkrenderframework by Gabríel Arthúr Pétursson · 7 years ago
  32. 6c72f35 tests: clang-format only by Dave Houlton · 7 years ago
  33. b6866aa tests: Add queue family selection utility by John Zulauf · 7 years ago
  34. 3d92b72 tests: Add VK_SHARING_MODE_CONCURRENT support by John Zulauf · 7 years ago
  35. 65ccc88 tests Add VkPipelineLayoutObj by Petr Kraus · 7 years ago
  36. 32ea608 tests: Add VkDescriptorSetLayoutObj by Petr Kraus · 7 years ago
  37. deec4ce tests:Driver Workaround and notes by Tobin Ehlis · 7 years ago
  38. e5f5f4b tests: Clean up VKTriangleTest by Petr Kraus · 7 years ago
  39. 13c98a6 build: Clear some compiler warnings by Petr Kraus · 7 years ago
  40. b9659a0 test: Fix image usage-feature check by Petr Kraus · 7 years ago
  41. 540a67d tests: Fix empty queue families in device creation by Petr Kraus · 7 years ago
  42. b16c764 tests: Added PipelineMultiSample VUID tests by John Zulauf · 7 years ago
  43. 7288864 tests:Add "--devsim" option by Tobin Ehlis · 7 years ago
  44. 5cd0851 Revert "layers: Fix Graphics Pipeline pointers not ignored" by Mark Lobodzinski · 7 years ago
  45. 595468a layers: Fix Graphics Pipeline pointers not ignored by Petr Kraus · 7 years ago
  46. 2e8c305 layer: Add Helper Function for Loading DPL by Jeremy Kniager · 7 years ago
  47. 75738cd tests: Fix copy/paste bug in test framework by Mike Schuchardt · 7 years ago
  48. 999c6bb tests:Fix barrier self-dependency by Tobin Ehlis · 7 years ago
  49. 7d85f81 tests:Update framework self-dependency by Tobin Ehlis · 7 years ago
  50. ccbf654 tests:Update self-dependency tests by Tobin Ehlis · 7 years ago
  51. bf31025 tests:Removed expected errors in InvalidBarriers by Tobin Ehlis · 7 years ago
  52. 3b2322c tests: Handle device extensions provided by layers by Tony Barbour · 7 years ago
  53. 952b98a tests: Redo extension handling in framework by Dave Houlton · 7 years ago
  54. 71398fd tests: Fix Windows build warning by Petr Kraus · 7 years ago
  55. e83e8d3 tests: Inline VkCommandBufferObj::BindPipeline by Chris Forbes · 7 years ago
  56. 5a9d4a5 tests: Remove VkCommandBufferObj::{Begin,End}CommandBuffer by Chris Forbes · 7 years ago
  57. b703379 tests: Remove dead members from VkPipelineObj by Chris Forbes · 7 years ago
  58. 1bd8a64 tests: Get rid of VkCommandBufferObj::GetBufferHandle() by Chris Forbes · 7 years ago
  59. 008283a tests: Get rid of split elemsize/count size in VkConstantBufferObj by Chris Forbes · 7 years ago
  60. 8504842 tests: Remove more unused framework by Chris Forbes · 7 years ago
  61. 8a1cab1 tests: Remove VkIndexBufferObj by Chris Forbes · 7 years ago
  62. d3e58bb tests: Remove more unused helpers by Chris Forbes · 7 years ago
  63. f08b7cc tests: Remove unused barrier helper from VkConstantBufferObj by Chris Forbes · 7 years ago
  64. 9c90a5e tests: Make it easy to set pool & cb flags by Chris Forbes · 7 years ago
  65. 3897786 tests: VkPipelineObj tessellation fixes by Cort Stratton · 8 years ago
  66. f0659c8 tests: Add createinfo overload to VkPipelineObj::AddShader by Chris Forbes · 8 years ago
  67. e826922 tests: Store createinfos rather than VkShaderObj by Chris Forbes · 8 years ago
  68. 5f8eb66 tests: return createinfo from VkShaderObj by ref-to-const by Chris Forbes · 8 years ago
  69. 8e7caa8 tests: Rework VkShaderObj guts to keep whole createinfo by Chris Forbes · 8 years ago
  70. b5e2225 tests: Remove no-spirv support from framework by Chris Forbes · 8 years ago
  71. f6bfa6b layers: Fix GH 1639. by Jeremy Hayes · 8 years ago
  72. d747200 tests: clang-format by Dave Houlton · 8 years ago
  73. 0ba0fdf tests: Add assert for multiple initializations by Dave Houlton · 8 years ago
  74. 1d2022c layers: Rename format utils, strip Vk by Dave Houlton · 8 years ago
  75. 3c9fca7 layers: refactor layer utils by Dave Houlton · 8 years ago
  76. 06304c2 tests: Add VkCommandPoolObj wrapper class by Mike Schuchardt · 8 years ago
  77. 46b29a4 tests: Fix framework init of depthClampEnable by Mark Lobodzinski · 8 years ago
  78. f887b16 tests: Find supported depth format instead of assuming by Tony Barbour · 8 years ago
  79. 75967fc tests: Bugfix check and add mip copy tests by Dave Houlton · 8 years ago
  80. c5f39e8 tests: Fix aspect bit for DS in framework by Dave Houlton · 8 years ago
  81. 430b676 tests: Refactor VkPipelineObj::CreateVKPipeline() by Mike Weiblen · 8 years ago
  82. ed88b73 tests: Fix commandpool unexpected error by Rene Lindsay · 8 years ago
  83. 829c0d8 layers: Add tests for sparse images by Dave Houlton · 8 years ago
  84. 64318ba repo: Clang-format LVL source files using Google by Mark Lobodzinski · 8 years ago
  85. 729a8d3 repo: Clang-format c/cpp/h LVL files using LLVM by Mark Lobodzinski · 8 years ago
  86. f18f803 tests: Place each command on a separate line. by Rene Lindsay · 8 years ago
  87. 4f73b7f Core validation: add an errror message when wrong layout is used for clearing by Slawomir Cygan · 8 years ago
  88. d5c371c tests: Make initial renderpass color attachment image layout UNDEFINED by Tobin Ehlis · 8 years ago
  89. cda4189 tests: Hold PipelineObj::m_ds_state by ptr. by Chris Forbes · 8 years ago
  90. 0556a63 tests: Clang-format vkrenderframework files by Mark Lobodzinski · 8 years ago
  91. c31a84f tests: Re-enable changes to InitState() by Cody Northrop · 8 years ago
  92. 32517e0 Revert "tests: Move device creation from Setup to InitState" by Cody Northrop · 8 years ago
  93. bbab18f Revert "tests: Enable passing PhysicalDeviceFeatures to InitState" by Cody Northrop · 8 years ago
  94. 6695fa4 tests: Enable passing PhysicalDeviceFeatures to InitState by Tony Barbour · 8 years ago
  95. 6514a6b tests: Move device creation from Setup to InitState by Tony Barbour · 8 years ago
  96. c157b7c tests: Add VkRenderpassObj to render framework by Tony Barbour · 8 years ago
  97. 53f7e89 tests: Add PhysicalDeviceFeatures to VkDeviceObj by Tony Barbour · 8 years ago
  98. 4c70d10 tests: Remove refs to device layers in tests + framework by Tony Barbour · 8 years ago
  99. 59dddeb tests: GH650, Add no-layout imageObj init by Tony Barbour · 8 years ago
  100. 8944152 tests: Don't need depth_or_stencil helper by Tobin Ehlis · 8 years ago