- aaa9ba3 tint: Simplify sem::Constant::Scalar by Ben Clayton · 2 years, 10 months ago
- 3b5edf1 tint: Add matrix identify and single-scalar ctors by Ben Clayton · 2 years, 10 months ago
- 62bfd31 tint: Implement `f16` keyword in Tint frontend by Zhaoming Jiang · 2 years, 10 months ago
- 791b435 tint: Add transform to disable uniformity analysis by James Price · 2 years, 10 months ago
- 0a3cda9 tint: Replace all ProgramBuilder float literals with '_f' suffix by Ben Clayton · 2 years, 10 months ago
- 0ce9ab0 tint: Change all ProgramBuilder literals to 'i' or 'u' suffix by Ben Clayton · 2 years, 11 months ago
- 8822e29 tint: Merge [S|U]intLiteralExpression by Ben Clayton · 2 years, 11 months ago
- 8aff0ed tint: Add ProgramBuilder::Else() helper by James Price · 2 years, 11 months ago
- 41e4d9a Consistent formatting for Dawn/Tint. by dan sinclair · 2 years, 11 months ago chromium/5038 chromium/5039
- 41cbf02 Reland ExternalTexture Gamma/Gamut Correction by Brandon Jones · 2 years, 11 months ago
- 26ebe5e tint: Refactor if-else statement representation by James Price · 2 years, 11 months ago
- 01004b7 tint: Remove '_type' suffix from file names by Ben Clayton · 2 years, 11 months ago
- e85fe16 tint: ProgramBuilder: Rename Const() to Let() by Ben Clayton · 2 years, 11 months ago
- f7ec85f Rename UniformConstant to Handle. by dan sinclair · 2 years, 11 months ago
- 7098d3d tint: Add enable directive for extensions by Zhaoming Jiang · 2 years, 11 months ago
- 1d882f5 Revert "Add External Texture Gamma/Gamut Correction" by Ben Clayton · 2 years, 11 months ago
- b52d740 D3D12: Indirect validation shader name cleanup and parameter merge by Enrico Galli · 2 years, 11 months ago
- 857175e Add External Texture Gamma/Gamut Correction by Brandon Jones · 2 years, 11 months ago
- a9d8da4 tint: Use resolved source var in LocalizeStructArrayAssignment by James Price · 2 years, 11 months ago
- aacad7c tint: Update FirstIndexOffsetTest expected results by James Price · 2 years, 11 months ago
- 6cb57a9 Change External Texture YUV-to-RGB Conversion to Use Matrix by Brandon Jones · 2 years, 11 months ago
- 45ec7c3 D3D12: Duplicate first/baseVertex on Draw[Indexed]Indirect by Enrico Galli · 2 years, 11 months ago
- f625a6d tint: Make GLSL backend consistent with the others by Antonio Maiorano · 3 years ago
- a7230f0 tint: Standardize the way we forward-declare by Ben Clayton · 3 years ago
- 3035399 tint: Fix copy instead of move of ArrayLengthFromUniform::used_size_indices by Antonio Maiorano · 3 years ago
- b5599d3 Condense namespaces in tint/transform. by dan sinclair · 3 years ago
- d68d3a9 Add support for increment/decrement statements by James Price · 3 years ago
- a730eb7 Add option to auto generate bindings for external textures by Antonio Maiorano · 3 years ago
- 0e1f57cb glsl: Implement compound assignment by James Price · 3 years ago
- b9b6e69 Add ExpandCompoundAssignment transform by James Price · 3 years ago
- 6bdbc4a HoistToDeclBefore: Add InsertBefore method by James Price · 3 years ago
- b349710 HLSL: workaround FXC error "continue cannot be used in a switch" by Antonio Maiorano · 3 years ago
- c2e9bb7 Factor out GetInsertionPoint to transform/utils by Antonio Maiorano · 3 years ago
- 66d6668 Implement discard semantics by Antonio Maiorano · 3 years ago
- 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
- dfc1a2c Remove support for the @stride attribute by James Price · 3 years ago
- 6bd90d6 Remove support for [[attribute]] syntax by James Price · 3 years ago
- 8bcecf3 Remove @block attribute by James Price · 3 years ago
- 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 3 years ago
- c25ddf4 PromoteSideEffectsToDecl: ensure order of evaluation by Antonio Maiorano · 3 years ago
- 1e8796d HoistToDeclBefore: add Prepare(const sem::Expression*) function by Antonio Maiorano · 3 years ago
- 30747f6 HoistToDeclBefore: revert hoisting of references by Antonio Maiorano · 3 years ago
- 41f8d2a Use 'final' specifier on leaf classes by Ben Clayton · 3 years ago
- dc0e31c sem: Remove Type::type_name. by Ben Clayton · 3 years ago
- 4391975 sem: Use UniqueAllocator for types by Ben Clayton · 3 years ago
- 4cb1329 Move BlockAllocator from src/tint to src/tint/utils by Ben Clayton · 3 years ago
- d100364 Cleaned up several DISABLED unit tests by James Price · 3 years ago
- 6661b28 Delete Single-Plane External Texture Transform by Brandon Jones · 3 years, 1 month ago
- fe08ba4 builtins: Add insertBits by Ben Clayton · 3 years, 1 month ago
- d868e86 builtins: Add extractBits by Ben Clayton · 3 years, 1 month ago
- 8169693 builtins: Add firstLeadingBit by Ben Clayton · 3 years, 1 month ago
- df3630c builtins: Add firstTrailingBit by Ben Clayton · 3 years, 1 month ago
- f8672d8 builtins: Add countTrailingZeros by Ben Clayton · 3 years, 1 month ago
- 27aa57c builtins: Add countLeadingZeros by Ben Clayton · 3 years, 1 month ago
- dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago