- 6c098ba tint: Implement constant expression structures by Ben Clayton · 2 years, 9 months ago
- 51719cc tint: Fix SPIR-V validation around interpolation decorations by Ben Clayton · 2 years, 9 months ago
- 66d4f6e tint/writer/spirv: Support for F16 type, constructor, and convertor by Zhaoming Jiang · 2 years, 9 months ago
- 0d3d321 tint/writer/glsl: Support for F16 type, constructor, and convertor by Zhaoming Jiang · 2 years, 9 months ago
- 63e6f82 tint/resolver: Evaluate const-expr swizzles by Ben Clayton · 2 years, 9 months ago
- 760c399 Delete tests with invalid SPIR-V inputs by David Neto · 2 years, 9 months ago
- 5286ea9 tint: Disallow write-only storage buffers by dan sinclair · 2 years, 9 months ago
- c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 9 months ago chromium/5150
- 03f88e6 test/tint/expressions/type_ctor: Use 'var' instead of 'let' by Ben Clayton · 2 years, 9 months ago
- d23f296 tint: Implement acosh, asinh, atanh by dan sinclair · 2 years, 9 months ago
- 6058882 tint/resolver: Add f16 types, constructor, and conversions by Zhaoming Jiang · 2 years, 9 months ago chromium/5149
- 53af158 tint/reader: Allow module-scope 'var' type inferencing by Ben Clayton · 2 years, 9 months ago
- 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 2 years, 9 months ago
- 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 2 years, 9 months ago
- ce466c0 tint: spir-v writer: Fix matrix constructor from matrix variable by Antonio Maiorano · 2 years, 9 months ago
- bd8449f tint/test: Regenerate expectations by Ben Clayton · 2 years, 9 months ago chromium/5142
- b4ff8c8 tint/resolver: Simplify array size evaluation by Ben Clayton · 2 years, 9 months ago
- 268d7b8 tint: Add support for atomic ops to spirv reader by Antonio Maiorano · 2 years, 9 months ago
- 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 9 months ago
- c5f7e8f tint: Fix emitting identity matrix ctor in HLSL by Zhaoming Jiang · 2 years, 9 months ago
- f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 9 months ago
- 3c05430 tint/sem: Support arrays for sem::Constant by Ben Clayton · 2 years, 9 months ago
- 5041480 tint/writer: Clean up EmitConstant() methods by Ben Clayton · 2 years, 9 months ago
- 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, 10 months ago
- dcdf66e tint/ast: Derive off `ast::Variable` by Ben Clayton · 2 years, 10 months ago
- 4b88dbc Fixup continue support in while loops. by dan sinclair · 2 years, 10 months ago chromium/5125
- 49d1a2d Add while statement parsing. by dan sinclair · 2 years, 10 months ago
- 3e38d7e tint: Remove support for smoothStep builtin by James Price · 2 years, 10 months ago
- b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 10 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, 11 months ago
- 2081ee4 tint: Add sem::Materialize by Ben Clayton · 2 years, 11 months ago
- 7f2b8cd tint: Refactor Extensions / Enables. by Ben Clayton · 2 years, 11 months ago
- e0ff664 tint: Add sem::Type::ConversionRank() by Ben Clayton · 2 years, 11 months ago
- 3b5edf1 tint: Add matrix identify and single-scalar ctors by Ben Clayton · 2 years, 11 months ago
- e6b6777 tint: Fix MSL generation of '&' and '|' with booleans by Ben Clayton · 2 years, 11 months ago
- 35f0fca tint/uniformity: Use non-recursive graph traversal by James Price · 2 years, 11 months ago
- a89ff59 tint: Show where control flow became non-uniform by James Price · 2 years, 11 months ago
- 62bfd31 tint: Implement `f16` keyword in Tint frontend by Zhaoming Jiang · 2 years, 11 months ago
- 7dd0ab7 tint: Show the source of non-uniformity by James Price · 2 years, 11 months ago
- 9c03abf tint: Show the reason for a uniformity requirement by James Price · 2 years, 11 months ago
- be656f7 tint: Implement uniformity analaysis by James Price · 2 years, 11 months ago
- 791b435 tint: Add transform to disable uniformity analysis by James Price · 2 years, 11 months ago
- 41285aa tint: Lex different tokens for float suffixes by Ben Clayton · 2 years, 11 months ago
- 6c9e475 tint: Support dot4I8Packed and dot4U8Packed in sem by Jiawei Shao · 2 years, 11 months ago
- e6e96de tint: Add operator support to intrinsic-gen by Ben Clayton · 2 years, 11 months ago
- e132516 tint: Rename and move builtin_table and builtin-gen by Ben Clayton · 2 years, 11 months ago
- 0ce9ab0 tint: Change all ProgramBuilder literals to 'i' or 'u' suffix by Ben Clayton · 2 years, 11 months ago
- c188ca6 tint: add --overrides flag to specify pipeline overrides by Antonio Maiorano · 2 years, 11 months ago
- 7cbd820 tint: Add Bitcast helper by Ben Clayton · 2 years, 11 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 · 3 years ago
- b909d55 tint: Update SKIP lines with specific FXC bug by Antonio Maiorano · 3 years ago
- bdd2bc9 tint: Update SKIP line for specific DXC failure by Antonio Maiorano · 3 years ago
- 98685f3 tint: delete e2e tests that fail because Tint detects infinite loops by Antonio Maiorano · 3 years ago
- b52c8a4 tint: delete e2e test for bug/tint/807 by Antonio Maiorano · 3 years ago
- 26ebe5e tint: Refactor if-else statement representation by James Price · 3 years ago
- 01004b7 tint: Remove '_type' suffix from file names by Ben Clayton · 3 years ago
- 617570a tint/writer: Replace scope_stack_, fix type ctor scoping. by Ben Clayton · 3 years ago chromium/5032
- 0da5e8b tint: regen skips for hlsl files that were missing error message in the output by Antonio Maiorano · 3 years ago
- 046abc0 tint/writer: Replace use of strings for cache keys by Ben Clayton · 3 years ago
- 7098d3d tint: Add enable directive for extensions by Zhaoming Jiang · 3 years ago
- d3a5080 Fixup validator tests added during split from resolver. by dan sinclair · 3 years ago
- 1d882f5 Revert "Add External Texture Gamma/Gamut Correction" by Ben Clayton · 3 years ago
- 857175e Add External Texture Gamma/Gamut Correction by Brandon Jones · 3 years ago
- 790e4c2 GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. by Stephen White · 3 years ago
- 98eb169 tint: Track originating variables in the resolver by James Price · 3 years ago
- 6cb57a9 Change External Texture YUV-to-RGB Conversion to Use Matrix by Brandon Jones · 3 years ago
- b3483b6 Fix test expectation missing blank line. by dan sinclair · 3 years ago
- fb5a492 Fix inclusive language presubmit by dan sinclair · 3 years 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