- c1cb9dc tint/resolver: Evaluate constant index accessors by Ben Clayton · 2 years, 9 months ago
- f99671b tint: spir-v reader: fix atomicCompareExchangeWeak with var comparator by Antonio Maiorano · 2 years, 9 months ago chromium/5139
- ef62b58 Skip Gamma and Gamut conversions for BT.709->SRGB by jchen10 · 2 years, 9 months ago
- 42fdeb2 Remove test/tint/BUILD.gn by dan sinclair · 2 years, 9 months ago
- 889a499 Remove test/tint/BUILD.gn. by dan sinclair · 2 years, 9 months ago
- dcdf66e tint/ast: Derive off `ast::Variable` by Ben Clayton · 2 years, 9 months ago
- 4b88dbc Fixup continue support in while loops. by dan sinclair · 2 years, 9 months ago chromium/5125
- 49d1a2d Add while statement parsing. by dan sinclair · 2 years, 9 months ago
- 3e38d7e tint: Remove support for smoothStep builtin by James Price · 2 years, 9 months ago
- b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 9 months ago chromium/5108
- f25140f tint: fix emitting duplicate structs for atomicCompareExchangeWeak by Antonio Maiorano · 2 years, 10 months ago
- f0c150b Add parsing of shorter stage attributes. by dan sinclair · 2 years, 10 months ago
- c0af5c5 tint: Add builtin tests for arguments passed by var by Ben Clayton · 2 years, 10 months ago
- eb29f81 tint: Shuffle builtin test directories by Ben Clayton · 2 years, 10 months ago
- b1d5bc8 tint: Add tests showing tint:1332 is fixed by Ben Clayton · 2 years, 10 months ago chromium/5098
- e593585 tint/transform: Remove FoldConstants by Ben Clayton · 2 years, 10 months ago
- 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
- e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
- cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
- 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
- 37d92ca tint/spirv: Fix atomicCompareExchangeWeak by James Price · 2 years, 10 months ago
- 16175ac tint: Remove use of inf / nans from e2e tests by Ben Clayton · 2 years, 10 months ago
- 8bd5fec tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions by Ben Clayton · 2 years, 10 months ago
- 08f4b55 Implement atomicCompareExchangeWeak returning struct instead of vec2 by Antonio Maiorano · 2 years, 10 months ago chromium/5096
- 572eaf2 tint: Remove ConversionFailure::kTooSmall by Ben Clayton · 2 years, 10 months ago
- b0d9c15 tint: Remove skips for tests that now pass latest DXC by Antonio Maiorano · 2 years, 10 months ago
- 9707e6b tint: Rework sem::Constant to be variant-of-vector by Ben Clayton · 2 years, 10 months ago
- c2eccfc tint: Add more helpers to tint::Number by Ben Clayton · 2 years, 10 months ago
- 3c83be8 tint: Add utils::Result by Ben Clayton · 2 years, 10 months ago
- 932418e tint: Implement abstract-numeric materialization by Ben Clayton · 2 years, 10 months ago
- ab4c035 tint: fix HLSL countOneBits and reverseBits for i32 args by Antonio Maiorano · 2 years, 10 months ago
- 2081ee4 tint: Add sem::Materialize by Ben Clayton · 2 years, 10 months ago
- 7f2b8cd tint: Refactor Extensions / Enables. by Ben Clayton · 2 years, 10 months ago
- e0ff664 tint: Add sem::Type::ConversionRank() 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
- e6b6777 tint: Fix MSL generation of '&' and '|' with booleans by Ben Clayton · 2 years, 10 months ago
- 35f0fca tint/uniformity: Use non-recursive graph traversal by James Price · 2 years, 10 months ago
- a89ff59 tint: Show where control flow became non-uniform by James Price · 2 years, 10 months ago
- 62bfd31 tint: Implement `f16` keyword in Tint frontend by Zhaoming Jiang · 2 years, 10 months ago
- 7dd0ab7 tint: Show the source of non-uniformity by James Price · 2 years, 10 months ago
- 9c03abf tint: Show the reason for a uniformity requirement by James Price · 2 years, 10 months ago
- be656f7 tint: Implement uniformity analaysis by James Price · 2 years, 10 months ago
- 791b435 tint: Add transform to disable uniformity analysis by James Price · 2 years, 10 months ago
- 41285aa tint: Lex different tokens for float suffixes by Ben Clayton · 2 years, 10 months ago
- 6c9e475 tint: Support dot4I8Packed and dot4U8Packed in sem by Jiawei Shao · 2 years, 10 months ago
- e6e96de tint: Add operator support to intrinsic-gen by Ben Clayton · 2 years, 10 months ago
- e132516 tint: Rename and move builtin_table and builtin-gen by Ben Clayton · 2 years, 10 months ago
- 0ce9ab0 tint: Change all ProgramBuilder literals to 'i' or 'u' suffix by Ben Clayton · 2 years, 10 months ago
- c188ca6 tint: add --overrides flag to specify pipeline overrides by Antonio Maiorano · 2 years, 10 months ago
- 7cbd820 tint: Add Bitcast helper by Ben Clayton · 2 years, 10 months ago chromium/5046
- 06496d4 tint/reader/spirv: Generate 'i' suffixed literals by Ben Clayton · 2 years, 11 months ago
- 8822e29 tint: Merge [S|U]intLiteralExpression by Ben Clayton · 2 years, 11 months ago
- 7212ad3 tint: Don't generate 'smoothStep' tests by Ben Clayton · 2 years, 11 months ago
- 4e98fb0 Factor out code to flatten bindings for msl by Antonio Maiorano · 2 years, 11 months ago
- 41cbf02 Reland ExternalTexture Gamma/Gamut Correction by Brandon Jones · 2 years, 11 months ago
- b909d55 tint: Update SKIP lines with specific FXC bug by Antonio Maiorano · 2 years, 11 months ago
- bdd2bc9 tint: Update SKIP line for specific DXC failure by Antonio Maiorano · 2 years, 11 months ago
- 98685f3 tint: delete e2e tests that fail because Tint detects infinite loops by Antonio Maiorano · 2 years, 11 months ago
- b52c8a4 tint: delete e2e test for bug/tint/807 by Antonio Maiorano · 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
- 617570a tint/writer: Replace scope_stack_, fix type ctor scoping. by Ben Clayton · 2 years, 11 months ago chromium/5032
- 0da5e8b tint: regen skips for hlsl files that were missing error message in the output by Antonio Maiorano · 2 years, 11 months ago
- 046abc0 tint/writer: Replace use of strings for cache keys by Ben Clayton · 2 years, 11 months ago
- 7098d3d tint: Add enable directive for extensions by Zhaoming Jiang · 2 years, 11 months ago
- d3a5080 Fixup validator tests added during split from resolver. by dan sinclair · 2 years, 11 months ago
- 1d882f5 Revert "Add External Texture Gamma/Gamut Correction" by Ben Clayton · 2 years, 11 months ago
- 857175e Add External Texture Gamma/Gamut Correction by Brandon Jones · 2 years, 11 months ago
- 790e4c2 GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. by Stephen White · 2 years, 11 months ago
- 98eb169 tint: Track originating variables in the resolver 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
- b3483b6 Fix test expectation missing blank line. by dan sinclair · 2 years, 11 months ago
- fb5a492 Fix inclusive language presubmit by dan sinclair · 2 years, 11 months ago
- 0384932 tint: Replace smoothStep with smoothstep in tests by James Price · 3 years ago
- f625a6d tint: Make GLSL backend consistent with the others by Antonio Maiorano · 3 years ago
- 4d36557 Normalize all line endings to LF by Ben Clayton · 3 years ago
- 9d27aaa Always use 0 for the Depth operand of OpTypeImage by Jiawei Shao · 3 years ago chromium/4992
- 9f49ac5 tools: Replace copy-pasta scripts by Ben Clayton · 3 years ago
- d68d3a9 Add support for increment/decrement statements by James Price · 3 years ago
- b02fe31 wgsl: Add support for increment/decrement statements by James Price · 3 years ago
- 2f9e31c resolver: Validate increment/decrement statements by James Price · 3 years ago
- ebe9741 ast: Add an IncrementDecrementStatement node by James Price · 3 years ago
- b28d6c8 Remove lintcpp from presubmits since it fails on all Dawn files by Corentin Wallez · 3 years ago
- e87ac76 Merge remote-tracking branch 'tint/main' into HEAD by Ryan Harrison · 3 years ago tint-merge
- a730eb7 Add option to auto generate bindings for external textures by Antonio Maiorano · 3 years ago
- b7e560d GLSL: fix "uniform" qualifier on texture parameters. by Stephen White · 3 years ago
- 0e1f57cb glsl: Implement compound assignment by James Price · 3 years ago
- 16eeff3 spirv: Implement compound assignment by James Price · 3 years ago
- 508a966 hlsl: Implement compound assignment by James Price · 3 years ago
- 60107e7 msl: Implement compound assignment by James Price · 3 years ago
- b9b6e69 Add ExpandCompoundAssignment transform by James Price · 3 years ago
- 555c256 wgsl: Add support for compound assignment by James Price · 3 years ago
- c022ff5 resolver: Validate compound assignment statements by James Price · 3 years ago
- 4924186 ast: Add a CompoundAssignmentStatement node by James Price · 3 years ago
- 9d76aa7 Add proxies for Tint targets used by Chromium by Ryan Harrison · 3 years ago chromium/4977
- 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
- e6c7609 builtins: Add smoothstep, deprecate smoothStep by James Price · 3 years ago
- 2ec98d9 builtins: Use commas for struct members in tests by James Price · 3 years ago
- 66d6668 Implement discard semantics by Antonio Maiorano · 3 years ago