1. a7cd3ae tint: Rename SourceVariable() to RootIdentifier() by James Price · 2 years, 5 months ago
  2. bb8d734 Roll ANGLE from f06382aa6b58 to fbf2d2f36442 (8 revisions) by Dawn Autoroller · 2 years, 5 months ago
  3. 4f3f45c Tint/transform: Fix insertBits polyfill for HLSL by Zhaoming Jiang · 2 years, 5 months ago
  4. e4270d1 Fix dawn_native MSVC x86 build by Antonio Maiorano · 2 years, 5 months ago
  5. a70e365 tint: fix extractBits edge case by Antonio Maiorano · 2 years, 5 months ago
  6. 0a73648 Add expectations for bitwise_xor failing in Chromium by Ryan Harrison · 2 years, 5 months ago
  7. e052683 Remove two unused function declarations in wire::client::Device by Jiawei Shao · 2 years, 5 months ago
  8. d1860ce Roll ANGLE from e87a62fb7917 to f06382aa6b58 (2 revisions) by Dawn Autoroller · 2 years, 5 months ago
  9. c364173 tint: const eval of cross by Antonio Maiorano · 2 years, 5 months ago
  10. eb949c8 spirv-reader: use spirv.hpp11 by David Neto · 2 years, 5 months ago
  11. 82f6475 Roll ANGLE from 9340f01d390b to e87a62fb7917 (21 revisions) by Dawn Autoroller · 2 years, 5 months ago
  12. 1bdaded Implemement const-eval for some unpack routines. by dan sinclair · 2 years, 5 months ago
  13. ec4b650 Remove fallthrough from fuzzer AST mutation. by dan sinclair · 2 years, 5 months ago
  14. 8a519ac kokoro: Upgrade to GCC 10 by Ben Clayton · 2 years, 5 months ago
  15. fedc033 Kokoro: Update doxygen to 1.9.5 by Ben Clayton · 2 years, 5 months ago
  16. ba200e8 tint: Bump stack size for MSVC + debug build by Ben Clayton · 2 years, 5 months ago
  17. 5071a54 Make reserved words an error. by dan sinclair · 2 years, 5 months ago
  18. 2d706a0 Implemement const-eval for some pack routines. by dan sinclair · 2 years, 5 months ago
  19. 3b2b548 Remove module-scope let deprecation. by dan sinclair · 2 years, 5 months ago
  20. c027f33 tint: Fix gdb and lldb pretty printers for recently updated Hashset and Hashmap by Antonio Maiorano · 2 years, 5 months ago
  21. ca98b1b tint/resolver: Resolve dependencies of parameter attributes by Ben Clayton · 2 years, 5 months ago
  22. 6f799d6 Change default acos test value. by dan sinclair · 2 years, 5 months ago
  23. f218af0 Remove the `@stage` attribute by dan sinclair · 2 years, 5 months ago
  24. 4cd8452 Remove some expectations for implemented builtins by dan sinclair · 2 years, 5 months ago
  25. 270c044 Metal: Implement begin/end access synchronization with MTLSharedEvent by Austin Eng · 2 years, 5 months ago chromium/5403 chromium/5404 chromium/5405 chromium/5406 chromium/5407 chromium/5408 chromium/5409 chromium/5410 chromium/5411 chromium/5412
  26. b690329 tint/resolver: Support error cases with const-eval builtin tests by Ben Clayton · 2 years, 5 months ago
  27. a393841 Roll third_party/webgpu-cts/ 074471be8..dac3646b1 (1 commit) by Ben Clayton · 2 years, 5 months ago
  28. 279864c test/tint: Show that tint:1183 is fixed by Ben Clayton · 2 years, 5 months ago
  29. 4b60615 test/tint: Fix e2e test generation for vec / mat by Ben Clayton · 2 years, 5 months ago chromium/5402
  30. be35dec test/tint: Fix e2e test generation for abstract by Ben Clayton · 2 years, 5 months ago
  31. dc819c9 dawn::wire validate that the generation must be strictly increasing by Austin Eng · 2 years, 5 months ago
  32. 6fcc4f3 tint: const eval of reverseBits by Antonio Maiorano · 2 years, 5 months ago
  33. 23a35c8 Add more tests in white_box/D3D12GPUTimestampCalibrationTests.cpp by Li Hao · 2 years, 5 months ago
  34. a4314fa Minor build/include fixes for google3 roll. by Loko Kung · 2 years, 5 months ago chromium/5401
  35. e8cd0be GPUBuffer.unmap() shouldn't validate buffer state by Takahiro · 2 years, 5 months ago
  36. 16b4cf8 Template cmake for generated files. by dan sinclair · 2 years, 5 months ago
  37. f743791 Roll ANGLE from a48a2c7a277a to 9340f01d390b (8 revisions) by Dawn Autoroller · 2 years, 5 months ago
  38. 6590cc4 Add missing benchmark test. by dan sinclair · 2 years, 5 months ago
  39. 8fa6c25 tint: Add Initialize() / Shutdown() public APIs by Ben Clayton · 2 years, 5 months ago
  40. 02f04d9 tint/transform: Polyfill bit-shift with RHS modulo by Ben Clayton · 2 years, 5 months ago
  41. 91e27f2 Add const-eval for `floor`. by dan sinclair · 2 years, 5 months ago
  42. 11cecc1 Revert "Add CMake build option to generate intrinsic files." by dan sinclair · 2 years, 5 months ago
  43. abd6a7d Add const-eval for `ceil` by dan sinclair · 2 years, 5 months ago chromium/5400
  44. 465df13 Revert "This CL updates the cmake files to use go run directly." by Dan Sinclair · 2 years, 5 months ago
  45. 9cbc7e1 Implement const-eval for `acos` by dan sinclair · 2 years, 5 months ago
  46. b3518d8 Implement const eval of `abs` by dan sinclair · 2 years, 5 months ago
  47. 5ae03c2 Revert "Scaffolding for generation of intrinsics files." by Dan Sinclair · 2 years, 5 months ago
  48. 11f0c52 tint: const eval of extractBits by Antonio Maiorano · 2 years, 5 months ago
  49. 58eca19 Add const-eval for `all`. by dan sinclair · 2 years, 5 months ago
  50. aa4b64f tint/utils: Optimise HashmapBase::Scan() by Ben Clayton · 2 years, 5 months ago
  51. 6e3f9fa Roll third_party/webgpu-cts/ 0439f3ed8..074471be8 (3 commits) by Ben Clayton · 2 years, 5 months ago
  52. 61d6d21 Byte counting WriteBuffer/Texture to submit by jchen10 · 2 years, 5 months ago
  53. e8dd681 Provide origin info for ExternalTexture by Yan,Shaobo · 2 years, 5 months ago
  54. c6b3814 tint/transform: Refactor transforms by Ben Clayton · 2 years, 5 months ago
  55. de6db38 Roll ANGLE from e3d0bee63fe9 to a48a2c7a277a (8 revisions) by Dawn Autoroller · 2 years, 5 months ago
  56. a5d956a Roll SwiftShader from da2edceb04a8 to a113fba5d946 (1 revision) by Dawn Autoroller · 2 years, 5 months ago
  57. 336f353 tint: const eval of insertBits by Antonio Maiorano · 2 years, 5 months ago
  58. e372511 tint/utils: Rework Hashmap / Hashset by Ben Clayton · 2 years, 5 months ago
  59. 9535f72 tint/validator: Hint 'var' instead of 'const' by Ben Clayton · 2 years, 5 months ago
  60. fd9c3fe tint/uniforimty: Remove short-circuit special-case by James Price · 2 years, 5 months ago
  61. c81f9dc tint: Implement const-eval of quantizeToF16 by Ben Clayton · 2 years, 5 months ago
  62. 749abea Revert "Add GN build option to build using generated files." by Dan Sinclair · 2 years, 5 months ago
  63. a9e0ed7 Roll vulkan-deps from bd979ff3dc04 to a7a3fb39310c (4 revisions) by dawn-autoroll · 2 years, 5 months ago
  64. 698cd29 Roll third_party/webgpu-cts/ 1340d36c8..0439f3ed8 (13 commits) by Ben Clayton · 2 years, 5 months ago
  65. a950d45 This CL updates the cmake files to use go run directly. by dan sinclair · 2 years, 5 months ago
  66. bdd5bbe tint/transform/utils: HoistToDeclBefore polish by Ben Clayton · 2 years, 5 months ago
  67. 2d63e32 tint: Add callback overloads to CloneContext::Insert* by Ben Clayton · 2 years, 5 months ago
  68. 808be6c Roll ANGLE from f3e047b5d77c to e3d0bee63fe9 (2 revisions) by Dawn Autoroller · 2 years, 5 months ago
  69. b5c213b tint/resolver: Fix failures with no error by Ben Clayton · 2 years, 5 months ago
  70. 61ee66a Roll SwiftShader from e6504a2a091c to da2edceb04a8 (12 revisions) by Dawn Autoroller · 2 years, 5 months ago
  71. 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 5 months ago
  72. 2bea905 tint: Implement runtime quantizeToF16() by Ben Clayton · 2 years, 5 months ago
  73. c5fc8ef Roll vulkan-deps from f8fbc1af1572 to bd979ff3dc04 (5 revisions) by dawn-autoroll · 2 years, 5 months ago
  74. 5e4fc69 tools/intrinsic: Handle CRLF by Ben Clayton · 2 years, 5 months ago
  75. 35da054 tint/cmake: Fix test source paths by James Price · 2 years, 5 months ago
  76. 95cbf2e Roll ANGLE from 67ee49768691 to f3e047b5d77c (10 revisions) by Dawn Autoroller · 2 years, 5 months ago
  77. ed0649d [IR] Fix setting of if merge target by dan sinclair · 2 years, 5 months ago
  78. 9261261 [IR] Add ability to dump IR graph to dot by dan sinclair · 2 years, 5 months ago
  79. 1c755b6 [IR] Add support for `for` statements by dan sinclair · 2 years, 5 months ago
  80. 0dce067 [IR] Add support for `while` statements. by dan sinclair · 2 years, 5 months ago
  81. 7cd8db1 Add GN build option to build using generated files. by dan sinclair · 2 years, 5 months ago
  82. 50c29f6 [IR] Add support for `fallthrough`. by dan sinclair · 2 years, 5 months ago
  83. c22b8b9d Add CMake build option to generate intrinsic files. by dan sinclair · 2 years, 5 months ago
  84. 6ef419d tint: enable CTS tests for countLeadingZeros and countTrailingZeros by Antonio Maiorano · 2 years, 5 months ago
  85. c02feff tint/cmd: Add `--rename-all` flag by Ben Clayton · 2 years, 5 months ago
  86. d336733 [IR] Add switch control flow node. by dan sinclair · 2 years, 5 months ago
  87. b9ed75c [IR] Track inbound branches to flow nodes. by dan sinclair · 2 years, 5 months ago
  88. 6c5db2a Scaffolding for generation of intrinsics files. by dan sinclair · 2 years, 5 months ago
  89. 5c5f47a Fixup shadow variable. by dan sinclair · 2 years, 5 months ago chromium/5396 chromium/5397 chromium/5398 chromium/5399
  90. 508df1a Roll ANGLE from 70132045947c to 67ee49768691 (5 revisions) by Dawn Autoroller · 2 years, 5 months ago chromium/5395
  91. 6fafbbe Roll vulkan-deps from 3ec835b611c8 to f8fbc1af1572 (5 revisions) by dawn-autoroll · 2 years, 5 months ago
  92. 0e6d95b doc: Create overview of the SPIR-V reader by David Neto · 2 years, 5 months ago
  93. dec01f1 Add timestamp period calculation for timestamp-query-inside-passes by Li Hao · 2 years, 5 months ago
  94. 3f24fdc tint/fuzzers: Don't run the inspector on invalid programs by Ben Clayton · 2 years, 5 months ago
  95. e689e05 Roll SwiftShader from cd9da0fefcef to e6504a2a091c (1 revision) by Dawn Autoroller · 2 years, 5 months ago
  96. a3175f2 tint: const eval of firstTrailingBit by Antonio Maiorano · 2 years, 5 months ago
  97. 1abe52d tint: const eval of firstLeadingBit by Antonio Maiorano · 2 years, 5 months ago
  98. 76c21c0 tint: const eval of countOneBits by Antonio Maiorano · 2 years, 5 months ago
  99. 68ed8d9 tools/gen: Add flags for explicit output by Ben Clayton · 2 years, 5 months ago
  100. 6dbb463 tint/writers: Polyfill integer clamp() by Ben Clayton · 2 years, 5 months ago