1. deb4057 Remove the use_tint_generator toggle by Corentin Wallez · 3 years, 2 months ago
  2. 91851e2 Remove several compile-time constants in favor of limits by Austin Eng · 3 years, 2 months ago chromium/4669
  3. 27e17a6 Update deprecated TextureUsage flag names by Brandon Jones · 3 years, 4 months ago
  4. 59668e9 Validate workgroup size and storage requirements by Ken Rockot · 3 years, 5 months ago
  5. 2828f35 D3D12: Re-enable FXC tests by Ben Clayton · 3 years, 5 months ago
  6. 73b7cd6 Add missing WebGPU limits to Constants.h by Corentin Wallez · 3 years, 6 months ago
  7. e4f4a37 wgsl: Disable broken tests by Ben Clayton · 3 years, 6 months ago
  8. 3a3952c Suppress ShaderRobustnessPerf when using Tint + FXC by Corentin Wallez · 3 years, 6 months ago chromium/4547 chromium/4548 chromium/4549 chromium/4550 chromium/4551 chromium/4552
  9. 0d50a2c ComputePipelineDescriptor.computeStage->compute by Brandon Jones · 3 years, 6 months ago
  10. 15eba9a WGSL: Migrate access control to var<> by Ben Clayton · 3 years, 6 months ago
  11. 44fc6e3 Remove DAWN_SKIP_TEST_IF -- Part II by Jiawei Shao · 3 years, 7 months ago
  12. 10a7f78 Remove the suppression on use_tint_generator by Qin Jiajia · 3 years, 7 months ago
  13. 41c87d9 Removed deprecated CreateRenderPipeline path by Brandon Jones · 3 years, 7 months ago
  14. 56537f8 Move test parameterization macro from DawnPerfTest to DawnTest by Austin Eng · 3 years, 7 months ago
  15. 72ee6ad Add MatMul with 2-dimensional shared array shader by Qin Jiajia · 3 years, 7 months ago
  16. 321c900 Add perf test on shader robustness by Qin Jiajia · 3 years, 8 months ago
  17. 78d27e8 Remove usage of deprecated WGSL IO in perf/unit/whitebox tests by Corentin Wallez · 3 years, 8 months ago
  18. 21bd02b Remove deprecated WGSL "-> void" by Corentin Wallez · 3 years, 8 months ago
  19. e88bca9 SubresourceTrackingPerf: use the result of textureDimensions by Corentin Wallez · 3 years, 9 months ago
  20. 1523d4c Add using Tint for binding reflection by Ryan Harrison · 3 years, 9 months ago
  21. 7aec4ae Remove utility to create shader modules from GLSL by Corentin Wallez · 3 years, 9 months ago
  22. b00de7f API evolution GPUExtent3D.depth -> depthOrArrayLayers (Step 2) by shrekshao · 3 years, 9 months ago
  23. bff9d3a Updating end-2-end tests to use new RenderPipelineDescriptor format by Brandon Jones · 3 years, 9 months ago
  24. c568684 Migrate all tests over to using Default Struct Layout by Ben Clayton · 3 years, 9 months ago
  25. 8091584 Rename Buffer/TextureCopyView to ImageCopyBuffer/Texture. by Corentin Wallez · 3 years, 10 months ago
  26. e3f10e3 Updated VertexFormat enums by Brandon Jones · 3 years, 10 months ago
  27. 4165c1c Deprecate fences. by Corentin Wallez · 3 years, 10 months ago
  28. 0b17eb8 Update more Dawn tests to use WGSL by Austin Eng · 3 years, 10 months ago
  29. 7e80cce Remove explicit storage class from samplers/textures by James Price · 3 years, 10 months ago
  30. 0768cca Fixup texture type name. by dan sinclair · 3 years, 11 months ago
  31. 0f9c2d7 Update Dawn tests to use group instead of set. by dan sinclair · 4 years ago
  32. 5c20f1e Add the SubresourceTrackingPerf perf test. by Corentin Wallez · 4 years ago
  33. b31cd87 Update majority of tests to use new BindGroupLayoutEntry format by Brandon Jones · 4 years ago
  34. bf1e953 Rolling 7 dependencies by Corentin Wallez · 4 years, 1 month ago
  35. 6b08781 s/OutputAttachment/RenderAttachment/g by Corentin Wallez · 4 years, 2 months ago
  36. 2088cde Update tests to use new mapping APIs by Corentin Wallez · 4 years, 4 months ago
  37. 47a3341 Deprecate Buffer::SetSubData in favor of Queue::WriteBuffer by Corentin Wallez · 4 years, 7 months ago
  38. 40dc5d3 Cleanup: Remove unnecessary TestSetUp overload by Austin Eng · 4 years, 7 months ago
  39. da722ad Run dawn_end2end_tests on all available system adapters by Austin Eng · 4 years, 7 months ago
  40. 5133221 DawnTest: Factor Instance creation, Adapter discovery, and config logging by Austin Eng · 4 years, 7 months ago
  41. f70db58 Fix MSVC compilation. by Felix Maier · 4 years, 8 months ago
  42. 4fbd14b Fix more compilation warnings. by Zhenyao Mo · 4 years, 8 months ago
  43. 7119a02 BUILD.gn: enable additional warnings. by Corentin Wallez · 4 years, 8 months ago
  44. e831653 Normalize case X : {} break; to case X : { break;} by Corentin Wallez · 4 years, 9 months ago
  45. 67b1ad7 Add the defaults for Draw and DrawIndexed by Corentin Wallez · 4 years, 9 months ago
  46. 6c1d646 Change extern const DawnTestParam helpers to functions by Austin Eng · 4 years, 10 months ago
  47. 2cb76ab perf_tests: Manually serialize JSON and remove dependency on jsoncpp by Austin Eng · 5 years ago
  48. e9b15ab perf_tests: Fixup perf test result printing format by Austin Eng · 5 years ago
  49. 77fd475 Remove unnecessary getters from dawn_native::Instance. by Corentin Wallez · 5 years ago
  50. e8e9d5d Use InfoLog to report perftest results. by Corentin Wallez · 5 years ago
  51. d1db0e9 docs: Add section about dawn_perf_tests by Austin Eng · 5 years ago
  52. dc3317d Namespace Log.h/cpp in dawn:: by Corentin Wallez · 5 years ago
  53. 84a5775 Vulkan: Choose D32S8 or D24S8 depending on availability by Corentin Wallez · 5 years ago
  54. 95586ff Add Log.h to replace all uses of iostream by Corentin Wallez · 5 years ago
  55. 8e9c3f6 Fix compilation on MSVC by Corentin Wallez · 5 years ago
  56. 4b0b7a5 Skip validation during command recording when skip_validation is on by Austin Eng · 5 years ago
  57. a930e59 Add cpu_time metric to dawn_perf_tests by Austin Eng · 5 years ago
  58. cfc9c6e Make perf test tracing thread-safe by Austin Eng · 5 years ago
  59. ae1f25f Update naming for vertex state by Kai Ninomiya · 5 years ago
  60. 314fd35 Update SetBindGroup dynamic offsets to uint32_t by Austin Eng · 5 years ago
  61. c5e06a5 Fix result units in perf tests by Austin Eng · 5 years ago
  62. 64a3bb9 Add DrawCallPerf tests by Austin Eng · 5 years ago
  63. 672707f perf_tests: Compute metrics for command validation and recording by Austin Eng · 5 years ago
  64. 3debb26 Limit heap growth when uploading with SetSubData. by Bryan Bernhart · 5 years ago
  65. 73d5bb5 Use enums for trace event categories by Austin Eng · 5 years ago
  66. 7a7d547 perf_tests: Always capture trace events and flush incrementally by Austin Eng · 5 years ago
  67. cab352c Make end2end and perf tests use webgpu.h by Corentin Wallez · 5 years ago
  68. f6281a5 perf_tests: Add missing trace event "id" by Austin Eng · 5 years ago
  69. 04863c4 Make examples and utils use webgpu.h by Corentin Wallez · 5 years ago
  70. 92a011a Record and dump trace events in the perf tests by Austin Eng · 5 years ago
  71. 31bde95 perf_tests: Replace WaitForGPU with maxStepsInFlight argument by Austin Eng · 5 years ago
  72. 7f42689 Skip BufferUploadPerf 16MB SetSubData on all backends. by Austin Eng · 5 years ago
  73. b6acae6 Suppress BufferUploadPerf for setSubData of 16MB on Vulkan by Corentin Wallez · 5 years ago
  74. 3b05a6e BufferUploadPerf: Measure various buffer sizes. by Bryan Bernhart · 5 years ago
  75. e79b061 Skip tests if no adapter is available by Austin Eng · 5 years ago
  76. 519b16c Add README.md for the Dawn perf test harness by Austin Eng · 5 years ago
  77. ce2adba Fix parsing of DawnPerfTest --override-steps argument by Austin Eng · 5 years ago
  78. ca0eac3 Add Dawn perf test harness by Austin Eng · 5 years ago