1. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  2. c729b3a rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  3. f338765 vulkan: Updates to match upstream vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  4. 9e50dab vulkan.h: API changes for #13744 - sharing across queues by Chris Forbes · 9 years ago
  5. ee5d80b tests: Integrate command pools into tests by Courtney Goeltzenleuchter · 9 years ago
  6. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  7. 2717d13 layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  8. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  9. 67e9915 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  10. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  11. 1d2cd3f Bug 14084 - Improve type safety and remove polymorphism by Tony Barbour · 9 years ago
  12. 681d7a0 test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  13. be2b917 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  14. bc4a554 test/binding: inherit Dynamic* from NonDispHandle by Chia-I Wu · 9 years ago
  15. afdfd7f test/binding: inherit Descriptor* from NonDispHandle by Chia-I Wu · 9 years ago
  16. 8c721c6 test/binding: inherit Sampler from NonDispHandle by Chia-I Wu · 9 years ago
  17. 2ff72fd test/binding: inherit Pipeline from NonDispHandle by Chia-I Wu · 9 years ago
  18. fd46e7d test/binding: inherit PipelineLayout from NonDispHandle by Chia-I Wu · 9 years ago
  19. 4d0c792 test/binding: inherit Shader* from NonDispHandle by Chia-I Wu · 9 years ago
  20. 3158bf3 test/binding: inherit views from NonDispHandle by Chia-I Wu · 9 years ago
  21. 1b7d476 test/binding: inherit QueryPool from NonDispHandle by Chia-I Wu · 9 years ago
  22. c5c9799 test/binding: inherit Event from NonDispHandle by Chia-I Wu · 9 years ago
  23. 6b1c248 test/binding: inherit Semaphore from NonDispHandle by Chia-I Wu · 9 years ago
  24. d9e8e82 test/binding: inherit Fence from NonDispHandle by Chia-I Wu · 9 years ago
  25. f8f074f test/binding: inherit GpuMemory from NonDispHandle by Chia-I Wu · 9 years ago
  26. df12ffd test/binding: inherit Queue from Handle by Chia-I Wu · 9 years ago
  27. f368b60 test/binding: inherit Device from Handle by Chia-I Wu · 9 years ago
  28. 999f048 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  29. b0ed7d4 tests/binding: add Handle and NonDispHandle by Chia-I Wu · 9 years ago
  30. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  31. b405204 intel: get depth/stencil format from VkRenderPassCreateInfo by Chia-I Wu · 9 years ago
  32. a9bad9c tests: Fix description of SPIR-V options by Cody Northrop · 9 years ago
  33. eec63a0 tests: Remove duplicate code by Courtney Goeltzenleuchter · 9 years ago
  34. cd2a099 vulkan: Rename bool32_t to VkBool32 by Courtney Goeltzenleuchter · 9 years ago
  35. 8d7cd51 tests: Update layer validation for bug-14033 by Courtney Goeltzenleuchter · 9 years ago
  36. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  37. 53eddda layers: Add DrawState check to warn on Clears prior to Draw cmds by Tobin Ehlis · 9 years ago
  38. 41376e1 layers: Add USAGE bit validation to MemTracker layer by Tobin Ehlis · 9 years ago
  39. a08771e tests: Change tests/CMakeLists.txt so it can link correctly with glslang by David Pinedo · 9 years ago
  40. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  41. 88a1e43 tests: Check for Glave before running trace/replay script by Cody Northrop · 9 years ago
  42. 8663e74 tests: Do not try to run glave if doesn't exist by Courtney Goeltzenleuchter · 9 years ago
  43. 5bac609 tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  44. 381f3a2 tests: misc fixes after porting to new extension by Courtney Goeltzenleuchter · 9 years ago
  45. 607a097 tests: Only clean up instance if created by Courtney Goeltzenleuchter · 9 years ago
  46. cd69eee tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  47. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  48. 6922da1 tests: Remove WIN32 checks for SPIR-V usage, remove redundant tests by Cody Northrop · 9 years ago
  49. 7fb4386 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  50. bb6fdb3 tests: Specify VK_IMAGE_USAGE_SAMPLED_BIT when creating image by Cody Northrop · 9 years ago
  51. e2baad2 tests: (Workaround) Add VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT for swap chain image by Cody Northrop · 9 years ago
  52. c9a6991 tests: Provide VK_IMAGE_USAGE_TRANSFER_DESTINATION_BIT flag for vkCreateImage by Cody Northrop · 9 years ago
  53. 21ed9cd tests: Specify VK_BUFFER_USAGE_TRANSFER_SOURCE_BIT on buffer used to copy from by Cody Northrop · 9 years ago
  54. a3673cf tests: Clean up SPV usage flags, Windows uses it now by Cody Northrop · 9 years ago
  55. 4c8b2ba tests: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  56. a0cb02e layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  57. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  58. fa27b95 intel: Implement attachment clears by Chris Forbes · 9 years ago
  59. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  60. be2fae6 tests: only destroy instance if creation succeeded by Chris Forbes · 9 years ago
  61. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  62. 75721e8 vulkan.h: V119 -- Remove unsigned byte indices by Mark Lobodzinski · 9 years ago
  63. 2b3fa3d vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL by Mark Lobodzinski · 9 years ago
  64. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  65. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  66. 6084aec rendertests: add test for handling both structs and blocks with same shader by GregF · 9 years ago
  67. 6fb266c tests: Fix script copy to only happen if necessary by Tony Barbour · 9 years ago
  68. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  69. 2921c86 Tests: vkglavetracereplay.sh had bad path to glave by David Pinedo · 9 years ago
  70. 4e886bf Tests: Add glave trace/replay test to master by David Pinedo · 9 years ago
  71. f93371b tests: Do not need WSI on device by Courtney Goeltzenleuchter · 9 years ago
  72. 26b17f8 vulkan.h: V110 #13864 -- Border Color Values Underspecified by Tony Barbour · 9 years ago
  73. 98aa0ed tests: Add DrawState test for binding NULL RenderPass by Tobin Ehlis · 9 years ago
  74. af1f3a4 tests: Added more DrawState layer validation tests by Tobin Ehlis · 9 years ago
  75. 4bf96d1 tests: Layer Validation Test fixes by Tobin Ehlis · 9 years ago
  76. af892a1 vulkan.h: Bug 13900 - Remove initialCount from semaphores by Tony Barbour · 9 years ago
  77. 7db519b tests: fix blit test by changing order of destroy and free by Tony Barbour · 9 years ago
  78. dfd533a vulkan.h: Bug 13616 Clarification of types of sample counts by Tony Barbour · 9 years ago
  79. 502480b layers: In DrawState, validate correct use of RenderPass by Tobin Ehlis · 9 years ago
  80. 733fd35 vulkan.h: V109 -- Remove minLod from VkImageViewCreateInfo by Tony Barbour · 9 years ago
  81. 7cb53ce tests: Add VK_LAYERS_PATH to windows test scripts by Tony Barbour · 9 years ago
  82. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  83. a607df1 Bug 14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  84. 553b9cb tests: test environment needs WSI extension by Courtney Goeltzenleuchter · 9 years ago
  85. 763cc7a tests: Need space for two persistent buffer structs by Courtney Goeltzenleuchter · 9 years ago
  86. aca235e tests: Clear out unused pNext AppInfo field. by Courtney Goeltzenleuchter · 9 years ago
  87. 1064256 tests: Must now destroy object then free mem by Courtney Goeltzenleuchter · 9 years ago
  88. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  89. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  90. d5732f3 vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago
  91. fae7885 layers: ObjectTracker per-instance storage, updated logging by Mark Lobodzinski · 9 years ago
  92. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  93. 0daf78a tests: Update ThreadCmdBufferCollision test by Mike Stroyan · 9 years ago
  94. c2b06fe tests: enable ShaderChecker for layer validation by Courtney Goeltzenleuchter · 9 years ago
  95. 365feea vulkan.h: V102 -- Rename min/maxDepth for DepthStencil, Bug# 13917 by Mark Lobodzinski · 9 years ago
  96. 16ab748 vulkan.h: V101 -- Remove programPointSize, Bug# 13928 by Mark Lobodzinski · 9 years ago
  97. 7727259 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  98. 78dc9ca vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928 by Mark Lobodzinski · 9 years ago
  99. 421e2bd vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  100. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago