1. e1fcd0a tests: Add Framework support for reading RT images by Karl Schultz · 6 years ago
  2. 58c59b4 tests: Add ability to pass CreateDevice pNext by Tony-LunarG · 6 years ago
  3. c08b788 tests: Add ability for test to request API version by John Zulauf · 6 years ago
  4. 059deaa tests: Make image object init robust to failure by John Zulauf · 6 years ago
  5. 0506d32 tests: Add constructor overload for spirv-asm by Mark Lobodzinski · 6 years ago
  6. 72f89aa tests: fix typo in function name by Cort Stratton · 6 years ago
  7. 91c2fdc tests: Fix some renderframework bugs by Mark Lobodzinski · 6 years ago
  8. 0e97cc3 tests: Add tests for indexed draw checking by Karl Schultz · 6 years ago
  9. fdf9607 layers: Add support for VK_EXT_descriptor_indexing by Jeff Bolz · 6 years ago
  10. cb3d77d tests: Fix copy&paste error in a comment in vkrenderframework by Gabríel Arthúr Pétursson · 7 years ago
  11. 832325a tests: Update CopyImage with sampler_YCbCr VUIDs by Dave Houlton · 7 years ago
  12. b9ca8c7 tests: Add debug callbacks during CreateInstance by John Zulauf · 7 years ago
  13. 7109547 tests: Add queue support to command buffer objects by John Zulauf · 7 years ago
  14. c64dd04 tests: Fix memleak of image objects in vkrenderframework by Gabríel Arthúr Pétursson · 7 years ago
  15. 6c72f35 tests: clang-format only by Dave Houlton · 7 years ago
  16. b6866aa tests: Add queue family selection utility by John Zulauf · 7 years ago
  17. 3d92b72 tests: Add VK_SHARING_MODE_CONCURRENT support by John Zulauf · 7 years ago
  18. 65ccc88 tests Add VkPipelineLayoutObj by Petr Kraus · 7 years ago
  19. 32ea608 tests: Add VkDescriptorSetLayoutObj by Petr Kraus · 7 years ago
  20. deec4ce tests:Driver Workaround and notes by Tobin Ehlis · 7 years ago
  21. e5f5f4b tests: Clean up VKTriangleTest by Petr Kraus · 7 years ago
  22. 13c98a6 build: Clear some compiler warnings by Petr Kraus · 7 years ago
  23. b9659a0 test: Fix image usage-feature check by Petr Kraus · 7 years ago
  24. 540a67d tests: Fix empty queue families in device creation by Petr Kraus · 7 years ago
  25. b16c764 tests: Added PipelineMultiSample VUID tests by John Zulauf · 7 years ago
  26. 7288864 tests:Add "--devsim" option by Tobin Ehlis · 7 years ago
  27. 5cd0851 Revert "layers: Fix Graphics Pipeline pointers not ignored" by Mark Lobodzinski · 7 years ago
  28. 595468a layers: Fix Graphics Pipeline pointers not ignored by Petr Kraus · 7 years ago
  29. 2e8c305 layer: Add Helper Function for Loading DPL by Jeremy Kniager · 7 years ago
  30. 75738cd tests: Fix copy/paste bug in test framework by Mike Schuchardt · 7 years ago
  31. 999c6bb tests:Fix barrier self-dependency by Tobin Ehlis · 7 years ago
  32. 7d85f81 tests:Update framework self-dependency by Tobin Ehlis · 7 years ago
  33. ccbf654 tests:Update self-dependency tests by Tobin Ehlis · 7 years ago
  34. bf31025 tests:Removed expected errors in InvalidBarriers by Tobin Ehlis · 7 years ago
  35. 3b2322c tests: Handle device extensions provided by layers by Tony Barbour · 7 years ago
  36. 952b98a tests: Redo extension handling in framework by Dave Houlton · 7 years ago
  37. 71398fd tests: Fix Windows build warning by Petr Kraus · 7 years ago
  38. e83e8d3 tests: Inline VkCommandBufferObj::BindPipeline by Chris Forbes · 7 years ago
  39. 5a9d4a5 tests: Remove VkCommandBufferObj::{Begin,End}CommandBuffer by Chris Forbes · 7 years ago
  40. b703379 tests: Remove dead members from VkPipelineObj by Chris Forbes · 7 years ago
  41. 1bd8a64 tests: Get rid of VkCommandBufferObj::GetBufferHandle() by Chris Forbes · 7 years ago
  42. 008283a tests: Get rid of split elemsize/count size in VkConstantBufferObj by Chris Forbes · 7 years ago
  43. 8504842 tests: Remove more unused framework by Chris Forbes · 7 years ago
  44. 8a1cab1 tests: Remove VkIndexBufferObj by Chris Forbes · 7 years ago
  45. d3e58bb tests: Remove more unused helpers by Chris Forbes · 7 years ago
  46. f08b7cc tests: Remove unused barrier helper from VkConstantBufferObj by Chris Forbes · 7 years ago
  47. 9c90a5e tests: Make it easy to set pool & cb flags by Chris Forbes · 7 years ago
  48. 3897786 tests: VkPipelineObj tessellation fixes by Cort Stratton · 7 years ago
  49. f0659c8 tests: Add createinfo overload to VkPipelineObj::AddShader by Chris Forbes · 8 years ago
  50. e826922 tests: Store createinfos rather than VkShaderObj by Chris Forbes · 8 years ago
  51. 5f8eb66 tests: return createinfo from VkShaderObj by ref-to-const by Chris Forbes · 8 years ago
  52. 8e7caa8 tests: Rework VkShaderObj guts to keep whole createinfo by Chris Forbes · 8 years ago
  53. b5e2225 tests: Remove no-spirv support from framework by Chris Forbes · 8 years ago
  54. f6bfa6b layers: Fix GH 1639. by Jeremy Hayes · 8 years ago
  55. d747200 tests: clang-format by Dave Houlton · 8 years ago
  56. 0ba0fdf tests: Add assert for multiple initializations by Dave Houlton · 8 years ago
  57. 1d2022c layers: Rename format utils, strip Vk by Dave Houlton · 8 years ago
  58. 3c9fca7 layers: refactor layer utils by Dave Houlton · 8 years ago
  59. 06304c2 tests: Add VkCommandPoolObj wrapper class by Mike Schuchardt · 8 years ago
  60. 46b29a4 tests: Fix framework init of depthClampEnable by Mark Lobodzinski · 8 years ago
  61. f887b16 tests: Find supported depth format instead of assuming by Tony Barbour · 8 years ago
  62. 75967fc tests: Bugfix check and add mip copy tests by Dave Houlton · 8 years ago
  63. c5f39e8 tests: Fix aspect bit for DS in framework by Dave Houlton · 8 years ago
  64. 430b676 tests: Refactor VkPipelineObj::CreateVKPipeline() by Mike Weiblen · 8 years ago
  65. ed88b73 tests: Fix commandpool unexpected error by Rene Lindsay · 8 years ago
  66. 829c0d8 layers: Add tests for sparse images by Dave Houlton · 8 years ago
  67. 64318ba repo: Clang-format LVL source files using Google by Mark Lobodzinski · 8 years ago
  68. 729a8d3 repo: Clang-format c/cpp/h LVL files using LLVM by Mark Lobodzinski · 8 years ago
  69. f18f803 tests: Place each command on a separate line. by Rene Lindsay · 8 years ago
  70. 4f73b7f Core validation: add an errror message when wrong layout is used for clearing by Slawomir Cygan · 8 years ago
  71. d5c371c tests: Make initial renderpass color attachment image layout UNDEFINED by Tobin Ehlis · 8 years ago
  72. cda4189 tests: Hold PipelineObj::m_ds_state by ptr. by Chris Forbes · 8 years ago
  73. 0556a63 tests: Clang-format vkrenderframework files by Mark Lobodzinski · 8 years ago
  74. c31a84f tests: Re-enable changes to InitState() by Cody Northrop · 8 years ago
  75. 32517e0 Revert "tests: Move device creation from Setup to InitState" by Cody Northrop · 8 years ago
  76. bbab18f Revert "tests: Enable passing PhysicalDeviceFeatures to InitState" by Cody Northrop · 8 years ago
  77. 6695fa4 tests: Enable passing PhysicalDeviceFeatures to InitState by Tony Barbour · 8 years ago
  78. 6514a6b tests: Move device creation from Setup to InitState by Tony Barbour · 8 years ago
  79. c157b7c tests: Add VkRenderpassObj to render framework by Tony Barbour · 8 years ago
  80. 53f7e89 tests: Add PhysicalDeviceFeatures to VkDeviceObj by Tony Barbour · 8 years ago
  81. 4c70d10 tests: Remove refs to device layers in tests + framework by Tony Barbour · 8 years ago
  82. 59dddeb tests: GH650, Add no-layout imageObj init by Tony Barbour · 8 years ago
  83. 8944152 tests: Don't need depth_or_stencil helper by Tobin Ehlis · 8 years ago
  84. 2ec0ec3 tests: Fix test framework to correctly set image aspect by Tobin Ehlis · 8 years ago
  85. dfe3755 tests: GH422 Addition of Buffer Validation Tests by Mark Mueller · 8 years ago
  86. ee34449 misc: Update to Vulkan header version 20 by Karl Schultz · 8 years ago
  87. cf0ae75 Revert "test: GH422 - Buffer Validation Tests" by Mark Lobodzinski · 8 years ago
  88. 979ba7b test: GH422 - Buffer Validation Tests by Mark Mueller · 8 years ago
  89. 1645d9c tests: Clear srcMask if old layout is undefined by Tony Barbour · 8 years ago
  90. 49f418a tests: Set stencil aspect if Depth Stencil format by Tony Barbour · 8 years ago
  91. abf2996 tests: Add usage to init of VkDepthStencilObj by Tony Barbour · 8 years ago
  92. 9a359b6 tests: Pass access flags instead of bit so you can pass >1 by Tony Barbour · 8 years ago
  93. 4a89633 tests: Set correct input assembly struct type by Tobin Ehlis · 8 years ago
  94. 4845814 tests: Fix layer validation test issues by Dustin Graves · 8 years ago
  95. 4542b39 tests: Initialize reserved flags as 0 by Dustin Graves · 8 years ago
  96. 5460d06 demos+tests: Add HOST_COHERENT to HOST_VISIBLE memory requests by Tony Barbour · 8 years ago
  97. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  98. b31ae81 tests: VkDescriptorSetObj - keep track of type counts and layouts seperately by Tony Barbour · 8 years ago
  99. 0371eb5 tests: Make VkDepthStencilObj a VkImageObj and set layout correctly by Tony Barbour · 9 years ago
  100. fc7a0a6 tests: Add surface extensions for xcb/win32 by Tony Barbour · 9 years ago