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