1. f1878c7 tests: Fix tests that re-submit Cmd Buffers w/ ONE_TIME_SUBMIT flag by Tobin Ehlis · 9 years ago
  2. 59278bf layers: Add validation check to enforce ONE_TIME_SUBMIT of cmd buffers by Tobin Ehlis · 9 years ago
  3. ab1f9e2 Bug 14407 - Add texelCoords to Sampler state by Cody Northrop · 9 years ago
  4. b2f1d13 tests: Don't require success if error code is acceptable by Cody Northrop · 9 years ago
  5. d2ad034 windows: Fix various warnings by Cody Northrop · 9 years ago
  6. 1c94d37 tests: Add fragment shaders to some tests to be able to run on more devices by Tony Barbour · 9 years ago
  7. 62e1a5b tests: Use pipeline object in more tests by Tony Barbour · 9 years ago
  8. c95e4ac tests: Use Pipeline Object where possible by Tony Barbour · 9 years ago
  9. 5781e8f tests: CreateVKPipeline really wants pl layout so pass that by Tony Barbour · 9 years ago
  10. 02fdc7d tests: MapMemWithoutHostVisibleBit abort if all mem is mappable by Tony Barbour · 9 years ago
  11. 713b2d7 tests: Fixes for running layer_validation_tests on windows by Mike Stroyan · 9 years ago
  12. 02e61ed v146: Bug 14290 - Move typedefs from vk_platform.h to vulkan.h, make pSampleMask an array by Cody Northrop · 9 years ago
  13. 1e4f802 v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSets by Cody Northrop · 9 years ago
  14. b456970 tests: Fix Windows build breakage by Cody Northrop · 9 years ago
  15. d9139a6 layers: DrawState validation cases for BeginCommandBuffer by Mark Lobodzinski · 9 years ago
  16. af27013 tests: We really want to use wrong memory type by Courtney Goeltzenleuchter · 9 years ago
  17. cba4ab2 tests: Be sure to use correct memory type by Tony Barbour · 9 years ago
  18. fe3351b tests: Use global command pool and buffer where possible by Tony Barbour · 9 years ago
  19. 05159a9 xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME by Courtney Goeltzenleuchter · 9 years ago
  20. c1eb1a5 tests: Change clear to fill buffer to avoid renderpass warning by Tony Barbour · 9 years ago
  21. eb25490 tests: Fix struct initialization for Windows compile by Tony Barbour · 9 years ago
  22. 4268d1f tests: Add windows threading test support by Mike Stroyan · 9 years ago
  23. 5a65cca layers: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  24. 0053cd1 v115: Remove pLinkConstBufferInfo by Courtney Goeltzenleuchter · 9 years ago
  25. 58cf4e0 v115: Remove linkConstBufferCount by Courtney Goeltzenleuchter · 9 years ago
  26. 1ee0bc5 v106: Remove optional multisampleEnable by Courtney Goeltzenleuchter · 9 years ago
  27. f338765 vulkan: Updates to match upstream vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  28. e62183e icd: Support for command pools by Cody Northrop · 9 years ago
  29. 2717d13 layers: Various layer fixes to get layer validation tests working with type safety changes by Tobin Ehlis · 9 years ago
  30. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  31. 67e9915 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  32. a05dbaa Bug 14084 - Object Tracker, Image, Generic layers by Tony Barbour · 9 years ago
  33. 681d7a0 test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  34. be2b917 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  35. 4d0c792 test/binding: inherit Shader* from NonDispHandle by Chia-I Wu · 9 years ago
  36. d9e8e82 test/binding: inherit Fence from NonDispHandle by Chia-I Wu · 9 years ago
  37. 999f048 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  38. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  39. 8d7cd51 tests: Update layer validation for bug-14033 by Courtney Goeltzenleuchter · 9 years ago
  40. c669cc6 misc: Support Pipeline caches and multi pipeline create, bug 14033 API changes by Jon Ashburn · 9 years ago
  41. 53eddda layers: Add DrawState check to warn on Clears prior to Draw cmds by Tobin Ehlis · 9 years ago
  42. 41376e1 layers: Add USAGE bit validation to MemTracker layer by Tobin Ehlis · 9 years ago
  43. cd69eee tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  44. 4c8b2ba tests: Fix some failing layer validation tests by Tobin Ehlis · 9 years ago
  45. a0cb02e layers: Rename all layer headers to begin with "vk_layer_" prefix by Tobin Ehlis · 9 years ago
  46. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  47. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  48. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  49. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  50. 26b17f8 vulkan.h: V110 #13864 -- Border Color Values Underspecified by Tony Barbour · 9 years ago
  51. 98aa0ed tests: Add DrawState test for binding NULL RenderPass by Tobin Ehlis · 9 years ago
  52. af1f3a4 tests: Added more DrawState layer validation tests by Tobin Ehlis · 9 years ago
  53. 4bf96d1 tests: Layer Validation Test fixes by Tobin Ehlis · 9 years ago
  54. dfd533a vulkan.h: Bug 13616 Clarification of types of sample counts by Tony Barbour · 9 years ago
  55. 502480b layers: In DrawState, validate correct use of RenderPass by Tobin Ehlis · 9 years ago
  56. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  57. a607df1 Bug 14014: Allow multiple entrypoints in modules by Courtney Goeltzenleuchter · 9 years ago
  58. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  59. d5732f3 vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago
  60. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  61. 0daf78a tests: Update ThreadCmdBufferCollision test by Mike Stroyan · 9 years ago
  62. c2b06fe tests: enable ShaderChecker for layer validation by Courtney Goeltzenleuchter · 9 years ago
  63. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  64. 2b850e5 layers: Add GetPhysicalDeviceExtInfo to DrawState by Jon Ashburn · 9 years ago
  65. 41f54a6 tests: no longer need to set layer options by Courtney Goeltzenleuchter · 9 years ago
  66. 5da1562 tests: Correct layer validation expected error code by Courtney Goeltzenleuchter · 9 years ago
  67. 113743b tests: re-enable all layers for validation test by Courtney Goeltzenleuchter · 9 years ago
  68. 42a2809 tests: disable layers while adding persistent data by Courtney Goeltzenleuchter · 9 years ago
  69. 96f58f6 tests: re-enable validation layers by Courtney Goeltzenleuchter · 9 years ago
  70. c56b368 tests: Temporarily disabled layers by Courtney Goeltzenleuchter · 9 years ago
  71. 6a26d3e tests: Disable Threading layer for now by Courtney Goeltzenleuchter · 9 years ago
  72. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  73. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  74. 8a3bb13 tests: Remove references to gl_FragColor by Cody Northrop · 9 years ago
  75. 50a2a4b tests: Switch to m_use_glsl and cleanup option parsing by Cody Northrop · 9 years ago
  76. 76a5eeb tests: Dont try to begin or end null renderpasses by Chris Forbes · 9 years ago
  77. 280ba2c shader_checker: Check for duplicate VI binding descriptions. by Chris Forbes · 9 years ago
  78. 7b1b893 tests: Add test to ensure ShaderChecker doesnt interfere with non-spirv by Chris Forbes · 9 years ago
  79. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  80. d9b20ca tests: Fixup conditional compilation around shader_checker by Chris Forbes · 9 years ago
  81. a36d69e tests: Add test for FS output type mismatch with CB attachment by Chris Forbes · 9 years ago
  82. f3fffaa tests: Add test for FS output with no matching CB attachment by Chris Forbes · 9 years ago
  83. 4d6d1e5 tests: Add test for CB attachment not written by FS by Chris Forbes · 9 years ago
  84. 8f68b56 tests: Add test for FS broadcast with non-float attachment by Chris Forbes · 9 years ago
  85. c97d98e tests: Add test for VI attrib type not matching VS input by Chris Forbes · 9 years ago
  86. 62e8e50 tests: Add test for a VS input not provided by a VI attrib by Chris Forbes · 9 years ago
  87. de136e0 tests: Add test for a VI attrib not consumed by the VS by Chris Forbes · 9 years ago
  88. b56af56 tests: add test for type mismatch between vs and fs by Chris Forbes · 9 years ago
  89. 59cb88d tests: add test for fs input not written by previous stage by Chris Forbes · 9 years ago
  90. 9f7ff63 tests: add test for vs output not consumed by Chris Forbes · 9 years ago
  91. 3bdefef layer_validation_tests: Enable ShaderChecker layer by Chris Forbes · 9 years ago
  92. 04cd4cc tests: Fix sample mismatch test to fail again by Tony Barbour · 9 years ago
  93. 75a97e6 tests: Fix compiler warning in layer validation tests by Mark Lobodzinski · 9 years ago
  94. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  95. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  96. 712bb5d v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  97. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  98. 3b78066 tests: Added testing for DrawState descriptor update validation and MSAA sampleCount matching by Tobin Ehlis · 9 years ago
  99. 1056d45 layers: Added DrawState test DSUpdateWithoutBegin by Tobin Ehlis · 9 years ago
  100. 7d1a711 tests: Added DrawState validation tests for no PSO bound and DS/CmdBuffer errors by Tobin Ehlis · 9 years ago