1. 8cd34f8 tint: Fix DemoteToHelper for atomicCmpXchgWeak by James Price · 1 year, 6 months ago
  2. fbd00b4 Fix non-inclusive language in toggle name by Li Hao · 1 year, 6 months ago chromium/5420
  3. 10fae7a tint: Rename `frexp().sig` to `frexp().fract` by Ben Clayton · 1 year, 6 months ago
  4. 1ef277d tint: Skip e2e test validation for known-good by Ben Clayton · 1 year, 6 months ago
  5. 09dd563 loongarch: Fix ASSERT() breakpoint support. by Wang Qing · 1 year, 6 months ago
  6. 7f2f82d Roll ANGLE from 82855be3c811 to 8149baafec8f (1 revision) by Dawn Autoroller · 1 year, 6 months ago
  7. b9a7e0c Roll vulkan-deps from 032336ea4ca6 to 131d736c57d4 (1 revision) by dawn-autoroll · 1 year, 6 months ago chromium/5419
  8. c33d10a tint/resolver: Fix bad pointer deref (UAF) by Ben Clayton · 1 year, 6 months ago chromium/5418
  9. 570a0fa Roll vulkan-deps from fa88fa5cf547 to 032336ea4ca6 (1 revision) by dawn-autoroll · 1 year, 6 months ago
  10. 522a767 Roll ANGLE from 0ca9cc5434f9 to 82855be3c811 (1 revision) by Dawn Autoroller · 1 year, 6 months ago chromium/5417
  11. 05bb8e4 Roll ANGLE from f62405c5ac3c to 0ca9cc5434f9 (1 revision) by Dawn Autoroller · 1 year, 6 months ago chromium/5416
  12. ef030ff Roll vulkan-deps from 69432a484d62 to fa88fa5cf547 (4 revisions) by dawn-autoroll · 1 year, 6 months ago
  13. 32fd653 Roll SwiftShader from dd7bb92b9a7a to 87d41aad5e71 (3 revisions) by Dawn Autoroller · 1 year, 6 months ago
  14. 33bfe1e Roll ANGLE from 92a0efdfb244 to f62405c5ac3c (5 revisions) by Dawn Autoroller · 1 year, 6 months ago
  15. 7338848 dawn: ouput DXBC literals as hex when dump_shaders is enabled by Antonio Maiorano · 1 year, 6 months ago
  16. 7adcf16 Roll vulkan-deps from d840778f92c3 to 69432a484d62 (3 revisions) by dawn-autoroll · 1 year, 6 months ago chromium/5415
  17. dc12e4b Roll ANGLE from a74159cdc33f to 92a0efdfb244 (4 revisions) by Dawn Autoroller · 1 year, 6 months ago
  18. d7ff383 Roll vulkan-deps from c29c532c92db to d840778f92c3 (4 revisions) by dawn-autoroll · 1 year, 6 months ago
  19. 4e0eac1 Manual Roll third_party/vulkan-deps/ a7a3fb393..c29c532c9 (71 commits) by Ryan Harrison · 1 year, 6 months ago
  20. 183b8eb spirv-reader: func decl with handle or ptr-to-handle by David Neto · 1 year, 6 months ago
  21. 17f2047 Make formatting an error on presubmit by dan sinclair · 1 year, 6 months ago
  22. b77332e Add const-eval for `tan` and `tanh` by dan sinclair · 1 year, 6 months ago
  23. 02d4ea0 Add const-eval for `cos` and `cosh` by dan sinclair · 1 year, 6 months ago
  24. 3c5cabb Roll ANGLE from bb95fce01aff to a74159cdc33f (1 revision) by Dawn Autoroller · 1 year, 6 months ago
  25. b7868ff Add const-eval for `sin` and `sinh` by dan sinclair · 1 year, 6 months ago
  26. a5fec04 Roll SwiftShader from a113fba5d946 to dd7bb92b9a7a (1 revision) by Dawn Autoroller · 1 year, 6 months ago
  27. e2fd5e0 Implement const-eval for `acosh` by dan sinclair · 1 year, 6 months ago
  28. da92e5c Roll ANGLE from fbf2d2f36442 to bb95fce01aff (2 revisions) by Dawn Autoroller · 1 year, 6 months ago
  29. d9b68eb Fix generation of f16 values. by dan sinclair · 1 year, 6 months ago
  30. 46ee639 tint/transform: Implement div / mod polyfill by Ben Clayton · 1 year, 6 months ago
  31. 9418152 tint/resolver: Move from STL to tint::utils containers by Ben Clayton · 1 year, 6 months ago
  32. 865c3f8 Disable tests that are failing for Win10 by Ryan Harrison · 1 year, 6 months ago chromium/5413
  33. 55a8eac tint/resolver: Forbid workgroup pointer parameters by Ben Clayton · 1 year, 6 months ago
  34. 5ac2a36 Add const-eval for pack and unpack of 2x16float. by dan sinclair · 1 year, 6 months ago
  35. 00d0fd5 Update f16 to have from_bits by dan sinclair · 1 year, 6 months ago
  36. 744d0eb tint: Use "demote-to-helper" semantics for discard by James Price · 1 year, 6 months ago
  37. 78ae4c2 tint: Fix phony assignments in DemoteToHelper by James Price · 1 year, 6 months ago
  38. 97519c2 tint: Allow captured pointers as function args by James Price · 1 year, 6 months ago
  39. 6251598 tint: Add DemoteToHelper transform by James Price · 1 year, 6 months ago
  40. a7cd3ae tint: Rename SourceVariable() to RootIdentifier() by James Price · 1 year, 6 months ago
  41. bb8d734 Roll ANGLE from f06382aa6b58 to fbf2d2f36442 (8 revisions) by Dawn Autoroller · 1 year, 6 months ago
  42. 4f3f45c Tint/transform: Fix insertBits polyfill for HLSL by Zhaoming Jiang · 1 year, 6 months ago
  43. e4270d1 Fix dawn_native MSVC x86 build by Antonio Maiorano · 1 year, 6 months ago
  44. a70e365 tint: fix extractBits edge case by Antonio Maiorano · 1 year, 6 months ago
  45. 0a73648 Add expectations for bitwise_xor failing in Chromium by Ryan Harrison · 1 year, 6 months ago
  46. e052683 Remove two unused function declarations in wire::client::Device by Jiawei Shao · 1 year, 6 months ago
  47. d1860ce Roll ANGLE from e87a62fb7917 to f06382aa6b58 (2 revisions) by Dawn Autoroller · 1 year, 6 months ago
  48. c364173 tint: const eval of cross by Antonio Maiorano · 1 year, 6 months ago
  49. eb949c8 spirv-reader: use spirv.hpp11 by David Neto · 1 year, 6 months ago
  50. 82f6475 Roll ANGLE from 9340f01d390b to e87a62fb7917 (21 revisions) by Dawn Autoroller · 1 year, 6 months ago
  51. 1bdaded Implemement const-eval for some unpack routines. by dan sinclair · 1 year, 6 months ago
  52. ec4b650 Remove fallthrough from fuzzer AST mutation. by dan sinclair · 1 year, 6 months ago
  53. 8a519ac kokoro: Upgrade to GCC 10 by Ben Clayton · 1 year, 6 months ago
  54. fedc033 Kokoro: Update doxygen to 1.9.5 by Ben Clayton · 1 year, 6 months ago
  55. ba200e8 tint: Bump stack size for MSVC + debug build by Ben Clayton · 1 year, 6 months ago
  56. 5071a54 Make reserved words an error. by dan sinclair · 1 year, 6 months ago
  57. 2d706a0 Implemement const-eval for some pack routines. by dan sinclair · 1 year, 6 months ago
  58. 3b2b548 Remove module-scope let deprecation. by dan sinclair · 1 year, 6 months ago
  59. c027f33 tint: Fix gdb and lldb pretty printers for recently updated Hashset and Hashmap by Antonio Maiorano · 1 year, 6 months ago
  60. ca98b1b tint/resolver: Resolve dependencies of parameter attributes by Ben Clayton · 1 year, 6 months ago
  61. 6f799d6 Change default acos test value. by dan sinclair · 1 year, 6 months ago
  62. f218af0 Remove the `@stage` attribute by dan sinclair · 1 year, 6 months ago
  63. 4cd8452 Remove some expectations for implemented builtins by dan sinclair · 1 year, 6 months ago
  64. 270c044 Metal: Implement begin/end access synchronization with MTLSharedEvent by Austin Eng · 1 year, 6 months ago chromium/5403 chromium/5404 chromium/5405 chromium/5406 chromium/5407 chromium/5408 chromium/5409 chromium/5410 chromium/5411 chromium/5412
  65. b690329 tint/resolver: Support error cases with const-eval builtin tests by Ben Clayton · 1 year, 6 months ago
  66. a393841 Roll third_party/webgpu-cts/ 074471be8..dac3646b1 (1 commit) by Ben Clayton · 1 year, 6 months ago
  67. 279864c test/tint: Show that tint:1183 is fixed by Ben Clayton · 1 year, 6 months ago
  68. 4b60615 test/tint: Fix e2e test generation for vec / mat by Ben Clayton · 1 year, 6 months ago chromium/5402
  69. be35dec test/tint: Fix e2e test generation for abstract by Ben Clayton · 1 year, 6 months ago
  70. dc819c9 dawn::wire validate that the generation must be strictly increasing by Austin Eng · 1 year, 6 months ago
  71. 6fcc4f3 tint: const eval of reverseBits by Antonio Maiorano · 1 year, 6 months ago
  72. 23a35c8 Add more tests in white_box/D3D12GPUTimestampCalibrationTests.cpp by Li Hao · 1 year, 6 months ago
  73. a4314fa Minor build/include fixes for google3 roll. by Loko Kung · 1 year, 6 months ago chromium/5401
  74. e8cd0be GPUBuffer.unmap() shouldn't validate buffer state by Takahiro · 1 year, 6 months ago
  75. 16b4cf8 Template cmake for generated files. by dan sinclair · 1 year, 6 months ago
  76. f743791 Roll ANGLE from a48a2c7a277a to 9340f01d390b (8 revisions) by Dawn Autoroller · 1 year, 6 months ago
  77. 6590cc4 Add missing benchmark test. by dan sinclair · 1 year, 6 months ago
  78. 8fa6c25 tint: Add Initialize() / Shutdown() public APIs by Ben Clayton · 1 year, 6 months ago
  79. 02f04d9 tint/transform: Polyfill bit-shift with RHS modulo by Ben Clayton · 1 year, 6 months ago
  80. 91e27f2 Add const-eval for `floor`. by dan sinclair · 1 year, 6 months ago
  81. 11cecc1 Revert "Add CMake build option to generate intrinsic files." by dan sinclair · 1 year, 6 months ago
  82. abd6a7d Add const-eval for `ceil` by dan sinclair · 1 year, 6 months ago chromium/5400
  83. 465df13 Revert "This CL updates the cmake files to use go run directly." by Dan Sinclair · 1 year, 6 months ago
  84. 9cbc7e1 Implement const-eval for `acos` by dan sinclair · 1 year, 6 months ago
  85. b3518d8 Implement const eval of `abs` by dan sinclair · 1 year, 6 months ago
  86. 5ae03c2 Revert "Scaffolding for generation of intrinsics files." by Dan Sinclair · 1 year, 6 months ago
  87. 11f0c52 tint: const eval of extractBits by Antonio Maiorano · 1 year, 6 months ago
  88. 58eca19 Add const-eval for `all`. by dan sinclair · 1 year, 6 months ago
  89. aa4b64f tint/utils: Optimise HashmapBase::Scan() by Ben Clayton · 1 year, 6 months ago
  90. 6e3f9fa Roll third_party/webgpu-cts/ 0439f3ed8..074471be8 (3 commits) by Ben Clayton · 1 year, 6 months ago
  91. 61d6d21 Byte counting WriteBuffer/Texture to submit by jchen10 · 1 year, 6 months ago
  92. e8dd681 Provide origin info for ExternalTexture by Yan,Shaobo · 1 year, 6 months ago
  93. c6b3814 tint/transform: Refactor transforms by Ben Clayton · 1 year, 6 months ago
  94. de6db38 Roll ANGLE from e3d0bee63fe9 to a48a2c7a277a (8 revisions) by Dawn Autoroller · 1 year, 6 months ago
  95. a5d956a Roll SwiftShader from da2edceb04a8 to a113fba5d946 (1 revision) by Dawn Autoroller · 1 year, 6 months ago
  96. 336f353 tint: const eval of insertBits by Antonio Maiorano · 1 year, 6 months ago
  97. e372511 tint/utils: Rework Hashmap / Hashset by Ben Clayton · 1 year, 6 months ago
  98. 9535f72 tint/validator: Hint 'var' instead of 'const' by Ben Clayton · 1 year, 6 months ago
  99. fd9c3fe tint/uniforimty: Remove short-circuit special-case by James Price · 1 year, 6 months ago
  100. c81f9dc tint: Implement const-eval of quantizeToF16 by Ben Clayton · 1 year, 6 months ago