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