- c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 7 months ago chromium/5150
- 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 2 years, 7 months ago
- 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 2 years, 7 months ago
- 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 7 months ago
- f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 7 months ago
- 3c05430 tint/sem: Support arrays for sem::Constant by Ben Clayton · 2 years, 7 months ago
- 5041480 tint/writer: Clean up EmitConstant() methods by Ben Clayton · 2 years, 7 months ago
- c1cb9dc tint/resolver: Evaluate constant index accessors by Ben Clayton · 2 years, 7 months ago
- dcdf66e tint/ast: Derive off `ast::Variable` by Ben Clayton · 2 years, 7 months ago
- b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 7 months ago chromium/5108
- f25140f tint: fix emitting duplicate structs for atomicCompareExchangeWeak by Antonio Maiorano · 2 years, 7 months ago
- b1d5bc8 tint: Add tests showing tint:1332 is fixed by Ben Clayton · 2 years, 7 months ago chromium/5098
- 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 7 months ago
- e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 7 months ago
- cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 7 months ago
- 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 8 months ago
- 37d92ca tint/spirv: Fix atomicCompareExchangeWeak by James Price · 2 years, 8 months ago
- 8bd5fec tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions by Ben Clayton · 2 years, 8 months ago
- 08f4b55 Implement atomicCompareExchangeWeak returning struct instead of vec2 by Antonio Maiorano · 2 years, 8 months ago chromium/5096
- 572eaf2 tint: Remove ConversionFailure::kTooSmall by Ben Clayton · 2 years, 8 months ago
- e6b6777 tint: Fix MSL generation of '&' and '|' with booleans by Ben Clayton · 2 years, 8 months ago
- 35f0fca tint/uniformity: Use non-recursive graph traversal by James Price · 2 years, 8 months ago
- a89ff59 tint: Show where control flow became non-uniform by James Price · 2 years, 8 months ago
- 7dd0ab7 tint: Show the source of non-uniformity by James Price · 2 years, 8 months ago
- 9c03abf tint: Show the reason for a uniformity requirement by James Price · 2 years, 8 months ago
- be656f7 tint: Implement uniformity analaysis by James Price · 2 years, 8 months ago
- 0ce9ab0 tint: Change all ProgramBuilder literals to 'i' or 'u' suffix by Ben Clayton · 2 years, 8 months ago
- 06496d4 tint/reader/spirv: Generate 'i' suffixed literals by Ben Clayton · 2 years, 8 months ago
- b52c8a4 tint: delete e2e test for bug/tint/807 by Antonio Maiorano · 2 years, 9 months ago
- 617570a tint/writer: Replace scope_stack_, fix type ctor scoping. by Ben Clayton · 2 years, 9 months ago chromium/5032
- 790e4c2 GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. by Stephen White · 2 years, 9 months ago
- b3483b6 Fix test expectation missing blank line. by dan sinclair · 2 years, 9 months ago
- fb5a492 Fix inclusive language presubmit by dan sinclair · 2 years, 9 months ago
- 4d36557 Normalize all line endings to LF by Ben Clayton · 2 years, 9 months ago
- 9d27aaa Always use 0 for the Depth operand of OpTypeImage by Jiawei Shao · 2 years, 9 months ago chromium/4992
- 66d6668 Implement discard semantics by Antonio Maiorano · 2 years, 10 months ago
- 3b671cb wgsl: Separate struct members with commas by James Price · 2 years, 10 months ago
- 1006b06 Add e2e test for crbug.com/tint/1118 by Antonio Maiorano · 2 years, 10 months ago
- 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 2 years, 10 months ago
- bcd9ad2 Remove isNan, isInf, isFinite, and isNormal by James Price · 2 years, 10 months ago
- 66abf3e GLSL: don't emit structs w/runtime-sized arrays. by Stephen White · 2 years, 11 months ago
- 59f1e8d GLSL: special-case BinaryOp::kModulo for floating point. by Stephen White · 2 years, 11 months ago
- 7028077 GLSL: implement inverseSqrt() and update test expectations. by Stephen White · 2 years, 11 months ago
- 2a02b68 GLSL: implement fract() builtin function. by Stephen White · 2 years, 11 months ago
- ba4d6ab GLSL: implement derivative instructions. by Stephen White · 2 years, 11 months ago
- 6661b28 Delete Single-Plane External Texture Transform by Brandon Jones · 2 years, 11 months ago
- dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 2 years, 11 months ago