1. 3b2322c tests: Handle device extensions provided by layers by Tony Barbour · 7 years ago
  2. 952b98a tests: Redo extension handling in framework by Dave Houlton · 7 years ago
  3. 71398fd tests: Fix Windows build warning by Petr Kraus · 7 years ago
  4. e83e8d3 tests: Inline VkCommandBufferObj::BindPipeline by Chris Forbes · 7 years ago
  5. 5a9d4a5 tests: Remove VkCommandBufferObj::{Begin,End}CommandBuffer by Chris Forbes · 7 years ago
  6. b703379 tests: Remove dead members from VkPipelineObj by Chris Forbes · 7 years ago
  7. 1bd8a64 tests: Get rid of VkCommandBufferObj::GetBufferHandle() by Chris Forbes · 7 years ago
  8. 008283a tests: Get rid of split elemsize/count size in VkConstantBufferObj by Chris Forbes · 7 years ago
  9. 8504842 tests: Remove more unused framework by Chris Forbes · 7 years ago
  10. 8a1cab1 tests: Remove VkIndexBufferObj by Chris Forbes · 7 years ago
  11. d3e58bb tests: Remove more unused helpers by Chris Forbes · 7 years ago
  12. f08b7cc tests: Remove unused barrier helper from VkConstantBufferObj by Chris Forbes · 7 years ago
  13. 9c90a5e tests: Make it easy to set pool & cb flags by Chris Forbes · 7 years ago
  14. 3897786 tests: VkPipelineObj tessellation fixes by Cort Stratton · 7 years ago
  15. f0659c8 tests: Add createinfo overload to VkPipelineObj::AddShader by Chris Forbes · 8 years ago
  16. e826922 tests: Store createinfos rather than VkShaderObj by Chris Forbes · 8 years ago
  17. 5f8eb66 tests: return createinfo from VkShaderObj by ref-to-const by Chris Forbes · 8 years ago
  18. 8e7caa8 tests: Rework VkShaderObj guts to keep whole createinfo by Chris Forbes · 8 years ago
  19. b5e2225 tests: Remove no-spirv support from framework by Chris Forbes · 8 years ago
  20. f6bfa6b layers: Fix GH 1639. by Jeremy Hayes · 8 years ago
  21. d747200 tests: clang-format by Dave Houlton · 8 years ago
  22. 0ba0fdf tests: Add assert for multiple initializations by Dave Houlton · 8 years ago
  23. 1d2022c layers: Rename format utils, strip Vk by Dave Houlton · 8 years ago
  24. 3c9fca7 layers: refactor layer utils by Dave Houlton · 8 years ago
  25. 06304c2 tests: Add VkCommandPoolObj wrapper class by Mike Schuchardt · 8 years ago
  26. 46b29a4 tests: Fix framework init of depthClampEnable by Mark Lobodzinski · 8 years ago
  27. f887b16 tests: Find supported depth format instead of assuming by Tony Barbour · 8 years ago
  28. 75967fc tests: Bugfix check and add mip copy tests by Dave Houlton · 8 years ago
  29. c5f39e8 tests: Fix aspect bit for DS in framework by Dave Houlton · 8 years ago
  30. 430b676 tests: Refactor VkPipelineObj::CreateVKPipeline() by Mike Weiblen · 8 years ago
  31. ed88b73 tests: Fix commandpool unexpected error by Rene Lindsay · 8 years ago
  32. 829c0d8 layers: Add tests for sparse images by Dave Houlton · 8 years ago
  33. 64318ba repo: Clang-format LVL source files using Google by Mark Lobodzinski · 8 years ago
  34. 729a8d3 repo: Clang-format c/cpp/h LVL files using LLVM by Mark Lobodzinski · 8 years ago
  35. f18f803 tests: Place each command on a separate line. by Rene Lindsay · 8 years ago
  36. 4f73b7f Core validation: add an errror message when wrong layout is used for clearing by Slawomir Cygan · 8 years ago
  37. d5c371c tests: Make initial renderpass color attachment image layout UNDEFINED by Tobin Ehlis · 8 years ago
  38. cda4189 tests: Hold PipelineObj::m_ds_state by ptr. by Chris Forbes · 8 years ago
  39. 0556a63 tests: Clang-format vkrenderframework files by Mark Lobodzinski · 8 years ago
  40. c31a84f tests: Re-enable changes to InitState() by Cody Northrop · 8 years ago
  41. 32517e0 Revert "tests: Move device creation from Setup to InitState" by Cody Northrop · 8 years ago
  42. bbab18f Revert "tests: Enable passing PhysicalDeviceFeatures to InitState" by Cody Northrop · 8 years ago
  43. 6695fa4 tests: Enable passing PhysicalDeviceFeatures to InitState by Tony Barbour · 8 years ago
  44. 6514a6b tests: Move device creation from Setup to InitState by Tony Barbour · 8 years ago
  45. c157b7c tests: Add VkRenderpassObj to render framework by Tony Barbour · 8 years ago
  46. 53f7e89 tests: Add PhysicalDeviceFeatures to VkDeviceObj by Tony Barbour · 8 years ago
  47. 4c70d10 tests: Remove refs to device layers in tests + framework by Tony Barbour · 8 years ago
  48. 59dddeb tests: GH650, Add no-layout imageObj init by Tony Barbour · 8 years ago
  49. 8944152 tests: Don't need depth_or_stencil helper by Tobin Ehlis · 8 years ago
  50. 2ec0ec3 tests: Fix test framework to correctly set image aspect by Tobin Ehlis · 8 years ago
  51. dfe3755 tests: GH422 Addition of Buffer Validation Tests by Mark Mueller · 8 years ago
  52. ee34449 misc: Update to Vulkan header version 20 by Karl Schultz · 8 years ago
  53. cf0ae75 Revert "test: GH422 - Buffer Validation Tests" by Mark Lobodzinski · 8 years ago
  54. 979ba7b test: GH422 - Buffer Validation Tests by Mark Mueller · 8 years ago
  55. 1645d9c tests: Clear srcMask if old layout is undefined by Tony Barbour · 8 years ago
  56. 49f418a tests: Set stencil aspect if Depth Stencil format by Tony Barbour · 8 years ago
  57. abf2996 tests: Add usage to init of VkDepthStencilObj by Tony Barbour · 8 years ago
  58. 9a359b6 tests: Pass access flags instead of bit so you can pass >1 by Tony Barbour · 8 years ago
  59. 4a89633 tests: Set correct input assembly struct type by Tobin Ehlis · 8 years ago
  60. 4845814 tests: Fix layer validation test issues by Dustin Graves · 8 years ago
  61. 4542b39 tests: Initialize reserved flags as 0 by Dustin Graves · 8 years ago
  62. 5460d06 demos+tests: Add HOST_COHERENT to HOST_VISIBLE memory requests by Tony Barbour · 8 years ago
  63. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  64. b31ae81 tests: VkDescriptorSetObj - keep track of type counts and layouts seperately by Tony Barbour · 8 years ago
  65. 0371eb5 tests: Make VkDepthStencilObj a VkImageObj and set layout correctly by Tony Barbour · 9 years ago
  66. fc7a0a6 tests: Add surface extensions for xcb/win32 by Tony Barbour · 9 years ago
  67. f01c7bb tests: Initialize fields so test does not crash. by Michael Mc Donnell · 9 years ago
  68. b4cacb6 tests: Add ability to override tessellation state, use it. by Chris Forbes · 9 years ago
  69. 8075494 tests: Fix test framework to not pass a null vi by Chris Forbes · 9 years ago
  70. 7a1d235 layers: GH195 Fix core_validation dynamic state checks by Tobin Ehlis · 9 years ago
  71. 7e56d30 validation: Promote validation warnings to errors by Tony Barbour · 9 years ago
  72. 38b59a4 tests: Clean up misc validation warnings by Tony Barbour · 9 years ago
  73. 11791c5 tests: Remove unused mip levels from rendersystem image creation by Tony Barbour · 9 years ago
  74. 1516c0f tests: Fix image creation with invalid initial layout by Tony Barbour · 9 years ago
  75. 26aa42b tests: LEx 294 Don't create empty descriptor pools by Tony Barbour · 9 years ago
  76. 53b513f layers: Remove unnecessary null pointer checks by Eric Engestrom · 9 years ago
  77. 510e20d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 9 years ago
  78. 4f9b0e6 tests: Add optional entrypoint name to test shader object. by Chris Forbes · 9 years ago
  79. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  80. 0a369f6 layers: Enable Wall and Werror. by Michael Lentine · 9 years ago
  81. 6addd81 tests: Update copyright and apply clang-format by Karl Schultz · 9 years ago
  82. 93ecb1d Win32: Get 32-bit Windows build working by Mark Young · 9 years ago
  83. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  84. 6e23c1f misc: rename descriptorSetlayout pBinding; update to header vers 217 by Jon Ashburn · 9 years ago
  85. 7f9716c misc: Add pipeline stage flags to wait upon for queueSubmit semaphores; v216 by Jon Ashburn · 9 years ago
  86. 19d3bf1 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  87. 1fd6801 misc: Clean up variety of compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  88. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  89. 822e8d7 debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  90. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  91. fd4830c layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  92. ddc8db5 vulkan: Changes for header version 211 by Jon Ashburn · 9 years ago
  93. def1303 tests: Ensure texture mipCount is valid by Courtney Goeltzenleuchter · 9 years ago
  94. 2d6d54e Create a surface to find out what formats are presentable by Tony Barbour · 9 years ago
  95. 5594408 tests: Eliminate compiler warning & improve FIXME for what needs to be done. by Ian Elliott · 9 years ago
  96. c11750d tests: Started converting test code to use the new WSI. by Ian Elliott · 9 years ago
  97. 1dcd109 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  98. b8d47ae bug 15089: Does "Across Command Buffer Boundaries" apply to second-level command buffers? by Chia-I Wu · 9 years ago
  99. 0212448 bug 15085: queue creation naming issues by Chia-I Wu · 9 years ago
  100. fc40cd0 Merge branch 'david_include_change_20151106' by David Pinedo · 9 years ago