1. e65788f tests: Use correct usage bits for images by Tony Barbour · 9 years ago
  2. 71bd4b3 tests: Use load op clears by default by Tony Barbour · 9 years ago
  3. c1eb1a5 tests: Change clear to fill buffer to avoid renderpass warning by Tony Barbour · 9 years ago
  4. eb25490 tests: Fix struct initialization for Windows compile by Tony Barbour · 9 years ago
  5. 4268d1f tests: Add windows threading test support by Mike Stroyan · 9 years ago
  6. b5d2c94 Clean up warnings from release build by Tony Barbour · 9 years ago
  7. bcf05fd tests: Fix to find right vulkan library on Windows by Tony Barbour · 9 years ago
  8. 0c8385b tests: Updates for command pools by Courtney Goeltzenleuchter · 9 years ago
  9. d8e68bb tests: assert when no command pool by Courtney Goeltzenleuchter · 9 years ago
  10. 5a65cca layers: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  11. 1a3845b tests: Changes to use new WSI swapchain extensions. by Ian Elliott · 9 years ago
  12. 259076d v106: remove optional primitiveRestartIndex by Courtney Goeltzenleuchter · 9 years ago
  13. 1e637bd v106: remove optional disableVertexReuse by Courtney Goeltzenleuchter · 9 years ago
  14. 0053cd1 v115: Remove pLinkConstBufferInfo by Courtney Goeltzenleuchter · 9 years ago
  15. c4ad634 v122?: Remove provoking vertex, now always last by Courtney Goeltzenleuchter · 9 years ago
  16. a4cd1ea v106: Remove optional pointOrigin by Courtney Goeltzenleuchter · 9 years ago
  17. 87727ec v106: remove optional depthMode by Courtney Goeltzenleuchter · 9 years ago
  18. 130be17 bug 14084: eliminate ERROR_INVALID_OBJECT_TYPE by Courtney Goeltzenleuchter · 9 years ago
  19. 2d3ba63 v127: Use PFN_vkVoidFunction for GetProcAddr by Courtney Goeltzenleuchter · 9 years ago
  20. 58cf4e0 v115: Remove linkConstBufferCount by Courtney Goeltzenleuchter · 9 years ago
  21. 1ee0bc5 v106: Remove optional multisampleEnable by Courtney Goeltzenleuchter · 9 years ago
  22. 2e98ac3 v106: Remove clipOrigin by Courtney Goeltzenleuchter · 9 years ago
  23. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  24. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  25. c729b3a rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  26. f338765 vulkan: Updates to match upstream vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  27. 9e50dab vulkan.h: API changes for #13744 - sharing across queues by Chris Forbes · 9 years ago
  28. ee5d80b tests: Integrate command pools into tests by Courtney Goeltzenleuchter · 9 years ago
  29. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  30. 2717d13 layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  31. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  32. 67e9915 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  33. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  34. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  35. 681d7a0 test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  36. be2b917 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  37. bc4a554 test/binding: inherit Dynamic* from NonDispHandle by Chia-I Wu · 9 years ago
  38. afdfd7f test/binding: inherit Descriptor* from NonDispHandle by Chia-I Wu · 9 years ago
  39. 8c721c6 test/binding: inherit Sampler from NonDispHandle by Chia-I Wu · 9 years ago
  40. 2ff72fd test/binding: inherit Pipeline from NonDispHandle by Chia-I Wu · 9 years ago
  41. fd46e7d test/binding: inherit PipelineLayout from NonDispHandle by Chia-I Wu · 9 years ago
  42. 4d0c792 test/binding: inherit Shader* from NonDispHandle by Chia-I Wu · 9 years ago
  43. 3158bf3 test/binding: inherit views from NonDispHandle by Chia-I Wu · 9 years ago
  44. 1b7d476 test/binding: inherit QueryPool from NonDispHandle by Chia-I Wu · 9 years ago
  45. c5c9799 test/binding: inherit Event from NonDispHandle by Chia-I Wu · 9 years ago
  46. 6b1c248 test/binding: inherit Semaphore from NonDispHandle by Chia-I Wu · 9 years ago
  47. d9e8e82 test/binding: inherit Fence from NonDispHandle by Chia-I Wu · 9 years ago
  48. f8f074f test/binding: inherit GpuMemory from NonDispHandle by Chia-I Wu · 9 years ago
  49. df12ffd test/binding: inherit Queue from Handle by Chia-I Wu · 9 years ago
  50. f368b60 test/binding: inherit Device from Handle by Chia-I Wu · 9 years ago
  51. 999f048 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  52. b0ed7d4 tests/binding: add Handle and NonDispHandle by Chia-I Wu · 9 years ago
  53. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  54. b405204 intel: get depth/stencil format from VkRenderPassCreateInfo by Chia-I Wu · 9 years ago
  55. a9bad9c tests: Fix description of SPIR-V options by Cody Northrop · 9 years ago
  56. eec63a0 tests: Remove duplicate code by Courtney Goeltzenleuchter · 9 years ago
  57. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  58. 8d7cd51 tests: Update layer validation for bug-14033 by Courtney Goeltzenleuchter · 9 years ago
  59. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  60. 53eddda layers: Add DrawState check to warn on Clears prior to Draw cmds by Tobin Ehlis · 9 years ago
  61. 41376e1 layers: Add USAGE bit validation to MemTracker layer by Tobin Ehlis · 9 years ago
  62. a08771e tests: Change tests/CMakeLists.txt so it can link correctly with glslang by David Pinedo · 9 years ago
  63. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  64. 88a1e43 tests: Check for Glave before running trace/replay script by Cody Northrop · 9 years ago
  65. 8663e74 tests: Do not try to run glave if doesn't exist by Courtney Goeltzenleuchter · 9 years ago
  66. 5bac609 tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  67. 381f3a2 tests: misc fixes after porting to new extension by Courtney Goeltzenleuchter · 9 years ago
  68. 607a097 tests: Only clean up instance if created by Courtney Goeltzenleuchter · 9 years ago
  69. cd69eee tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  70. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  71. 6922da1 tests: Remove WIN32 checks for SPIR-V usage, remove redundant tests by Cody Northrop · 9 years ago
  72. 7fb4386 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  73. bb6fdb3 tests: Specify VK_IMAGE_USAGE_SAMPLED_BIT when creating image by Cody Northrop · 9 years ago
  74. e2baad2 tests: (Workaround) Add VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT for swap chain image by Cody Northrop · 9 years ago
  75. c9a6991 tests: Provide VK_IMAGE_USAGE_TRANSFER_DESTINATION_BIT flag for vkCreateImage by Cody Northrop · 9 years ago
  76. 21ed9cd tests: Specify VK_BUFFER_USAGE_TRANSFER_SOURCE_BIT on buffer used to copy from by Cody Northrop · 9 years ago
  77. a3673cf tests: Clean up SPV usage flags, Windows uses it now by Cody Northrop · 9 years ago
  78. 4c8b2ba tests: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  79. a0cb02e layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  80. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  81. fa27b95 intel: Implement attachment clears by Chris Forbes · 9 years ago
  82. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  83. be2fae6 tests: only destroy instance if creation succeeded by Chris Forbes · 9 years ago
  84. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  85. 75721e8 vulkan.h: V119 -- Remove unsigned byte indices by Mark Lobodzinski · 9 years ago
  86. 2b3fa3d vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL by Mark Lobodzinski · 9 years ago
  87. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  88. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  89. 6084aec rendertests: add test for handling both structs and blocks with same shader by GregF · 9 years ago
  90. 6fb266c tests: Fix script copy to only happen if necessary by Tony Barbour · 9 years ago
  91. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  92. 2921c86 Tests: vkglavetracereplay.sh had bad path to glave by David Pinedo · 9 years ago
  93. 4e886bf Tests: Add glave trace/replay test to master by David Pinedo · 9 years ago
  94. f93371b tests: Do not need WSI on device by Courtney Goeltzenleuchter · 9 years ago
  95. 26b17f8 vulkan.h: V110 #13864 -- Border Color Values Underspecified by Tony Barbour · 9 years ago
  96. 98aa0ed tests: Add DrawState test for binding NULL RenderPass by Tobin Ehlis · 9 years ago
  97. af1f3a4 tests: Added more DrawState layer validation tests by Tobin Ehlis · 9 years ago
  98. 4bf96d1 tests: Layer Validation Test fixes by Tobin Ehlis · 9 years ago
  99. af892a1 vulkan.h: Bug 13900 - Remove initialCount from semaphores by Tony Barbour · 9 years ago
  100. 7db519b tests: fix blit test by changing order of destroy and free by Tony Barbour · 9 years ago