1. 2b7406a [tint] Remove ast:: prefixes from AST transforms by James Price · 1 year, 10 months ago
  2. b4acbb8 [tint] Introduce an ast::transform namespace by James Price · 1 year, 10 months ago
  3. 7d2e204 [tint] Move AST transforms to a subdirectory by James Price · 1 year, 10 months ago[Renamed (98%) from src/tint/transform/pad_structs.cc]
  4. bc9e422 tint: Use type::Struct where possible by Ben Clayton · 1 year, 10 months ago
  5. d026e13 Remove `SymbolTable::NameFor` by dan sinclair · 1 year, 11 months ago
  6. 8ef7311 tint: validate max number of members in a struct by Antonio Maiorano · 2 years ago
  7. 54a104e tint: Update constructor / conversion terminology by Ben Clayton · 2 years ago
  8. 2a65163 Move type::AddressSpace to builtin/ by dan sinclair · 2 years ago
  9. 971318f tint: Replace all remaining AST types with ast::Type by Ben Clayton · 2 years, 1 month ago
  10. 01ac21c tint: Rename ProgramBuilder::Construct() to Call() by Ben Clayton · 2 years, 1 month ago
  11. ef1811a tint: static_assert that Sem.Get() template arg is needed by Ben Clayton · 2 years, 1 month ago
  12. 18b2158 Move ast/address_space to type/ by dan sinclair · 2 years, 1 month ago
  13. 946858a Move array to type/ by dan sinclair · 2 years, 3 months ago
  14. 5f764d8 Move type base classes into type/ folder. by dan sinclair · 2 years, 3 months ago
  15. 15e7f94 Remove ArrayCount helpers. by dan sinclair · 2 years, 3 months ago chromium/5454
  16. c6b3814 tint/transform: Refactor transforms by Ben Clayton · 2 years, 4 months ago
  17. 6e77b47 Update internals to initializer instead of constructor. by dan sinclair · 2 years, 4 months ago
  18. ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 5 months ago
  19. 78f8067 Fix overrides in array size. by dan sinclair · 2 years, 5 months ago
  20. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 6 months ago