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