- 8155b9d Condense namespaces in tint/. by dan sinclair · 3 years ago
- 612a59b Condense namespaces in tint/reader. by dan sinclair · 3 years ago
- 258cbaf Condense namespaces in tint/reader/spirv. by dan sinclair · 3 years ago
- 34323ac Condense namespaces in tint/ast. by dan sinclair · 3 years ago
- aba5a21 Condense namespaces in tint/inspector. by dan sinclair · 3 years ago
- ebfbaf8 Add top-level OWNERS and scope Tint owners more tightly. by Corentin Wallez · 3 years ago
- 30a03d9 Condense namespaces in tint/reader/wgsl. by dan sinclair · 3 years ago
- 62a1d71 Condense namespaces in tint/fuzzers. by dan sinclair · 3 years ago
- d209379 Condense namespaces in tint/resolver. by dan sinclair · 3 years ago
- 7bc9ba1 Condense namespaces in tint/diagnostic. by dan sinclair · 3 years ago
- fe4bfd4 Condense namespaces in tint/utils. by dan sinclair · 3 years ago
- b5599d3 Condense namespaces in tint/transform. by dan sinclair · 3 years ago
- bb19d4a spirv: Remove AssembleFailure() tests by Antonio Maiorano · 3 years ago
- c990b3c Condense namespaces in tint/sem. by dan sinclair · 3 years ago
- 67e79fe Condense namespaces in tint/writer. by dan sinclair · 3 years ago
- c05f045 Condense namespaces in tint/val by dan sinclair · 3 years ago
- 5d59059 Condense namespaces in tint/writer/glsl. by dan sinclair · 3 years ago
- 6a5bef1 Condense namespaces in tint/writer/hlsl. by dan sinclair · 3 years ago
- 411d065 Condense namespaces in tint/writer/spirv. by dan sinclair · 3 years ago
- 9fe8260 Condense namespaces in tint/writer/msl. by dan sinclair · 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
- 9f54a51 Condense namespaces in tint/writer/wgsl. by dan sinclair · 3 years ago
- e72e42d Add Tint's .clang-format file to src/tint by James Price · 3 years ago
- e87ac76 Merge remote-tracking branch 'tint/main' into HEAD by Ryan Harrison · 3 years ago tint-merge
- 28674d7 AST fuzzer: reduce depth for unary wrapping by Alastair Donaldson · 3 years ago
- a730eb7 Add option to auto generate bindings for external textures by Antonio Maiorano · 3 years ago
- 12f2f9b validation: Allow storage atomics without structs by James Price · 3 years ago
- e6c7fd7 wgsl: Make colon optional for case statements by James Price · 3 years ago
- b7e560d GLSL: fix "uniform" qualifier on texture parameters. by Stephen White · 3 years ago
- 9135732 AST fuzzer: limit unary expression wrapping by Alastair Donaldson · 3 years ago
- 4bc30b7 Fix default case must at last assertion in Switch() by Zhaoming Jiang · 3 years ago
- 79db32a AST fuzzer: wrap unary operator by Shiyu Liu · 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
- 6bdbc4a HoistToDeclBefore: Add InsertBefore method 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
- daea034 resolver: Refactor binary operator type resolution 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
- 66d6668 Implement discard semantics by Antonio Maiorano · 3 years ago
- 3374f43 Normalize DEPS to ease merging with Dawn by Ryan Harrison · 3 years ago
- 9e54842 Implement mixed vector-scalar float % operator by Antonio Maiorano · 3 years ago
- 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
- 444e051 AST fuzzer: change binary operator by Alastair Donaldson · 3 years ago
- d9d08ae wgsl: make if/switch parentheses optional by James Price · 3 years ago
- e07c40a resolver: Fix ICE when using a builtin as a type by Ben Clayton · 3 years ago
- 7d38b88 Remove support for the elseif keyword 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
- 453d5ae Terminate line comments with \v, \f, and \r by James Price · 3 years ago
- 2a761f7 Fix oss-fuzz build failure by Ben Clayton · 3 years ago
- 64b7754 Error on invalid UTF-8 sequences by Ben Clayton · 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
- 93e600d Fix sem::Swizzle::HasSideEffects() not returning true when structure has side-effects by Antonio Maiorano · 3 years ago
- 383e9b7 natvis: add support for more ast types, and improve existing by Antonio Maiorano · 3 years ago
- 400c59a CMake: fix clang-cl build by Antonio Maiorano · 3 years ago
- 30747f6 HoistToDeclBefore: revert hoisting of references by Antonio Maiorano · 3 years ago
- b86895d Fix assert in MSVC debug builds when parsing unicode 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
- a0eac2a reader/spirv: Use the new UniqueAllocator by Ben Clayton · 3 years ago
- 0f324ef Avoid a nullptr string in dependency_graph_test by Tomasz Śniatowski · 3 years ago
- bcd9ad2 Remove isNan, isInf, isFinite, and isNormal by James Price · 3 years ago
- e228319 utils: Add UniqueAllocator 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
- b37221a inspector: Remove GetRemappedNameForEntryPoint by James Price · 3 years ago
- c7e2e32 writer/spirv: Support declaring workgroup variables with 0 initializer by Jiawei Shao · 3 years ago
- 80fa1bb GLSL: clean up appending of depth reference. by Stephen White · 3 years ago
- ecb570f GLSL: support any() and all() on scalars. by Stephen White · 3 years ago
- 628289e GLSL: implement abs() on unsigned arguments. by Stephen White · 3 years ago
- b4c338f GLSL: swizzle out the dimension on cube arrays. by Stephen White · 3 years ago
- 6c2115e GLSL: fix boolean "not" operator on vectors. by Stephen White · 3 years ago
- e4e409f GLSL: remove spurious semicolons. by Stephen White · 3 years ago
- 66abf3e GLSL: don't emit structs w/runtime-sized arrays. by Stephen White · 3 years ago
- 93f6866 GLSL: fix textureGather() and textureGatherOffset() with depth textures. by Stephen White · 3 years ago
- 1760193 GLSL: fix textureSampleLevel() on depth textures. by Stephen White · 3 years ago
- 4acf466 GLSL: fix countOneBits(). by Stephen White · 3 years ago
- bee5fa6 GLSL: implement pack/unpack builtins. by Stephen White · 3 years ago
- 59f1e8d GLSL: special-case BinaryOp::kModulo for floating point. by Stephen White · 3 years ago
- 9b152e6 GLSL: implement fma(). by Stephen White · 3 years ago
- 7028077 GLSL: implement inverseSqrt() and update test expectations. by Stephen White · 3 years, 1 month ago
- 2a02b68 GLSL: implement fract() builtin function. by Stephen White · 3 years, 1 month ago
- ba4d6ab GLSL: implement derivative instructions. by Stephen White · 3 years, 1 month ago
- 3b68fcb GLSL: implement reverseBits(). by Stephen White · 3 years, 1 month ago