1. 27c7722 Cleanup WGSL writer. by dan sinclair · 1 year, 10 months ago
  2. 8a435a2 Remove `error` from TextGenerator. by dan sinclair · 1 year, 10 months ago
  3. 88fea2a Convert the WGSL generator to utils::StringStream. by dan sinclair · 1 year, 11 months ago
  4. 2a65163 Move type::AddressSpace to builtin/ by dan sinclair · 1 year, 11 months ago
  5. b6cc4cb Move type/access to builtin. by dan sinclair · 1 year, 11 months ago
  6. 3085e23 Move SamplerKind out of ast and into type. by dan sinclair · 2 years ago
  7. 61c16eb Move ast/access to type/access. by dan sinclair · 2 years ago
  8. 18b2158 Move ast/address_space to type/ by dan sinclair · 2 years ago
  9. 6e77b47 Update internals to initializer instead of constructor. by dan sinclair · 2 years, 3 months ago
  10. ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 4 months ago
  11. be4c9f4 Convert @group to an expression by dan sinclair · 2 years, 5 months ago chromium/5270
  12. f9b831c Convert @binding to an expression by dan sinclair · 2 years, 5 months ago
  13. 58794ae tint::ProgramBuilder: Simplify variable constructors by Ben Clayton · 2 years, 5 months ago
  14. 783b169 tint/ast: Migrate to utils::Vector by Ben Clayton · 2 years, 6 months ago
  15. 5286ea9 tint: Disallow write-only storage buffers by dan sinclair · 2 years, 7 months ago
  16. 3a2a279 Fixup various warnings in Tint which were accidentally suppressed. by dan sinclair · 2 years, 7 months ago
  17. fcf9fdc tint/writer/wgsl: Emit 'const' variables by Ben Clayton · 2 years, 7 months ago chromium/5145
  18. 01208e7 tint: Rename Global() -> GlobalVar() by Ben Clayton · 2 years, 7 months ago
  19. 8bd5fec tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions by Ben Clayton · 2 years, 8 months ago
  20. 0a3cda9 tint: Replace all ProgramBuilder float literals with '_f' suffix by Ben Clayton · 2 years, 9 months ago
  21. 41e4d9a Consistent formatting for Dawn/Tint. by dan sinclair · 2 years, 9 months ago chromium/5038 chromium/5039
  22. e85fe16 tint: ProgramBuilder: Rename Const() to Let() by Ben Clayton · 2 years, 9 months ago
  23. 9f54a51 Condense namespaces in tint/writer/wgsl. by dan sinclair · 2 years, 10 months ago
  24. 8bcecf3 Remove @block attribute by James Price · 2 years, 10 months ago
  25. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years ago