1. e53b9ef Add more dst texture format for CopyTextureForBrowser by Yan · 3 years, 4 months ago
  2. 26ae0ea Add tests for some limits by Austin Eng · 3 years, 5 months ago
  3. 91851e2 Remove several compile-time constants in favor of limits by Austin Eng · 3 years, 5 months ago chromium/4669
  4. 3f689a4 Rename "extension" to "feature" by François Beaufort · 3 years, 5 months ago
  5. 51791e0 Add 'reason' argument to device lost callback by Kai Ninomiya · 3 years, 5 months ago
  6. 5220130 Deprecate readonly storage textures by Corentin Wallez · 3 years, 8 months ago
  7. e50f8c6 Skip BufferZeroInitTests.ResolveQuerySet if not on MacOS 10 by Austin Eng · 3 years, 8 months ago
  8. bdc029e Validate format is blendable when blending is enabled by shrekshao · 3 years, 8 months ago
  9. 700a5fb Add scoped autoreleasepool to tests and examples by Austin Eng · 3 years, 9 months ago chromium/4553
  10. 75c5067 Implement initialization of multisampled textures by Austin Eng · 3 years, 9 months ago
  11. cd417bc Disable test where FXC emits bad output by Ben Clayton · 3 years, 9 months ago
  12. 735d504 Test readback after loadOp value w/ mipmapped depth/stencil textures by Austin Eng · 3 years, 9 months ago
  13. ed8a8c0 Triage Dawn TODOs by Austin Eng · 3 years, 9 months ago chromium/4534 chromium/4535
  14. 3cd8c43 Expand NonzeroTextureCreationTests to DepthStencil textures by Austin Eng · 3 years, 9 months ago
  15. ff70f98 Expand coverage of NonzeroTextureCreationTests by Austin Eng · 3 years, 9 months ago
  16. a9e39e1 Add utilities for printing Dawn enums and bitmasks by Austin Eng · 3 years, 9 months ago
  17. 44fc6e3 Remove DAWN_SKIP_TEST_IF -- Part II by Jiawei Shao · 3 years, 10 months ago
  18. 56537f8 Move test parameterization macro from DawnPerfTest to DawnTest by Austin Eng · 3 years, 10 months ago
  19. 3fd2036 Add a command line parameter to run the tests skipped by DAWN_SUPPRESSED_TEST_IF by Jiawei Shao · 3 years, 10 months ago
  20. acdc35d Support enabling/disabling toggles in unittests by Ryan Harrison · 4 years ago chromium/4478 chromium/4479 chromium/4480 chromium/4481
  21. 0da94c3 Use __VA_ARGS__ for texture expectation helpers/macros by Yunchao He · 4 years ago
  22. ff55b2f Remove parameter layer and use origin.z in MACROs by Yunchao He · 4 years ago
  23. ee1a3b3 Remove parameter layer in EXPECT_TEXTURE_RGBA8_EQ by Yunchao He · 4 years ago
  24. 4eb40c1 Implement 3D texture copy: preparation by Yunchao He · 4 years ago
  25. a943919 Use Tint/WGSL unconditionally by Corentin Wallez · 4 years ago
  26. eb71aaf Implement a --backend= flag for DawnTest. by Stephen White · 4 years, 1 month ago
  27. bdbf98a Add Backend Validation Levels Option to Dawn Tests by Brandon Jones · 4 years, 1 month ago
  28. e58d5a3 Factor utils::WireHelper out of DawnTest by Austin Eng · 4 years, 1 month ago
  29. f09a670 Suppress depth/stencil copy tests failing on ANGLE. by Stephen White · 4 years, 2 months ago
  30. 9ff83f6 Query API: Non-precise occlusion query on D3D12 by Hao Li · 4 years, 2 months ago
  31. f8c5e4a Add maxAnisotropy to GPUSamplerDescriptor by shrekshao · 4 years, 3 months ago
  32. d45ab07 Enable testing on GLES backend. by Stephen White · 4 years, 4 months ago
  33. 41b3f9c D3D12: Support caching DX shaders. by Bryan Bernhart · 4 years, 4 months ago
  34. b38a9c3 Add end2end tests flags --enable-toggles and --disable-toggles by Austin Eng · 4 years, 4 months ago
  35. 2b6b0f4 Add support for Tint's HLSL writer as a Toggle by Enrico Galli · 4 years, 4 months ago
  36. bf1e953 Rolling 7 dependencies by Corentin Wallez · 4 years, 4 months ago
  37. 2bb8035 Integrate deprecation testing into DawnTestBase by Kai Ninomiya · 4 years, 4 months ago
  38. 51af1b4 Have Queue timeline tasks resolve in order by Natasha Lee · 4 years, 5 months ago
  39. 39d1cc9 ShaderModule: Add support for multiple entryPoints by Corentin Wallez · 4 years, 6 months ago
  40. 2cdb9f1 Remove SPVC toggles and excise remaining references by Ryan Harrison · 4 years, 6 months ago
  41. f580096 end2end_tests: Forward Windows debug messages to stderr by Austin Eng · 4 years, 7 months ago
  42. 0a43427 Implement depth-only/stencil-only copies on Vulkan and Metal by Austin Eng · 4 years, 7 months ago
  43. c0acb25 Query API: Timestamp Query on D3D12 by Hao Li · 4 years, 7 months ago
  44. 0d158ac Fix some bugs in buffer mapping in the wire client by Kai Ninomiya · 4 years, 8 months ago
  45. 2a232ba DawnTest: Use MapAsync for expectations. by Corentin Wallez · 4 years, 8 months ago
  46. 8c255ac Add GPU detection for WARP by Bryan Bernhart · 4 years, 8 months ago
  47. 0e9e5ee Skip Buffer OOM tests when using ASAN by Austin Eng · 4 years, 9 months ago
  48. 8f9523e Add support for multisampled sampling by Austin Eng · 4 years, 9 months ago
  49. db8f804 Reland "Check FP16 support on vulkan backend" by Xinghua Cao · 4 years, 9 months ago
  50. 0357eed Revert "Check FP16 support on vulkan backend" by Corentin Wallez · 4 years, 10 months ago
  51. bdc05c3 Check FP16 support on vulkan backend by Xinghua Cao · 4 years, 10 months ago
  52. 40dc5d3 Cleanup: Remove unnecessary TestSetUp overload by Austin Eng · 4 years, 10 months ago
  53. da722ad Run dawn_end2end_tests on all available system adapters by Austin Eng · 4 years, 10 months ago
  54. 25c747c DawnTest: Gather adapters on environment creation for filtering backends by Austin Eng · 4 years, 10 months ago
  55. 5133221 DawnTest: Factor Instance creation, Adapter discovery, and config logging by Austin Eng · 4 years, 10 months ago
  56. 60bb88d Fix remaining -pedantic warnings. by Corentin Wallez · 4 years, 10 months ago
  57. 88f2ec8 Add basic supports of readonly and writeonly storage textures on Metal by Jiawei Shao · 4 years, 11 months ago
  58. cdf2d8d Deprecate BufferCopyView.rowPitch/imageHeight -> bytesPerRow/rowsPerImage by Corentin Wallez · 4 years, 11 months ago
  59. 3aa5be9 Print the failing statement in ASSERT_DEVICE_ERROR by Austin Eng · 5 years ago
  60. 5b7292c Fix more compilation warnings. by Zhenyao Mo · 5 years ago
  61. d56b69f Skip Float16 TextureFormatTests on Swiftshader by Corentin Wallez · 5 years ago
  62. 7119a02 BUILD.gn: enable additional warnings. by Corentin Wallez · 5 years ago
  63. 11652ff Implement the webgpu.h swapchains on Metal by Corentin Wallez · 5 years ago
  64. 2275684 Add in --no-use flags for spvc features by Ryan Harrison · 5 years ago
  65. 6c1d646 Change extern const DawnTestParam helpers to functions by Austin Eng · 5 years ago
  66. 6f3e8d8 Add flag to use spvc parser in tests by Ryan Harrison · 5 years ago
  67. f44a809 Remove VK_DEFINE_NON_DISPATCHABLE_HANDLE magic, use explicit VkHandle wrapper by Kai Ninomiya · 5 years ago
  68. f28d0ae Revert "Remove VK_DEFINE_NON_DISPATCHABLE_HANDLE magic, use explicit VkHandle wrapper" by Kai Ninomiya · 5 years ago
  69. 4e17d5c Remove VK_DEFINE_NON_DISPATCHABLE_HANDLE magic, use explicit VkHandle wrapper by Kai Ninomiya · 5 years ago
  70. 8ffd3f2 Move EXPECT_LAZY_CLEAR to TextureZeroInitTests.cpp by Corentin Wallez · 5 years ago
  71. 0d66198 Metal: Implement lazy texture clears by Austin Eng · 5 years ago
  72. 0ecc48e Handle DeviceLost error by Natasha Lee · 5 years ago
  73. f12c9db Add WGPUAdapterProperties and expose it in DawnNative by Corentin Wallez · 5 years ago
  74. cbc206e Add intermediate dawn_wire command handler to dump command traces by Austin Eng · 5 years ago
  75. dc3317d Namespace Log.h/cpp in dawn:: by Corentin Wallez · 5 years ago
  76. 84a5775 Vulkan: Choose D32S8 or D24S8 depending on availability by Corentin Wallez · 5 years ago
  77. 95586ff Add Log.h to replace all uses of iostream by Corentin Wallez · 5 years ago
  78. 42b3b9c Plumb UseSpvc toggle for tests by Ryan Harrison · 5 years ago
  79. 4d15609 Add a toggle to disable Dawn validation by Austin Eng · 5 years ago
  80. 9e5b9ed Enable Vulkan validation layers on Linux by Jiajie Hu · 5 years ago
  81. 0c02f54 code refactoring: prefix const color values with RGBA8 by Yunchao He · 5 years ago
  82. e0eeef4 code refactoring: const color values by Yunchao He · 5 years ago
  83. cab352c Make end2end and perf tests use webgpu.h by Corentin Wallez · 5 years ago
  84. 92a011a Record and dump trace events in the perf tests by Austin Eng · 5 years ago
  85. c7d535b Prioritize discrete GPU in end2end tests by Li, Hao · 5 years ago
  86. 9649682 Split the libdawn target in components with a single purpose. by Corentin Wallez · 5 years ago
  87. e79b061 Skip tests if no adapter is available by Austin Eng · 5 years ago
  88. ca0eac3 Add Dawn perf test harness by Austin Eng · 6 years ago
  89. cb0cb65 Rename DeviceErrorCallback to ErrorCallback and add ErrorType arg by Austin Eng · 6 years ago
  90. e25a3ae Overload stream insertion for DawnTestParam by Brian Ho · 6 years ago
  91. 2fb628d Remove GLFW dependency for non-GL tests by Brian Ho · 6 years ago
  92. 574b951 Support BC formats as the first extension in Dawn by Jiawei Shao · 6 years ago
  93. e69627f Backdoor to get the number of texture lazy clears for testing by Natasha Lee · 6 years ago
  94. ec05355 Rename Transfer[Src|Dst] to Copy[Src|Dst] by Corentin Wallez · 6 years ago
  95. 35716c2 Add adapter filter flag by vendor id for end2end tests by Li, Hao · 6 years ago
  96. 6fa398e Supress failing end2end tests with Metal validation layer by Li, Hao · 6 years ago
  97. 4729b15 Add begin-capture-on-startup testing flag by Rafael Cintron · 6 years ago
  98. 28232ce Clear Vulkan Textures at first usage by Natasha Lee · 6 years ago
  99. 839053b Replace dawn::CallbackUserdata with void* by Corentin Wallez · 6 years ago
  100. 93373ab Support force enabling multiple toggles in Dawn end2end tests by Jiawei Shao · 6 years ago