1. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  2. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  3. 07daee7 misc: Make wsi lunarg an extension rather than core entrypoints by Jon Ashburn · 9 years ago
  4. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  5. 9fc13ba misc: Remove validation bit from the CreateDevice flags by Jon Ashburn · 9 years ago
  6. 805afae tests: re-enable all tests and clean up code by GregF · 9 years ago
  7. 8a3bb13 tests: Remove references to gl_FragColor by Cody Northrop · 9 years ago
  8. aae7524 render tests: fixed render tests to not use gl_FragColor by GregF · 9 years ago
  9. 07d25af tests: Turn on c++11 required for SPIR-V remapping by Cody Northrop · 9 years ago
  10. 50a2a4b tests: Switch to m_use_glsl and cleanup option parsing by Cody Northrop · 9 years ago
  11. 5a95b47 tests: Add SPIR-V stripping/canonicalization to test framework by Cody Northrop · 9 years ago
  12. 76a5eeb tests: Dont try to begin or end null renderpasses by Chris Forbes · 9 years ago
  13. e182fe0 tests: Add test for render target clear via load op by Chris Forbes · 9 years ago
  14. 280ba2c shader_checker: Check for duplicate VI binding descriptions. by Chris Forbes · 9 years ago
  15. 76411ba tests: Document Image Magick dependency by Tony Barbour · 9 years ago
  16. 048f281 tests: Clear depth stencil allow for dest verification by Tony Barbour · 9 years ago
  17. 856aba3 tests: add scripts for running tests on Windows by Tony Barbour · 9 years ago
  18. a36f528 tests: blit tests respect tiling features in clear tests by Tony Barbour · 9 years ago
  19. 7b1b893 tests: Add test to ensure ShaderChecker doesnt interfere with non-spirv by Chris Forbes · 9 years ago
  20. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  21. 0203879 Fix a bunch of mismatched new[]/delete. by Chris Forbes · 9 years ago
  22. d9b20ca tests: Fixup conditional compilation around shader_checker by Chris Forbes · 9 years ago
  23. a36d69e tests: Add test for FS output type mismatch with CB attachment by Chris Forbes · 9 years ago
  24. f3fffaa tests: Add test for FS output with no matching CB attachment by Chris Forbes · 9 years ago
  25. 4d6d1e5 tests: Add test for CB attachment not written by FS by Chris Forbes · 9 years ago
  26. 8f68b56 tests: Add test for FS broadcast with non-float attachment by Chris Forbes · 9 years ago
  27. c97d98e tests: Add test for VI attrib type not matching VS input by Chris Forbes · 9 years ago
  28. 62e8e50 tests: Add test for a VS input not provided by a VI attrib by Chris Forbes · 9 years ago
  29. de136e0 tests: Add test for a VI attrib not consumed by the VS by Chris Forbes · 9 years ago
  30. 95292b1 tests: Allow failures in pipeline creation by Chris Forbes · 9 years ago
  31. b56af56 tests: add test for type mismatch between vs and fs by Chris Forbes · 9 years ago
  32. 59cb88d tests: add test for fs input not written by previous stage by Chris Forbes · 9 years ago
  33. 9f7ff63 tests: add test for vs output not consumed by Chris Forbes · 9 years ago
  34. 969c6ee tests: Add ScopedUseSpv helper to remove some duplicated boilerplate by Chris Forbes · 9 years ago
  35. 94ba49d tests: ensure Object::bound is initialized by Chris Forbes · 9 years ago
  36. d8eb581 tests: allow run_all_tests to be run from other directory by Chris Forbes · 9 years ago
  37. 3bdefef layer_validation_tests: Enable ShaderChecker layer by Chris Forbes · 9 years ago
  38. 04cd4cc tests: Fix sample mismatch test to fail again by Tony Barbour · 9 years ago
  39. 51a05ce tests: Fix layer errors by Tony Barbour · 9 years ago
  40. c2f67f5 tests: Delete device in teardown when finished with it. by Tony Barbour · 9 years ago
  41. 7ea6aa2 tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  42. 0c823b1 tests: blit_tests handle unmappable images by Tony Barbour · 9 years ago
  43. 399dfca tests: Changes to get --show-images to work on Windows by Tony-LunarG · 9 years ago
  44. d61e1e5 tests: Change vkbase to match memory model and remove outdated tests by Tony-LunarG · 9 years ago
  45. d81b888 tests: Add missing calls when compared to the tri demo by Tony Barbour · 9 years ago
  46. 500194c tests: Cmake changes for building on Windows by Tony Barbour · 9 years ago
  47. fc3820f tests: Apply AMDs Windows patch for blit tests by Tony Barbour · 9 years ago
  48. 3d69c9e tests: Get tests running and compiling on Windows by Tony Barbour · 9 years ago
  49. 75a97e6 tests: Fix compiler warning in layer validation tests by Mark Lobodzinski · 9 years ago
  50. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  51. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  52. 712bb5d v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  53. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  54. 3b78066 tests: Added testing for DrawState descriptor update validation and MSAA sampleCount matching by Tobin Ehlis · 9 years ago
  55. 1056d45 layers: Added DrawState test DSUpdateWithoutBegin by Tobin Ehlis · 9 years ago
  56. 3ab1f87 tests: Move VkDescriptorSetObj variable setup to initializers by Tobin Ehlis · 9 years ago
  57. 7d1a711 tests: Added DrawState validation tests for no PSO bound and DS/CmdBuffer errors by Tobin Ehlis · 9 years ago
  58. 0788f52 layers: Added DrawState test for invalid Pipeline object by Tobin Ehlis · 9 years ago
  59. 49eb23d tests: Added some empty test functions with comments for DrawState layer testing by Tobin Ehlis · 9 years ago
  60. ccb2b04 tests: Extend layer validation test for memtracker by Mark Lobodzinski · 9 years ago
  61. 9563815 tests: Add test for TextureGather by Cody Northrop · 9 years ago
  62. 4b52002 tests: Golden image for TextureGather by Cody Northrop · 9 years ago
  63. 475663c tests: Add some geometry shader tests by Cody Northrop · 9 years ago
  64. 6c7e493 tests: Golden images for new GS tests by Cody Northrop · 9 years ago
  65. b11acd0 tests: Halt run_all_tests.sh if an error has occurred by Cody Northrop · 9 years ago
  66. 159ffe0 tests: Force reporting level in layer validation tests by Mark Lobodzinski · 9 years ago
  67. 3780e14 tests: Expand layer validation test coverage by Mark Lobodzinski · 9 years ago
  68. accf769 tests: Add test for thread checking layer by Mike Stroyan · 9 years ago
  69. 8b342b9 vulkan.h: Fix warnings due to unused queue variables by Mark Lobodzinski · 9 years ago
  70. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  71. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  72. d866ad0 tests: Add test for mismatched types by Tony Barbour · 9 years ago
  73. c93194c tests: Fix typo in image_tests caught by layer validation updates. by Mark Lobodzinski · 9 years ago
  74. 7c75b85 layers: Use native Vulkan object type definitions by Mark Lobodzinski · 9 years ago
  75. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  76. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  77. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  78. 43fb2c7 tests: Update for VK origin convention by Courtney Goeltzenleuchter · 9 years ago
  79. 15524c3 tests: Pass debug function to InitFramework to register by Tony Barbour · 9 years ago
  80. 6636d1a tests: Include HOST_VISIBLE mem prop for --show-images by Courtney Goeltzenleuchter · 9 years ago
  81. fcf43ab tests: Use staging buffer for --show-images by Courtney Goeltzenleuchter · 9 years ago
  82. 4ab7f72 tests: Update layer test script to enable Validation layer and skip the vk_layer_validation_tests for now as they re-insert layers and cause a hang by Tobin Ehlis · 9 years ago
  83. 9b9fe78 tests: layer init moved to instance create - drop from device by Tony Barbour · 9 years ago
  84. 3fdff9e tests: Add Device init that takes list of layers to enable by Tony Barbour · 9 years ago
  85. 806c906 tests: Move fence tests from vkbase to layer validation by Tony Barbour · 9 years ago
  86. 4c97d7a tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  87. 1a5e636 tests: Remove old function prototype comments by Tony Barbour · 9 years ago
  88. f20f87b misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  89. 30a3945 tests: testbinding objects know dev, use it by Courtney Goeltzenleuchter · 9 years ago
  90. d6079ec tests: white space cleanup by Courtney Goeltzenleuchter · 9 years ago
  91. 992fb4f tests: Finish update to match latest vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  92. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  93. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  94. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  95. e01252d tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 9 years ago
  96. 0fadf5f vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 9 years ago
  97. d4c1a50 vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 9 years ago
  98. 9430c78 demos: Update demos and tests to use vkGetGlobalExtensionInfo to check extensions by Tobin Ehlis · 9 years ago
  99. 71a8512 Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 9 years ago
  100. a3b9a20 vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 9 years ago