1. 218d488 Port ComputeSharedMemoryTests to WGSL by Ben Clayton · 3 years, 1 month ago
  2. fcafc6e Port TextureViewTests to WGSL by Ben Clayton · 3 years, 1 month ago
  3. d020de4 Validate the texture Aspect enum in ImageCopyTexture by Austin Eng · 3 years, 1 month ago
  4. 88d3d2e CMake: fix clang-cl builds on Windows by Antonio Maiorano · 3 years, 2 months ago
  5. f43643f Kokoro: implement Windows build scripts by Antonio Maiorano · 3 years, 2 months ago
  6. 54e150b Roll Tint from 2e97435ba613 to 84ef13c84fb3 (4 revisions) by Dawn Autoroller · 3 years, 2 months ago
  7. c48e487 Avoid unnecessary recompiles with code generators. by Corentin Wallez · 3 years, 2 months ago
  8. 266bce8 Port Animometer's vertex shader to WGSL by Corentin Wallez · 3 years, 2 months ago
  9. 3b3ab02 Use SPVASM for ShaderFloat16Tests. by Corentin Wallez · 3 years, 2 months ago
  10. 84ef13c spirv-reader: disallow OpSwitch without preceding OpSelectionMerge by David Neto · 3 years, 2 months ago
  11. a82ed35 BUILD.gn: Remove warning suppression for Skia by Corentin Wallez · 3 years, 2 months ago
  12. 83ee832 Port the last BufferZeroInitTest to WGSL by Corentin Wallez · 3 years, 2 months ago
  13. be621bd Update the wire-based fuzzers to always assume an injected error by Austin Eng · 3 years, 2 months ago
  14. f403305 Remove the warning suppression for Skia by Corentin Wallez · 3 years, 2 months ago
  15. fe6129f Add initial no-op Kokoro Windows build scripts by Antonio Maiorano · 3 years, 2 months ago
  16. e547605 Fix msvc build and enable multiprocessor builds by Antonio Maiorano · 3 years, 2 months ago
  17. 94b8b74 Port VertexFormatTests to WGSL by Corentin Wallez · 3 years, 2 months ago
  18. 2be3db9 Roll Tint from 4daddd1759c6 to 2e97435ba613 (13 revisions) by Dawn Autoroller · 3 years, 2 months ago
  19. d42f4b3 Reland "CopyTextureForBrowser: Support color format conversion" by Yan, Shaobo · 3 years, 2 months ago
  20. 2e97435 Move return validation from Validator to Resolver by Antonio Maiorano · 3 years, 2 months ago
  21. 97da45c Update RenderPipelineBase to stop depending on deprecated struct types by Brandon Jones · 3 years, 2 months ago
  22. 8ac7f8a Fix typo in enum by Ryan Harrison · 3 years, 2 months ago
  23. a943919 Use Tint/WGSL unconditionally by Corentin Wallez · 3 years, 2 months ago
  24. b00de7f API evolution GPUExtent3D.depth -> depthOrArrayLayers (Step 2) by shrekshao · 3 years, 2 months ago
  25. 5622b6b AppendVector() - support pointer args by Ben Clayton · 3 years, 2 months ago
  26. 247b922 Roll third_party/gpuweb-cts/ d836e71f2..dea8ed8c2 (42 commits) by David Neto · 3 years, 2 months ago
  27. f55091a Implement barrier intrinsics by Ben Clayton · 3 years, 2 months ago
  28. 570b3d6 Add missing include for ::testing::Test by James Price · 3 years, 2 months ago
  29. a9b211d D3D12: Prevent crash due to missing debug layer by Bryan Bernhart · 3 years, 2 months ago
  30. 3e4b57b ShaderModule: Store the tint::Program in the base class. by Corentin Wallez · 3 years, 2 months ago
  31. 06feb3f Finish moving call validation from Validator to Resolver by Antonio Maiorano · 3 years, 2 months ago
  32. 4682e3f Move identifier validation from Validator to Resolver by Antonio Maiorano · 3 years, 2 months ago
  33. a07d21a [resolver] Fix nullptr dereference when validating continuing block by James Price · 3 years, 2 months ago
  34. 5ff4978 Fix incorrect parsing logic in DawnTest by Bryan Bernhart · 3 years, 2 months ago
  35. 91da97d Remove ast::NullLiteral by Ben Clayton · 3 years, 2 months ago
  36. b225851 [wgsl-reader] Disallow explicit storage classes on handle types by James Price · 3 years, 2 months ago
  37. eae161c writer/spirv: Clean up constant generation by Ben Clayton · 3 years, 2 months ago
  38. d6fe74b Validator: add const init with param test by Antonio Maiorano · 3 years, 2 months ago
  39. 5e121c9 Roll Tint from 00e823ec04d9 to 4daddd1759c6 (1 revision) by Dawn Autoroller · 3 years, 2 months ago
  40. 4daddd1 Fix Validator regression reporting param not declared by Antonio Maiorano · 3 years, 2 months ago
  41. 8ac6a48 Make CreateRenderPipelineAsync use Descriptor2 by Corentin Wallez · 3 years, 2 months ago
  42. 6b80743 Roll Tint from bb5617f21ab4 to 00e823ec04d9 (2 revisions) by Dawn Autoroller · 3 years, 2 months ago
  43. 00e823e Kokoro: Use depot_tools in docker image by Ben Clayton · 3 years, 2 months ago
  44. 6d6e2c7 Kokoro: Switch from RelWithDebInfo to Release by Ben Clayton · 3 years, 2 months ago
  45. 853b5d7 Roll Tint from 9970ec63ca8b to bb5617f21ab4 (9 revisions) by Dawn Autoroller · 3 years, 2 months ago
  46. bb5617f Resolver: process nodes in order of declaration by Antonio Maiorano · 3 years, 2 months ago
  47. 1b51be5 semantic: Clean up intrinsics by Ben Clayton · 3 years, 2 months ago
  48. 03c01b5 Move function validation from Validator to Resolver by Antonio Maiorano · 3 years, 2 months ago
  49. 682f32a Revert "CopyTextureForBrowser: Support color format conversion" by Corentin Wallez · 3 years, 2 months ago
  50. b4f11f3 Add missing includes to fix build by James Price · 3 years, 2 months ago
  51. 5bae31d Delete unused files by James Price · 3 years, 2 months ago
  52. 5709060 Port MultisampledRenderingTests to WGSL. by Corentin Wallez · 3 years, 2 months ago
  53. f84daa0 CopyTextureForBrowser: Support color format conversion by Yan, Shaobo · 3 years, 2 months ago
  54. ad8772d Fix incorrect WGSL u32 != i32 comparison in a test by Corentin Wallez · 3 years, 2 months ago
  55. 6b2fc05 Resolver: Check that initializers and assignments are valid by Ben Clayton · 3 years, 2 months ago
  56. 25eef8d s/sharable/shareable by Ben Clayton · 3 years, 2 months ago
  57. 722b5a2 Resolver: Add validation for host-sharable / storage by Ben Clayton · 3 years, 2 months ago
  58. c98dedf Validator: Fix GCC unused variable warning / error by Ben Clayton · 3 years, 2 months ago
  59. 6a366e3 Roll Tint from 399b88845cce to 9970ec63ca8b (5 revisions) by Dawn Autoroller · 3 years, 2 months ago
  60. 9970ec6 Move struct validation from Validator to Resolver by Antonio Maiorano · 3 years, 2 months ago
  61. bbabda3 Fix Storage Buffers in WGSL tests & examples by Ryan Harrison · 3 years, 2 months ago
  62. 9895c27 Update samples to the new RenderPipelineDescriptor by Corentin Wallez · 3 years, 2 months ago
  63. e072465 Resolver: Handle AccessControl for storage-class propagation by Ben Clayton · 3 years, 2 months ago
  64. a63145a Resolver::IsStorable() Handle AccessControl types by Ben Clayton · 3 years, 2 months ago
  65. 097c75a Resolver: Enforce matrix constructor type rules by Arman Uguray · 3 years, 2 months ago
  66. 512bdf1 Diagnostic: Replace 'info' with 'note' by Ben Clayton · 3 years, 2 months ago
  67. 8ce8271 Roll Tint from 4f4534df3a53 to 399b88845cce (13 revisions) by Dawn Autoroller · 3 years, 2 months ago
  68. 3e5701c Skip deprecation warning expectations in RenderPipelineValidationTests by Corentin Wallez · 3 years, 2 months ago
  69. 399b888 Quickfix for unknown warning in Chromium by Corentin Wallez · 3 years, 2 months ago
  70. 4f390a1 msl tests: Verify that the structure layout is correct by Ben Clayton · 3 years, 2 months ago
  71. 5907039 msl: Implement more types for structure layout by Ben Clayton · 3 years, 2 months ago
  72. bff9d3a Updating end-2-end tests to use new RenderPipelineDescriptor format by Brandon Jones · 3 years, 2 months ago
  73. 27c4f03 Skip create render pipeline deprecation warning expectation in UnsafeAPIValidationTests by Austin Eng · 3 years, 2 months ago
  74. a88090b Resolver: Track storage class usages of structures by Ben Clayton · 3 years, 2 months ago
  75. 893afdf Resolver: Defer building of semantic::Struct until end by Ben Clayton · 3 years, 2 months ago
  76. ad97343 Add semantic::Struct::SizeNoPadding by Ben Clayton · 3 years, 2 months ago
  77. 3fe857a ValidationTest: correctly assert deprecation warnings are emitted. by Corentin Wallez · 3 years, 2 months ago
  78. 96829ed Add Kokoro build configuration files by Ben Clayton · 3 years, 2 months ago
  79. 8b53104 Add test/test-all.sh by Ben Clayton · 3 years, 2 months ago
  80. 7862da9 Fix test/compute_builds.wgsl by Ben Clayton · 3 years, 2 months ago
  81. e8bf942 Add AUTHORS file by Ben Clayton · 3 years, 2 months ago
  82. 6e5d47a Update majority of unittests to use RenderPipelineDescriptor2 by Brandon Jones · 3 years, 2 months ago
  83. 6f9bc3a API evolution GPUExtent3D.depth -> depthOrArrayLayers (Step 1) by shrekshao · 3 years, 2 months ago
  84. 4ffd3e2 [spirv-writer] Handle non-struct entry point return values by James Price · 3 years, 2 months ago
  85. 417b822 Fix GCC warning about an unused local variable by Ben Clayton · 3 years, 2 months ago
  86. d600972 CMake: fix warnings on msvc builds by Antonio Maiorano · 3 years, 2 months ago
  87. 29d7445 Roll Tint from 169140117937 to 4f4534df3a53 (12 revisions) by Dawn Autoroller · 3 years, 2 months ago
  88. c568684 Migrate all tests over to using Default Struct Layout by Ben Clayton · 3 years, 2 months ago
  89. 4f4534d Enable InsertBefore to work on global declarations by James Price · 3 years, 2 months ago
  90. 4f4a285 Suppress -Wreturn-std-move-in-c++11 for building in Skia by Corentin Wallez · 3 years, 2 months ago
  91. 0008432 D3D12: Fix crash in the workaround for T2T copy issue on Intel GPUs by Jiawei Shao · 3 years, 2 months ago
  92. 3209df5 Fix TimestampQueryTests by Ryan Harrison · 3 years, 2 months ago
  93. 9496f28 BUILD.gn: Remove the temporary group with Dawn migrated. by Corentin Wallez · 3 years, 2 months ago
  94. 50f169d debug: Add TINT_UNIMPLEMENTED() by Ben Clayton · 3 years, 2 months ago
  95. 15dcd8f [validator] Fix return statement type validation for aliases by James Price · 3 years, 2 months ago
  96. 1222c15 Fix CMake build warnings / errors by Ben Clayton · 3 years, 2 months ago
  97. ed16517 Fix VertexStateTests by Ryan Harrison · 3 years, 2 months ago
  98. 377acdd Add Storage Texture bindings to GetResourceBindings by Ryan Harrison · 3 years, 2 months ago
  99. 322e451 Fix CopyTextureForBrowserTests by Ryan Harrison · 3 years, 2 months ago
  100. ddc4712 Fix ComputeStorageBufferBarrierTests by Ryan Harrison · 3 years, 2 months ago