1. 76c21c0 tint: const eval of countOneBits by Antonio Maiorano · 2 years, 6 months ago
  2. 68ed8d9 tools/gen: Add flags for explicit output by Ben Clayton · 2 years, 6 months ago
  3. 6dbb463 tint/writers: Polyfill integer clamp() by Ben Clayton · 2 years, 6 months ago
  4. be83128 tint/transform: Don't hoist textures / samplers by Ben Clayton · 2 years, 6 months ago
  5. 22c4850 tint/resolver: Allow array sizes to be unnamed override-expressions by Ben Clayton · 2 years, 6 months ago
  6. cc85ed6 tint: Function calls do not affect control flow uniformity by James Price · 2 years, 6 months ago chromium/5394
  7. 3e1bc0a tint: Use MergeReturn transform in SPIR-V backend by James Price · 2 years, 6 months ago
  8. a3343d9 Add README.chromium for third_party/khronos by Bryant Chandler · 2 years, 6 months ago
  9. 8e8e38d tint/cmd: Expose multiplaner_external_texture transform by Ben Clayton · 2 years, 6 months ago
  10. 116a5e0 tint: regenerate intrinsic_table.inl by Ben Clayton · 2 years, 6 months ago
  11. 5de8b43 tint: Add MergeReturn transform by James Price · 2 years, 6 months ago
  12. 5ff6a6a Roll ANGLE from 32fb3be6be42 to 70132045947c (1 revision) by Dawn Autoroller · 2 years, 6 months ago
  13. 363a995 ShaderModuleVk: Add a renamer to make other transforms safe. by Corentin Wallez · 2 years, 6 months ago
  14. c14c882 Roll ANGLE from 5fc46a224edd to 32fb3be6be42 (1 revision) by Dawn Autoroller · 2 years, 6 months ago chromium/5392 chromium/5393
  15. 63845be Roll ANGLE from 04cf49bc56af to 5fc46a224edd (1 revision) by Dawn Autoroller · 2 years, 6 months ago chromium/5391
  16. 8a523d7 Add const-eval for `any`. by dan sinclair · 2 years, 6 months ago chromium/5390
  17. 7494e10 tint: const eval of countTrailingZeros by Antonio Maiorano · 2 years, 6 months ago
  18. 2be5167 tint: const eval of countLeadingZeros by Antonio Maiorano · 2 years, 6 months ago
  19. eb465f3 Roll vulkan-deps from 274731aa9f00 to 3ec835b611c8 (3 revisions) by dawn-autoroll · 2 years, 6 months ago
  20. c09f30b Roll ANGLE from fd3bfb778d8a to 04cf49bc56af (3 revisions) by Dawn Autoroller · 2 years, 6 months ago
  21. 5722f287 Remove the future serial by jchen10 · 2 years, 6 months ago chromium/5389
  22. d1910af Roll SwiftShader from e8d4f9f4d703 to cd9da0fefcef (1 revision) by Dawn Autoroller · 2 years, 6 months ago
  23. 46de102 tint/transform/builtin_polyfill: Don't polyfill @const builtins by Ben Clayton · 2 years, 6 months ago
  24. 23945c5 Roll vulkan-deps from 6fca7e9f3903 to 274731aa9f00 (4 revisions) by dawn-autoroll · 2 years, 6 months ago
  25. 2048d4f tint: fix identity initializer of vec from vec of abstract not remaining abstract by Antonio Maiorano · 2 years, 6 months ago chromium/5388
  26. c303bdf Fix HandleAssertionFailure in ValidateCopyTextureForBrowser by Yan,Shaobo · 2 years, 6 months ago
  27. c395660 Add const-eval for `sign`. by dan sinclair · 2 years, 6 months ago
  28. fd1b5a8 Set specific test value for asin test cases. by dan sinclair · 2 years, 6 months ago
  29. 380ea60 Roll ANGLE from f907197316aa to fd3bfb778d8a (5 revisions) by Dawn Autoroller · 2 years, 6 months ago
  30. 74f6bc7 Move timestamp query inside compute/render passes to new feature by Li Hao · 2 years, 6 months ago chromium/5387
  31. e366dcf tint: show template param when printing initializer overloads with no params by Antonio Maiorano · 2 years, 6 months ago
  32. 71111f8 Fixup dispatch call for step and saturate. by dan sinclair · 2 years, 6 months ago
  33. 036a24b0 Disable workaround for T2T copy issue on Intel GPUs on latest driver by Jiawei Shao · 2 years, 6 months ago
  34. fa150a6 Roll vulkan-deps from c96b22b70df7 to 6fca7e9f3903 (10 revisions) by dawn-autoroll · 2 years, 6 months ago
  35. eee8d88 Start adding IR. by dan sinclair · 2 years, 6 months ago
  36. 14b5fb6 tint: add pretty printers for gdb and lldb by Antonio Maiorano · 2 years, 6 months ago
  37. c3cbc35 Add negative number parsing into `@test_value` by dan sinclair · 2 years, 6 months ago
  38. 91ed6f7 Add const-eval for `saturate`. by dan sinclair · 2 years, 6 months ago
  39. c98ad87 Add const-eval for `step`. by dan sinclair · 2 years, 6 months ago
  40. 59d9c89 Add const-eval for `asin` and `asinh`. by dan sinclair · 2 years, 6 months ago
  41. a92f425 tint/writer/msl: Move packed_vector hacks to transform by Ben Clayton · 2 years, 6 months ago chromium/5386
  42. 59c0982 Roll SwiftShader from 34f6fc2ea899 to e8d4f9f4d703 (1 revision) by Dawn Autoroller · 2 years, 6 months ago
  43. 4dce951 Roll ANGLE from 2bc9f1f42a4a to f907197316aa (1 revision) by Dawn Autoroller · 2 years, 6 months ago
  44. 126b09f Roll vulkan-deps from 6ee641d5a6f8 to c96b22b70df7 (4 revisions) by dawn-autoroll · 2 years, 6 months ago chromium/5385
  45. 0cdf25f Roll SwiftShader from 5634e136d794 to 34f6fc2ea899 (4 revisions) by Dawn Autoroller · 2 years, 6 months ago
  46. 81ecd73 Protect sem::MemberAccessorExpression constructor. by dan sinclair · 2 years, 6 months ago
  47. 2e376a9 tint/intrinsics: Allow mixing of signed / unsigned integer arguments by Ben Clayton · 2 years, 6 months ago
  48. 083f68c Roll vulkan-deps from 24ce33194c81 to 6ee641d5a6f8 (5 revisions) by dawn-autoroll · 2 years, 6 months ago
  49. 13f0890 tint/intrinsics: Texture queries now return unsigned integer / vectors by Ben Clayton · 2 years, 6 months ago
  50. 980145b Roll ANGLE from 53abcf15956b to 2bc9f1f42a4a (5 revisions) by Dawn Autoroller · 2 years, 6 months ago
  51. 0143ec5 Reland "tint::transform::VertexPulling: require SingleEntryPoint" by Corentin Wallez · 2 years, 6 months ago
  52. 45844e3 Revert "tint::transform::VertexPulling: require SingleEntryPoint" by Dan Sinclair · 2 years, 6 months ago chromium/5384
  53. b3b027d Update lexer to not include `-` in numbers. by dan sinclair · 2 years, 6 months ago
  54. 63463c2 tint::transform::VertexPulling: require SingleEntryPoint by Corentin Wallez · 2 years, 6 months ago
  55. 4faf358 Tint/builder/spirv: Fix atomicCompareExchangeWeak wrong return by Zhaoming Jiang · 2 years, 6 months ago chromium/5383
  56. 25d5641 Roll SwiftShader from 04d007924c2d to 5634e136d794 (1 revision) by Dawn Autoroller · 2 years, 6 months ago
  57. 0bc10ec Roll ANGLE from c97edf519e93 to 53abcf15956b (5 revisions) by Dawn Autoroller · 2 years, 6 months ago
  58. 9c9612f Roll vulkan-deps from a120f035fbc0 to 24ce33194c81 (8 revisions) by dawn-autoroll · 2 years, 6 months ago
  59. b4d8c80 Reland "Add CopyExternalTextureForBrowser()" by Yan,Shaobo · 2 years, 6 months ago
  60. 0640c81 tint: make uniformity analysis failures warnings again by Antonio Maiorano · 2 years, 6 months ago
  61. ee42e05 tint: enable unit test now that const eval of shift left has landed by Antonio Maiorano · 2 years, 6 months ago
  62. 25fdff1 Unrevert "tint: rhs of left shift is always u32 or vector of u32" by Antonio Maiorano · 2 years, 6 months ago
  63. e0f78f9 tint: always pass in earliest evaluation stage to intrinsic table lookup by Antonio Maiorano · 2 years, 6 months ago
  64. 6c8603c Roll third_party/webgpu-cts/ cbd5a5082..1340d36c8 (1 commit) by Dan Sinclair · 2 years, 6 months ago chromium/5382
  65. a16e78e Roll SwiftShader from ea3fc74f3d69 to 04d007924c2d (3 revisions) by Dawn Autoroller · 2 years, 6 months ago
  66. 4c8401f3 Add const-eval for `atanh`. by dan sinclair · 2 years, 6 months ago
  67. 19c761f Fix a typo in a BindGroup compatibility error message by Corentin Wallez · 2 years, 6 months ago
  68. 5af4d88 tint/resolver: Validate @size only on creation-fixed footprint member types. by Ben Clayton · 2 years, 6 months ago
  69. bd5bd24 tint/resolver: Limit scope depth / if-chains. by Ben Clayton · 2 years, 6 months ago
  70. 3a6b536 Roll ANGLE from 304399609669 to c97edf519e93 (2 revisions) by Dawn Autoroller · 2 years, 6 months ago
  71. 4212da0 Roll vulkan-deps from 528a99b94dbc to a120f035fbc0 (3 revisions) by dawn-autoroll · 2 years, 6 months ago
  72. 0423c3c Use ConcatIntoIf in const-eval builtin tests. by dan sinclair · 2 years, 6 months ago
  73. 30bc8d7 Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) by Dan Sinclair · 2 years, 6 months ago
  74. f17497c tint/sem: Add tests for IsConstructable by Ben Clayton · 2 years, 6 months ago
  75. 95dd428 tint/intrinsics.def: Add @test_value() annotation by Ben Clayton · 2 years, 6 months ago
  76. c3adc78 test/tint/builtins: Remove hack for 'level' parameter value by Ben Clayton · 2 years, 6 months ago
  77. 6c33dce tint/test/builtins/gen: Fix i32 argument values by Ben Clayton · 2 years, 6 months ago
  78. 1428103 dawn: Fix OpenGL context creation for Nvidia / Linux by Ben Clayton · 2 years, 6 months ago
  79. 80b2312 tint/sem: Add Type::Flags() by Ben Clayton · 2 years, 6 months ago
  80. 434edc2 tint/resolver: Allow shadowing of builtins by Ben Clayton · 2 years, 6 months ago
  81. c037705 Roll SwiftShader from c276d8bf6ff7 to ea3fc74f3d69 (3 revisions) by Dawn Autoroller · 2 years, 6 months ago chromium/5381
  82. d99e84a Roll vulkan-deps from e9cf5a1d4589 to 528a99b94dbc (4 revisions) by dawn-autoroll · 2 years, 6 months ago
  83. 4b1a991 Roll ANGLE from 28dd99dccd32 to 304399609669 (5 revisions) by Dawn Autoroller · 2 years, 6 months ago
  84. da5424b tint: Allow signed / unsigned texture builtin params by Ben Clayton · 2 years, 6 months ago
  85. d96f7c2 dawn/node: Fix missing validation errors by Ben Clayton · 2 years, 6 months ago
  86. 20500b8 Add const-eval for `atan`. by dan sinclair · 2 years, 6 months ago
  87. 087c355 Revert "tint: rhs of left shift is always u32 or vector of u32" by Antonio Maiorano · 2 years, 6 months ago chromium/5380
  88. a3325fa Traverse function return attributes. by dan sinclair · 2 years, 6 months ago
  89. cc9ae5c tint: rhs of left shift is always u32 or vector of u32 by Antonio Maiorano · 2 years, 6 months ago
  90. 3a1b799 Review feeback from 106420 by dan sinclair · 2 years, 6 months ago
  91. 29f6174 Roll SwiftShader from 1ab775a9492b to c276d8bf6ff7 (1 revision) by Dawn Autoroller · 2 years, 6 months ago
  92. a7014a9 Rename primary_expression. by dan sinclair · 2 years, 6 months ago
  93. f4baf27 Revert "Add CopyExternalTextureForBrowser()" by dan sinclair · 2 years, 6 months ago
  94. 5f3fb09 Roll vulkan-deps from f8a92d3cac38 to e9cf5a1d4589 (1 revision) by dawn-autoroll · 2 years, 6 months ago
  95. e1133a80 Roll ANGLE from dc62b3eef6ae to 28dd99dccd32 (1 revision) by Dawn Autoroller · 2 years, 6 months ago
  96. f392c38 Add CopyExternalTextureForBrowser() by Yan,Shaobo · 2 years, 6 months ago
  97. 96a0bd5 Add visibleRect to ExternalTextureDescriptor by Yan,Shaobo · 2 years, 6 months ago chromium/5379
  98. 2ec4038 Roll vulkan-deps from f15463587f34 to f8a92d3cac38 (1 revision) by dawn-autoroll · 2 years, 6 months ago chromium/5377 chromium/5378
  99. 9d29212 Roll vulkan-deps from 2cdba7f17982 to f15463587f34 (2 revisions) by dawn-autoroll · 2 years, 6 months ago chromium/5376
  100. aa18830 Roll ANGLE from cc35022f1ee0 to dc62b3eef6ae (8 revisions) by Dawn Autoroller · 2 years, 6 months ago chromium/5375