1. 6b304e9 tint: validate max nesting depth of composite types by Antonio Maiorano · 2 years, 1 month ago
  2. 0b3400c tint: Add chromium_internal_relaxed_uniform_layout by James Price · 2 years, 1 month ago
  3. 8061356 tint: Pass constant::Values to ArrayOrStructCtor by James Price · 2 years, 1 month ago
  4. c5ec169 classify template args: add cases used to debug Treesitter scanner by David Neto · 2 years, 1 month ago
  5. 6176c85 tint: Preserve padding in matrices with three rows by James Price · 2 years, 1 month ago
  6. fe19fee tint/const-eval: Fix runtime semantics for (x % 0) by James Price · 2 years, 1 month ago
  7. 35df626 Refcount check in Buffer map async in Wire by Takahiro · 2 years, 1 month ago chromium/5622
  8. f615770 Dawn: Improve a couple error messages. by Corentin Wallez · 2 years, 1 month ago
  9. 9efc12d Roll ANGLE from ef6d14737424 to f524e4b8a244 (1 revision) by Dawn Autoroller · 2 years, 1 month ago chromium/5621
  10. 04529be Dawn/Tint: Polyfill reflect vec2<f32> for D3D12 FXC on Intel by Zhaoming Jiang · 2 years, 1 month ago
  11. 67a3918 Roll ANGLE from 5bc6bf325690 to ef6d14737424 (1 revision) by Dawn Autoroller · 2 years, 1 month ago chromium/5619 chromium/5620
  12. 111be84 Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) by Ben Clayton · 2 years, 1 month ago
  13. cb39492 Roll ANGLE from a4e23c66867d to 5bc6bf325690 (1 revision) by Dawn Autoroller · 2 years, 1 month ago chromium/5618
  14. 0be37e0 Roll ANGLE from e21c1efb06c6 to a4e23c66867d (6 revisions) by Dawn Autoroller · 2 years, 1 month ago chromium/5617
  15. 2ea4aac Support higher limits for maxDynamicUniform/StorageBuffers by Austin Eng · 2 years, 1 month ago
  16. 8ef7311 tint: validate max number of members in a struct by Antonio Maiorano · 2 years, 1 month ago
  17. 8cd5c61 tint/reader/wgsl: Remove element_count_expression() by Ben Clayton · 2 years, 1 month ago
  18. dec0c62 tint: optimize SymbolTable::New by Antonio Maiorano · 2 years, 1 month ago
  19. 66d4873 tint: Use PI/2 as the input value for sin tests by James Price · 2 years, 1 month ago chromium/5616
  20. 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
  21. 7052cb5 Revert "Add test setting the locale." by Ben Clayton · 2 years, 1 month ago
  22. 9ec746e Disable async pipeline compilation on Mac AMD with backend validation by Austin Eng · 2 years, 1 month ago
  23. d436ee4 Roll ANGLE from 7189e4cfe43b to e21c1efb06c6 (6 revisions) by Dawn Autoroller · 2 years, 1 month ago
  24. e958db0 Add ExternalTexture::Refresh() and ExternalTexture::Expire() by Yan,Shaobo · 2 years, 1 month ago
  25. dd0332e D3D12: Add workaround for DstAlpha blend factor issue on Intel GPUs by Jiawei Shao · 2 years, 1 month ago
  26. fa5cda8 Add workaround to blit depth to depth in D3D12 T2T by Li Hao · 2 years, 1 month ago
  27. 8bd09f3 Roll ANGLE from 389b86e7d76c to 7189e4cfe43b (12 revisions) by Dawn Autoroller · 2 years, 1 month ago
  28. 65a45fd Handle errors in SPIRV-Reader tests. by dan sinclair · 2 years, 1 month ago
  29. 107aa81 tint: Improve error for assignment to immutable variable by Ben Clayton · 2 years, 1 month ago
  30. 9cdc334 Add test setting the locale. by dan sinclair · 2 years, 1 month ago
  31. 077d97a Add `SuggestAlternatives` to attributes. by dan sinclair · 2 years, 1 month ago
  32. 9386f73 tint: Fix compilation error with latest MSVC 17.5.0 by Antonio Maiorano · 2 years, 1 month ago
  33. 869bcab Make attribute grammar generic. by dan sinclair · 2 years, 1 month ago
  34. 20a82ac Roll SwiftShader from 3575b5479af5 to dca80fc3a894 (1 revision) by Dawn Autoroller · 2 years, 1 month ago
  35. 39b7330 Fix UV coord for TextureLoad by jchen10 · 2 years, 1 month ago
  36. d8a13ee Roll ANGLE from 177936ace37d to 389b86e7d76c (1 revision) by Dawn Autoroller · 2 years, 1 month ago
  37. b7faf4d Roll SwiftShader from 64eb04027b9f to 3575b5479af5 (1 revision) by Dawn Autoroller · 2 years, 1 month ago chromium/5614
  38. 9776edf tint: Improve error message for array element stride in uniform storage by Antonio Maiorano · 2 years, 1 month ago
  39. 182a7e8 Validate writable storage buffer bindings don't alias by shrekshao · 2 years, 1 month ago
  40. 1dac81a Roll ANGLE from 31684d8c336a to 177936ace37d (2 revisions) by Dawn Autoroller · 2 years, 1 month ago
  41. 187e0d5 Add `requires` directive by dan sinclair · 2 years, 1 month ago chromium/5613
  42. f35f1ff Refactors native mock classes to be more like the Null device. by Loko Kung · 2 years, 1 month ago
  43. 54a104e tint: Update constructor / conversion terminology by Ben Clayton · 2 years, 1 month ago
  44. cce5f48 Triage CTS failures by Corentin Wallez · 2 years, 1 month ago
  45. 4be42e5 tint/run-cts: make dump-shaders also disable symbol renaming by Antonio Maiorano · 2 years, 1 month ago
  46. b4d2bbb Make Texture/QuerySet destroy always valid. by Corentin Wallez · 2 years, 1 month ago
  47. f16b9bb Guard D3D12_FEATURE_D3D12_OPTIONS13 behind SDK version check by Austin Eng · 2 years, 1 month ago
  48. afc53fa tint/resolver: Bring back enum suggestions by Ben Clayton · 2 years, 1 month ago
  49. b549b30 tint: Validate @must_use on functions and builtins by Ben Clayton · 2 years, 1 month ago
  50. d849032 tools: Add @must_use support to intrinsics.def by Ben Clayton · 2 years, 1 month ago
  51. ce10962 Add parsing and emission of the `must_use` attribute. by dan sinclair · 2 years, 1 month ago
  52. dd57720 Roll ANGLE from c23dbe331608 to 31684d8c336a (11 revisions) by Dawn Autoroller · 2 years, 1 month ago
  53. 5662f79 tint/ast: Remove unnecessary ast:: prefixes by Ben Clayton · 2 years, 1 month ago chromium/5612
  54. 4a88a32 D3D12: derive T2T workaround from TextureCopyBetweenDimensionsSupported by Austin Eng · 2 years, 1 month ago
  55. 053fca8 Run SubstituteOverride transform before Robustness by Shrek Shao · 2 years, 1 month ago
  56. 239b429 tint/HoistToDeclBefore: Use explicit types by James Price · 2 years, 1 month ago
  57. 60d3738 tint: Fix ICE in ast::TemplatedIdentifier ctor by Ben Clayton · 2 years, 1 month ago
  58. 2f689a7 Remove deprecated inspector fields. by dan sinclair · 2 years, 1 month ago
  59. fdef033 tint/resolver: Fix ICE in ResolvedIdentifier::String() by Ben Clayton · 2 years, 1 month ago
  60. f0b4dbb tint: Resolve @interpolate() args as expressions by Ben Clayton · 2 years, 1 month ago
  61. 650426b Run ./tools/format by Ben Clayton · 2 years, 1 month ago
  62. a79c660 Add `@must_use` AST node. by dan sinclair · 2 years, 1 month ago
  63. b92ff39 Remove `static_assert` deprecation. by dan sinclair · 2 years, 1 month ago
  64. 0aa2cef Roll ANGLE from f76ecaeed1d0 to c23dbe331608 (1 revision) by Dawn Autoroller · 2 years, 1 month ago
  65. 4d3ff97 tint: Resolve @builtin() args as expressions by Ben Clayton · 2 years, 1 month ago
  66. 2157170 Remove the `type` keyword. by dan sinclair · 2 years, 1 month ago
  67. db9d445 Roll third_party/webgpu-cts/ 87f8f3d61..13410d18b (2 commits) by Ben Clayton · 2 years, 1 month ago chromium/5611
  68. 2d6f907 tint/reader/spirv: Remove stdout spam by Ben Clayton · 2 years, 1 month ago chromium/5610
  69. e58f89b Roll third_party/webgpu-cts/ 631d877e7..87f8f3d61 (2 commits) by Ben Clayton · 2 years, 1 month ago
  70. accc687 Add tint layering doc. by dan sinclair · 2 years, 1 month ago
  71. adcc598 Roll ANGLE from 05e62f39412e to f76ecaeed1d0 (1 revision) by Dawn Autoroller · 2 years, 1 month ago chromium/5608 chromium/5609
  72. 993a658 Move InterpolationSampling and InterpolationType to builtin. by dan sinclair · 2 years, 1 month ago
  73. e4f9476 D3D12: Replace dst-alpha with one for formats without alpha by Jiawei Shao · 2 years, 1 month ago
  74. b5af23d Move diagnostic severity and rule to builtin. by dan sinclair · 2 years, 1 month ago chromium/5607
  75. ef30aa4 Move type/builtin to builtin. by dan sinclair · 2 years, 1 month ago chromium/5606
  76. ba082fd Move TexelFormat to builtin by dan sinclair · 2 years, 1 month ago
  77. 2a65163 Move type::AddressSpace to builtin/ by dan sinclair · 2 years, 1 month ago
  78. b6cc4cb Move type/access to builtin. by dan sinclair · 2 years, 1 month ago
  79. 79781f2 tint: Unkeyword 'var' template args by Ben Clayton · 2 years, 1 month ago chromium/5605
  80. 28ec26b Roll ANGLE from e1dfc00aa66b to 05e62f39412e (1 revision) by Dawn Autoroller · 2 years, 1 month ago
  81. 1b90f93 tint: Remove type::AddressSpace::kNone by Ben Clayton · 2 years, 1 month ago
  82. 643f2aa tint/reader/wgsl: Remove type keywords by Ben Clayton · 2 years, 1 month ago
  83. a1bda83 spirv-reader: don't hoist opaque objects by David Neto · 2 years, 1 month ago
  84. 839324a Make "rg11b10ufloat-renderable" also allow resolving. by Corentin Wallez · 2 years, 1 month ago chromium/5604
  85. d0746d7 Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits) by Ben Clayton · 2 years, 1 month ago
  86. a0e96b5 Rolling 8 dependencies by Austin Eng · 2 years, 1 month ago
  87. 1f8cb4f Roll ANGLE from a6dba4b475f5 to e1dfc00aa66b (11 revisions) by Dawn Autoroller · 2 years, 1 month ago
  88. c713005 Reland "Remove wgpu::CreatePipelineAsyncStatus::Error" by Corentin Wallez · 2 years, 1 month ago
  89. 25669a6 Adds To/FromAPI calls for wgpu (C++) namespace structs. by Loko Kung · 2 years, 1 month ago
  90. e4039c7 Move the Extension builtin to the builtin/ folder. by dan sinclair · 2 years, 1 month ago
  91. 6392579 Move BuiltinValue to builtin/ by dan sinclair · 2 years, 1 month ago
  92. 32cb509 Revert "Remove wgpu::CreatePipelineAsyncStatus::Error" by Corentin Wallez · 2 years, 1 month ago chromium/5603
  93. 9fafbc0 Remove wgpu::CreatePipelineAsyncStatus::Error by Corentin Wallez · 2 years, 1 month ago
  94. ca469fe Roll ANGLE from 8d23f34ea2ee to a6dba4b475f5 (3 revisions) by Dawn Autoroller · 2 years, 1 month ago chromium/5602
  95. 7616dcb Add Toggle to use temp buffer in T2T copy with different dimensions by Austin Eng · 2 years, 1 month ago
  96. a7a90d0 Roll ANGLE from 13e8dabc47af to 8d23f34ea2ee (8 revisions) by Dawn Autoroller · 2 years, 1 month ago chromium/5601
  97. 5860a14 Use the correct Validation/InternalError status for CreatePipelineAsync by Corentin Wallez · 2 years, 1 month ago
  98. be967e3 Add JSON output to tint_info. by dan sinclair · 2 years, 1 month ago
  99. 86fbd1a Refactor Semaphore Service In Vulkan Backend by Yan,Shaobo · 2 years, 1 month ago
  100. 87b0ccb Roll ANGLE from 31d576ca3290 to 13e8dabc47af (6 revisions) by Dawn Autoroller · 2 years, 1 month ago