1. af4dde7 [tint][glsl] Use tint::Result for Generate() by James Price · 1 year, 8 months ago
  2. ec4dbe7 [tint][hlsl] Use tint::Result for Generate() by James Price · 1 year, 8 months ago
  3. bdb59e7 infra: add $build/reclient properties by Austin Eng · 1 year, 8 months ago
  4. 5513af3 Add everyone as an OWNER of .gitignore by Austin Eng · 1 year, 8 months ago
  5. 6e209ea [tint][msl] Use tint::Result for Generate() by James Price · 1 year, 8 months ago
  6. ee7f8ac [fuzzer] Do not get generated SPIR-V on failure by James Price · 1 year, 8 months ago
  7. ff5d8b5 Switch libcxx paths from trunk -> src. by Joanna Wang · 1 year, 8 months ago
  8. c2f7b3c Print the error message before calling BreakPoint() by Peng Huang · 1 year, 8 months ago
  9. 67d7e04 [ir][msl] Add support for `if` statements by dan sinclair · 1 year, 8 months ago
  10. 3d0d6d5 [ir][msl] Add `return` support by dan sinclair · 1 year, 8 months ago chromium/5927
  11. c6864c3 Roll ANGLE from b53d99d87e6a to 5d4b3645d0dc (1 revision) by Dawn Autoroller · 1 year, 8 months ago chromium/5926
  12. 7ea2202 Make GetWeakRef a friend function by Austin Eng · 1 year, 8 months ago
  13. ba41a45 d3d11: fix a crash during EnumerateAdapters() by Peng Huang · 1 year, 8 months ago
  14. 7d98285 Avoid recursive lock with multisample workaround by Brandon Jones · 1 year, 8 months ago
  15. dc63aa4 BGL refactoring to allow for auto pipelines to use cache better. by Loko Kung · 1 year, 8 months ago
  16. 9a42f69 [ir] Remove ir::Transform base class by James Price · 1 year, 8 months ago
  17. a45d197 [ir] Convert RenameConflicts to a free function by James Price · 1 year, 8 months ago
  18. fddd50c [ir] Convert AddEmptyEntryPoint to a free function by James Price · 1 year, 8 months ago
  19. 31b7a90 [ir] Convert BlockDecoratedStructs to a free function by James Price · 1 year, 8 months ago
  20. 196e8d6 [ir] Convert BuiltinPolyfillSpirv to a free function by James Price · 1 year, 8 months ago
  21. de3428d [ir] Convert DemoteToHelper to a free function by James Price · 1 year, 8 months ago
  22. 29c44be [ir] Convert ExpandImplicitSplats to a free function by James Price · 1 year, 8 months ago
  23. acee9b6 [ir] Convert HandleMatrixArithmetic to a free function by James Price · 1 year, 8 months ago
  24. f28c9ad [ir] Convert MergeReturn to a free function by James Price · 1 year, 8 months ago
  25. 0dfe0d6 [ir] Convert ShaderIOSpirv to a free function by James Price · 1 year, 8 months ago
  26. f1e5106 [ir] Convert Std140 to a free function by James Price · 1 year, 8 months ago
  27. 7d03c48 [ir][spirv-writer] Add BindingRemapper transform by James Price · 1 year, 8 months ago
  28. 8965615 Roll vulkan-deps from b6144d9f8f09 to 5adeb7151c79 (27 revisions) by dawn-autoroll · 1 year, 8 months ago
  29. 3a4bd14 GLES: allow clients to pass an explicit EGLDisplay. by Stephen White · 1 year, 8 months ago
  30. db46be1 [ir] Convert VarForDynamicIndex to a free function by James Price · 1 year, 8 months ago chromium/5925
  31. f7aa9e7 Roll SwiftShader from 9fbca2df22a8 to 729e92f8ae07 (1 revision) by Dawn Autoroller · 1 year, 8 months ago
  32. 9e338f1 Remove "enable_arc2" from Dawn by Avi Drissman · 1 year, 8 months ago
  33. ae32ef4 [tint] Add subgroup builtin inputs by James Price · 1 year, 8 months ago
  34. f461b17 [spirv-writer] Add support for subgroupBallot by James Price · 1 year, 8 months ago
  35. 9284235 Roll ANGLE from 4e0250f1926d to b53d99d87e6a (2 revisions) by Dawn Autoroller · 1 year, 8 months ago
  36. bdbf580 [spirv-writer] Remove diag::List from Printer by James Price · 1 year, 8 months ago
  37. 85b138e [spirv-writer] Use tint::Result for Generate() by James Price · 1 year, 8 months ago
  38. 77980d1 [tint] Add subgroupBallot to the intrinsics table by James Price · 1 year, 8 months ago
  39. 3b97fc4 [tint] Add chromium_experimental_subgroups by James Price · 1 year, 8 months ago
  40. a1c7817 Roll DirectX Shader Compiler from abe45fa59810 to 212a2bf3c3e1 (1 revision) by Dawn Autoroller · 1 year, 8 months ago
  41. 029239c Moves ObjectCachingTest into unittest/validation. by Loko Kung · 1 year, 8 months ago
  42. d13a061 [tint] Add more info to ICE errors by Ben Clayton · 1 year, 8 months ago chromium/5924
  43. d368f2c [tint] Use consistent file pattern for test files by Ben Clayton · 1 year, 8 months ago
  44. 34c8e57 [tint] Shuffle to break last circular dependencies by Ben Clayton · 1 year, 8 months ago
  45. 67fc590 [tint] Move utils/generation_id to utils/id/generation by Ben Clayton · 1 year, 8 months ago
  46. 7dc8619 [tint] Flatten ast/transform/utils into ast/transform by Ben Clayton · 1 year, 8 months ago
  47. 7fd1c2a [tint] Move utils/text/text_generator to utils/generator by Ben Clayton · 1 year, 8 months ago
  48. 16be11d [tint] Extract out string conversion utils from utils/text by Ben Clayton · 1 year, 8 months ago
  49. 431aa3e [tint] Move common glsl/writer code to glsl/writer/common by Ben Clayton · 1 year, 8 months ago
  50. 4514677 [tint] Move common msl/writer code to msl/writer/common by Ben Clayton · 1 year, 8 months ago
  51. 7502163 [tint] Move common hlsl/writer code to hlsl/writer/common by Ben Clayton · 1 year, 8 months ago
  52. e95c77a [tint] Move common spirv/writer code to spirv/writer/common by Ben Clayton · 1 year, 8 months ago
  53. dc68d5c [tint] Move utils/text/symbol* to utils/symbol by Ben Clayton · 1 year, 8 months ago
  54. f3921a6 Roll ANGLE from fb37e0542c7c to 4e0250f1926d (11 revisions) by Dawn Autoroller · 1 year, 8 months ago
  55. 464bb41 WireDeviceLifetimeTests: Use the Null backend. by Corentin Wallez · 1 year, 8 months ago
  56. 437a088 Roll DirectX Shader Compiler from a7efdffcac43 to abe45fa59810 (1 revision) by Dawn Autoroller · 1 year, 8 months ago
  57. dd1e08d Vulkan: Fix minimum vulkan version computation by Jiawei Shao · 1 year, 8 months ago
  58. 9a35083 Support sampling the stencil component by jchen10 · 1 year, 8 months ago chromium/5923
  59. dfbd3b1 Move Device's serial management to ExecutionQueueBase by Corentin Wallez · 1 year, 8 months ago
  60. 7a413ba Roll ANGLE from 143fa68f50b7 to fb37e0542c7c (1 revision) by Dawn Autoroller · 1 year, 8 months ago
  61. 8832a82 Roll ANGLE from 0abd6f549ff1 to 143fa68f50b7 (1 revision) by Dawn Autoroller · 1 year, 8 months ago chromium/5920 chromium/5921 chromium/5922
  62. 915ceca [tint] Don't resolve moving from ProgramBuilder -> Program by Ben Clayton · 1 year, 8 months ago chromium/5919
  63. 6f8cb5f [ir] Add a Builder::LoopRange helper by James Price · 1 year, 8 months ago
  64. ae18c41 [tint][wgsl] Split CloneContext into two by Ben Clayton · 1 year, 8 months ago
  65. 059ab69 Remove stale WebGPU CTS expectations by Expectation File Editor · 1 year, 8 months ago
  66. d1f5c26 [tint][wgsl] Split ast::Builder from ProgramBuilder by Ben Clayton · 1 year, 8 months ago chromium/5918
  67. ce4c163 Set eol=lf for .mm files by Kai Ninomiya · 1 year, 8 months ago
  68. 0435ca7 Roll ANGLE from 99f1178a9e81 to 0abd6f549ff1 (4 revisions) by Dawn Autoroller · 1 year, 8 months ago
  69. 0a6f408 [ir][spirv-writer] Match std140 layout rules by James Price · 1 year, 8 months ago
  70. 9c01b47 Roll DirectX Shader Compiler from 0033aa85b55d to a7efdffcac43 (3 revisions) by Dawn Autoroller · 1 year, 8 months ago
  71. 6891960 [tint] Make LHS of operator << generic. by Ben Clayton · 1 year, 8 months ago
  72. 0740cf8 [tint] Fix a load of doxygen warnings by Ben Clayton · 1 year, 8 months ago
  73. d5aed4b Split mutiple resolves into separate passes on ARM by Brandon Jones · 1 year, 8 months ago
  74. 6cecb17 Remove now unused CopyTextureToTextureInternal by Corentin Wallez · 1 year, 8 months ago
  75. f848af2 [tint] Separate out fatal macros from diagnostics by Ben Clayton · 1 year, 8 months ago
  76. bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 8 months ago chromium/5917
  77. 8e97ab7 Roll vulkan-deps from 8c3595cab2ef to b6144d9f8f09 (8 revisions) by dawn-autoroll · 1 year, 8 months ago
  78. fe0c19e [tint] Add empty SuccessType to utils/result/ by James Price · 1 year, 8 months ago
  79. c7a6460 Roll ANGLE from 13842e1c3343 to 99f1178a9e81 (3 revisions) by Dawn Autoroller · 1 year, 8 months ago
  80. 69c19e77 [tint] Use diag::List::str() by Ben Clayton · 1 year, 8 months ago
  81. ca4fbc3 Fix gerrit credential for cts roller in tools by Li Hao · 1 year, 8 months ago
  82. 5eca245 Roll DirectX Shader Compiler from 65aa41f9b62d to 0033aa85b55d (5 revisions) by Dawn Autoroller · 1 year, 8 months ago
  83. 2b228f35 Remove stale TODOs in CopyTextureForBrowser and ExternalTexture by Yan,Shaobo · 1 year, 8 months ago chromium/5916
  84. 513933e [tint] Fix AFloat vector greater-than-equal by James Price · 1 year, 8 months ago
  85. db33835 Roll vulkan-deps from 3b2eb00f9e95 to 8c3595cab2ef (3 revisions) by dawn-autoroll · 1 year, 8 months ago
  86. 5905d92 Remove unecessary use of Str in DEPS by Corentin Wallez · 1 year, 8 months ago
  87. ee467b3 Roll ANGLE from af5bf5b8245e to 13842e1c3343 (4 revisions) by Dawn Autoroller · 1 year, 8 months ago
  88. eb66431 [shuffle] Move spirv reader to new structure. by dan sinclair · 1 year, 8 months ago
  89. f059e85 Roll DirectX Shader Compiler from b97f9b938807 to 65aa41f9b62d (1 revision) by Dawn Autoroller · 1 year, 8 months ago
  90. dc75b2f d3d11: Suppress Intel Gen12 specific fails by jchen10 · 1 year, 8 months ago
  91. 3487431 Adds UMA histograms for pipeline compilations in Dawn. by Loko Kung · 1 year, 8 months ago chromium/5915
  92. dc86eb7 Suppress flaky WebGPU CTS tests on Mac AMD. by Yuly Novikov · 1 year, 8 months ago
  93. 7b7fe13 Require Vulkan 1.1 on Windows by Austin Eng · 1 year, 8 months ago
  94. 4c95f32 Adds UMA histograms for shader compilations in Dawn. by Loko Kung · 1 year, 8 months ago
  95. 7c7531e [node] implement several UNIMPLEMENTED methods by Gus Caplan · 1 year, 8 months ago
  96. 32540c4 [tint] Move ToProgram to wgsl/writer by Ben Clayton · 1 year, 8 months ago
  97. fd73b82 [tint] Move FromProgram to wgsl/reader by Ben Clayton · 1 year, 8 months ago
  98. 840560c Roll vulkan-deps from 1b02b3821524 to 3b2eb00f9e95 (7 revisions) by dawn-autoroll · 1 year, 8 months ago
  99. ccffa3d Roll ANGLE from 58cb5c8396a3 to af5bf5b8245e (2 revisions) by Dawn Autoroller · 1 year, 8 months ago chromium/5914
  100. ecbb3ec [ir] Rename Builder::With() to Builder::Append() by James Price · 1 year, 8 months ago