1. f0659c8 tests: Add createinfo overload to VkPipelineObj::AddShader by Chris Forbes · 7 years ago
  2. e826922 tests: Store createinfos rather than VkShaderObj by Chris Forbes · 7 years ago
  3. 5f8eb66 tests: return createinfo from VkShaderObj by ref-to-const by Chris Forbes · 7 years ago
  4. 8e7caa8 tests: Rework VkShaderObj guts to keep whole createinfo by Chris Forbes · 7 years ago
  5. f6bfa6b layers: Fix GH 1639. by Jeremy Hayes · 7 years ago
  6. 1d2022c layers: Rename format utils, strip Vk by Dave Houlton · 7 years ago
  7. 3c9fca7 layers: refactor layer utils by Dave Houlton · 7 years ago
  8. 06304c2 tests: Add VkCommandPoolObj wrapper class by Mike Schuchardt · 7 years ago
  9. f887b16 tests: Find supported depth format instead of assuming by Tony Barbour · 7 years ago
  10. 75967fc tests: Bugfix check and add mip copy tests by Dave Houlton · 7 years ago
  11. 430b676 tests: Refactor VkPipelineObj::CreateVKPipeline() by Mike Weiblen · 8 years ago
  12. ed88b73 tests: Fix commandpool unexpected error by Rene Lindsay · 8 years ago
  13. 829c0d8 layers: Add tests for sparse images by Dave Houlton · 8 years ago
  14. 64318ba repo: Clang-format LVL source files using Google by Mark Lobodzinski · 8 years ago
  15. 4f73b7f Core validation: add an errror message when wrong layout is used for clearing by Slawomir Cygan · 8 years ago
  16. cda4189 tests: Hold PipelineObj::m_ds_state by ptr. by Chris Forbes · 8 years ago
  17. 0556a63 tests: Clang-format vkrenderframework files by Mark Lobodzinski · 8 years ago
  18. c31a84f tests: Re-enable changes to InitState() by Cody Northrop · 8 years ago
  19. 32517e0 Revert "tests: Move device creation from Setup to InitState" by Cody Northrop · 8 years ago
  20. bbab18f Revert "tests: Enable passing PhysicalDeviceFeatures to InitState" by Cody Northrop · 8 years ago
  21. 6695fa4 tests: Enable passing PhysicalDeviceFeatures to InitState by Tony Barbour · 8 years ago
  22. 6514a6b tests: Move device creation from Setup to InitState by Tony Barbour · 8 years ago
  23. c157b7c tests: Add VkRenderpassObj to render framework by Tony Barbour · 8 years ago
  24. 53f7e89 tests: Add PhysicalDeviceFeatures to VkDeviceObj by Tony Barbour · 8 years ago
  25. 4c70d10 tests: Remove refs to device layers in tests + framework by Tony Barbour · 8 years ago
  26. 59dddeb tests: GH650, Add no-layout imageObj init by Tony Barbour · 8 years ago
  27. dfe3755 tests: GH422 Addition of Buffer Validation Tests by Mark Mueller · 8 years ago
  28. ee34449 misc: Update to Vulkan header version 20 by Karl Schultz · 8 years ago
  29. cf0ae75 Revert "test: GH422 - Buffer Validation Tests" by Mark Lobodzinski · 8 years ago
  30. 979ba7b test: GH422 - Buffer Validation Tests by Mark Mueller · 8 years ago
  31. abf2996 tests: Add usage to init of VkDepthStencilObj by Tony Barbour · 8 years ago
  32. 9a359b6 tests: Pass access flags instead of bit so you can pass >1 by Tony Barbour · 8 years ago
  33. fc8eaf1 tests: GH431 Add layer checks and tests for push constant by Karl Schultz · 8 years ago
  34. 1c32c77 tests: ensure WSI extensions enabled before functions called. by Ian Elliott · 8 years ago
  35. 4845814 tests: Fix layer validation test issues by Dustin Graves · 8 years ago
  36. 3ebf125 misc: Update licenses to Apache 2.0 by Jon Ashburn · 8 years ago
  37. b31ae81 tests: VkDescriptorSetObj - keep track of type counts and layouts seperately by Tony Barbour · 8 years ago
  38. 0371eb5 tests: Make VkDepthStencilObj a VkImageObj and set layout correctly by Tony Barbour · 8 years ago
  39. b4cacb6 tests: Add ability to override tessellation state, use it. by Chris Forbes · 8 years ago
  40. 7a1d235 layers: GH195 Fix core_validation dynamic state checks by Tobin Ehlis · 8 years ago
  41. c5012ff tests: Use header macro for API version rather than make_version by Jon Ashburn · 8 years ago
  42. 58048d0 misc: Remove lunarg_debug_marker extension by Jon Ashburn · 8 years ago
  43. 26aa42b tests: LEx 294 Don't create empty descriptor pools by Tony Barbour · 8 years ago
  44. aabb359 Use API Version 1.0.0 instead of using VK_API_VERSION for tests/demos by Tony Barbour · 8 years ago
  45. 510e20d header: Update 1.0.3 header revision for inclusion of debug report extension by Mark Lobodzinski · 9 years ago
  46. 4f9b0e6 tests: Add optional entrypoint name to test shader object. by Chris Forbes · 9 years ago
  47. 111d8d9 Remove Khronos confidential clause from license text. by Karl Schultz · 9 years ago
  48. 6addd81 tests: Update copyright and apply clang-format by Karl Schultz · 9 years ago
  49. f19916e misc: Move to Vulkan header version 0.222 by Jon Ashburn · 9 years ago
  50. 19d3bf1 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  51. 011ccf8 misc: white space cleanup by Courtney Goeltzenleuchter · 9 years ago
  52. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  53. 822e8d7 debug_report: Add DebugReportMessage function by Courtney Goeltzenleuchter · 9 years ago
  54. 05854bf debug_report: rename and update to use CreateInfo by Courtney Goeltzenleuchter · 9 years ago
  55. 107a0d2 debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  56. abd0772 Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  57. 83ab341 tests: Make some of the validation tests work on android by Michael Lentine · 9 years ago
  58. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  59. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  60. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  61. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  62. 28e0691 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  63. a459420 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  64. ab83a0e bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  65. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  66. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  67. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  68. 5353466 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  69. d8c946a bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  70. 4cb6d92 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  71. aa132e7 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  72. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  73. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  74. a308243 intel,layers,tests: move cmd_meta errors to validation by Mike Stroyan · 9 years ago
  75. d332f28 layers: Add DrawState checks for dynamically set Viewport and Scissors by Tobin Ehlis · 9 years ago
  76. 507ba97 bug-14365: fix misunderstanding in dynamic state by Courtney Goeltzenleuchter · 9 years ago
  77. 08c2637 bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  78. 078f817 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  79. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  80. 4232dad demos/tests: Fix aspectMask updates in a few spots by Cody Northrop · 9 years ago
  81. 020e221 tests: Remove unneeded function by Courtney Goeltzenleuchter · 9 years ago
  82. 5861a1b Bug 14522: Remove VkAttachmentView by Courtney Goeltzenleuchter · 9 years ago
  83. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  84. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  85. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  86. d2ad034 windows: Fix various warnings by Cody Northrop · 9 years ago
  87. 0ec8cd5 tests: Add method to set msaa state in pipeline obj by Tony Barbour · 9 years ago
  88. 5781e8f tests: CreateVKPipeline really wants pl layout so pass that by Tony Barbour · 9 years ago
  89. 6a3faf0 tests: Use new WSI model for --show-images by Tony Barbour · 9 years ago
  90. 3cc85e9 v142: Bug 14275 - Remove image layouts in VkFramebufferCreateInfo by Cody Northrop · 9 years ago
  91. d080288 v140: Bug 14251 - Inconsistencies in the definition of queries by Cody Northrop · 9 years ago
  92. fe3351b tests: Use global command pool and buffer where possible by Tony Barbour · 9 years ago
  93. 823e6ca tests: Better deal with shader modules by Tony Barbour · 9 years ago
  94. c1eb1a5 tests: Change clear to fill buffer to avoid renderpass warning by Tony Barbour · 9 years ago
  95. 0c8385b tests: Updates for command pools by Courtney Goeltzenleuchter · 9 years ago
  96. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  97. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  98. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  99. 67e9915 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  100. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago