- 41c87d9 Removed deprecated CreateRenderPipeline path by Brandon Jones · 3 years, 7 months ago
- e87ea2b Update WGSL syntax for end2end tests by Brandon Jones · 3 years, 8 months ago
- 21bd02b Remove deprecated WGSL "-> void" by Corentin Wallez · 3 years, 8 months ago
- 7aec4ae Remove utility to create shader modules from GLSL by Corentin Wallez · 3 years, 9 months ago
- bff9d3a Updating end-2-end tests to use new RenderPipelineDescriptor format by Brandon Jones · 3 years, 9 months ago
- e37a4b0 Enable ViewportOrientationTests by Ryan Harrison · 3 years, 11 months ago
- 84997c5 Update ViewportOrientationTests to use WGSL by Austin Eng · 4 years ago
- 3080555 Enable use_tint_generator w/ test suppressions for SPIR-V based backends by Austin Eng · 4 years ago
- c34bb0c Enable viewport tests on OpenGL ES. by Stephen White · 4 years ago
- 2afea0c Autoformat all tests and examples by Kai Ninomiya · 4 years, 5 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
- 0c02f54 code refactoring: prefix const color values with RGBA8 by Yunchao He · 5 years ago
- e0eeef4 code refactoring: const color values by Yunchao He · 5 years ago
- cab352c Make end2end and perf tests use webgpu.h by Corentin Wallez · 5 years ago
- 04863c4 Make examples and utils use webgpu.h by Corentin Wallez · 5 years ago
- c81a717 Remove indirection for colorStates by Corentin Wallez · 5 years ago
- 394553b Set y-axis up in normalized coordinate system. by Yunchao He · 5 years ago
- c6c7a42 Remove indirection for vertexStage by Corentin Wallez · 5 years ago
- b9b088f Rename ShaderStageBit to ShaderStage. by Corentin Wallez · 5 years ago
- 2a1d8c2 Remove ShaderStage that doesn't exist in WebGPU. by Corentin Wallez · 5 years ago
- 4ec2c10 Init PointSize value when pipeline topology is PointList in end2end by Li, Hao · 5 years ago
- b2c5023 Remove RenderPassDescriptorBuilder by Jiawei Shao · 6 years ago
- e30d5e1 Require a semicolon at the end of DAWN_INSTANTIATE_TEST by Corentin Wallez · 6 years ago
- 938811e Use const*const* to annotate color state descriptors by Yunchao He · 6 years ago
- e1f0d4e WebGPU error handling 2: CommandEncoder for samples and end2end tests by Corentin Wallez · 6 years ago
- 108bcbd Split AttachmentStateDescriptor, in order to match web idl by Yunchao He · 6 years ago
- c0f31e7 Use const*const* to annotate a sequence of descriptors by Yunchao He · 6 years ago
- 300eec0 Rename SetRenderPipeline and SetComputePipeline to SetPipeline by Yan, Shaobo · 6 years ago
- a492427 Render Pipeline Descriptorization -- Part I by Yan, Shaobo · 6 years ago
- c789b84 Rename draw commands to match WebGPU IDL by Jiawei Shao · 6 years ago
- 82fbccb Introduce [Render|Compute]PassEncoder. by Corentin Wallez · 6 years ago
- a4da032 Rename NXTTest to DawnTest by Corentin Wallez · 6 years ago
- ae187ef Rename NXT_INSTANTIATE_TEST to DAWN_INSTANTIATE_TEST by Corentin Wallez · 6 years ago
- f684040 Rename NXTHelpers to DawnHelpers by Corentin Wallez · 6 years ago
- 54e58c2 Rename nxt:: to dawn:: in tests by Corentin Wallez · 6 years ago
- 4a9ef4e Rename the copyright authors from NXT to Dawn by Corentin Wallez · 6 years ago
- 6f7749c Change render passes from multi to single pass. by Corentin Wallez · 7 years ago
- 57f7bc7 Add an end2end test for SetScissorRect by Corentin Wallez · 7 years ago
- 54ab71b Add ViewportOrientation test by Corentin Wallez · 7 years ago