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