- 3d35d57 Fix crash when using constant expression as `@blend_src` by Jiawei Shao · 9 months ago
- d82c5cb Tint: Add support for input_attachment_index in inspector. by Le Hoang Quyen · 10 months ago
- 4736612 Tint/Inspector: Add blend_src to entry points by Jiawei Shao · 11 months ago
- 7cdaffe [tint][ice] Make the InternalCompilerErrors abort by Ben Clayton · 11 months ago
- 6be95ce Refactor Inspector::GetTextureQueries by Shrek Shao · 11 months ago
- 415bd73 [tint][diagnostics] Remove System enum by Ben Clayton · 11 months ago
- bc99356 [Compat] Fix a bug when textureDimension with 1 arg is first called by Shrek Shao · 12 months ago
- 75836f5 [Compat] Fix textureDimensions GLSL transform with mip level by Shrek Shao · 12 months ago
- c27315a [tint] Use StyledText for all diagnostics by Ben Clayton · 1 year, 1 month ago
- c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 2 months ago
- 1e1f488 [tint][utils] PascalCase tint::diag functions by Ben Clayton · 1 year, 2 months ago
- 0f8c1ca Fix workgroup_storage_size computation by Gregg Tavares · 1 year, 2 months ago
- 7a27d6c [tint][utils] Reimplement Hashmap / Hashset. by Ben Clayton · 1 year, 2 months ago
- 31a1592 [tint][sem] Replace more uses of std::vector with tint::Vector by Ben Clayton · 1 year, 2 months ago
- 15d2710 Remove data returned from `TextureBuiltinFromUniform` transform. by dan sinclair · 1 year, 2 months ago
- f0057a5 Add inspector helper for texture information. by dan sinclair · 1 year, 2 months ago
- 383f462 Compat: Fix UBO/SSBO naming issue with explicit remapping by Shrek Shao · 1 year, 4 months ago
- 2af5815 [tint][inspector] Reflect the @color attribute by Ben Clayton · 1 year, 5 months ago
- 65e3824 [tint][sem] Move variable attributes to separate structs by Ben Clayton · 1 year, 5 months ago
- a8e7cb7 Add Renamer transform to ShaderModuleGL and fixes by Shrek Shao · 1 year, 5 months ago
- d6082c5 [tint] Use TINT_ICE_ON_NO_MATCH by Ben Clayton · 1 year, 5 months ago
- cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 6 months ago
- 5ed5cc4 [tint] Pass Program by reference, not pointer. by Ben Clayton · 1 year, 6 months ago
- d9766dc [tint] Rename core::Function to BuiltinFn by Ben Clayton · 1 year, 7 months ago
- 1165389 [tint] Move WGSL-exclusive enums back to lang/wgsl by Ben Clayton · 1 year, 7 months ago
- 0e1a335 tint: Add inspection of pixel_local var member types. by Corentin Wallez · 1 year, 7 months ago
- a4ad8e7 Compat: Make vertex_index/instance_index take an attribute by Gregg Tavares · 1 year, 7 months ago
- 797063c tint: Move inspection of workgroup_storage_size to the entry point. by Corentin Wallez · 1 year, 7 months ago
- ecd5620 tint: remove the unused Inspector::GetStorageSize method. by Corentin Wallez · 1 year, 7 months ago
- 418ab8c Tint: Support ReadOnly and ReadWrite storage texture in inspector by Jiawei Shao · 1 year, 8 months ago
- ce6dffe Move Number into core namespace. by dan sinclair · 1 year, 8 months ago chromium/5950 chromium/5951 chromium/5952 chromium/5952_2 chromium/5952_2_3
- cedcdf3 Change namespace of tint::type by dan sinclair · 1 year, 8 months ago
- 015fbe7 [tint] Move ParameterUsage from sem to core by Ben Clayton · 1 year, 8 months ago
- cd52f38 [tint] Move tint/lang/core/builtin to tint/lang/core by Ben Clayton · 1 year, 8 months ago
- f848af2 [tint] Separate out fatal macros from diagnostics by Ben Clayton · 1 year, 8 months ago
- bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 8 months ago chromium/5917
- 1025258 [tint] Move src/tint/writer options to include/tint by Ben Clayton · 1 year, 8 months ago
- 352f8c8 [shuffle] Rename lang/base by dan sinclair · 1 year, 9 months ago
- 22b4dd2 [shuffle] Move utils to new structure. by dan sinclair · 1 year, 9 months ago
- d5ac960 [shuffle] Move inspector to new structure. by dan sinclair · 1 year, 9 months ago[Renamed (99%) from src/tint/inspector/inspector.cc]
- e7a88d2 [shuffle] Move type to new structure. by dan sinclair · 1 year, 9 months ago
- b14a778 [shuffle] Move builtin to new structure. by dan sinclair · 1 year, 9 months ago
- 91b68cd [shuffle] Move utils to new structure. by dan sinclair · 1 year, 9 months ago
- d3b1369 [shuffle] Move sem to new structure. by dan sinclair · 1 year, 9 months ago
- 99181d8 [shuffle] Move ast to new structure. by dan sinclair · 1 year, 9 months ago
- 471a015 [tint][type] Rework ElementOf() and DeepestElementOf() by Ben Clayton · 1 year, 10 months ago
- 1416b18 [tint][type] Add Scalar base class. by Ben Clayton · 1 year, 10 months ago
- 576ba1c tint: Add StructMember attributes to sem. by Ben Clayton · 2 years ago chromium/5738
- 12fa303 Move castable into utils. by dan sinclair · 2 years ago
- 5f4847c tint/sem: Make BindingPoint optional by Ben Clayton · 2 years ago chromium/5723
- d026e13 Remove `SymbolTable::NameFor` by dan sinclair · 2 years ago
- 6af073c Tint&Dawn: Enable f16 override by Zhaoming Jiang · 2 years, 1 month ago
- 8f80d99 tint: Support multiple extensions per 'enable' by Ben Clayton · 2 years, 1 month ago
- 23946b3 tint: Move Switch() to own header by Ben Clayton · 2 years, 1 month ago
- 2f689a7 Remove deprecated inspector fields. by dan sinclair · 2 years, 1 month ago
- f0b4dbb tint: Resolve @interpolate() args as expressions by Ben Clayton · 2 years, 1 month ago
- 4d3ff97 tint: Resolve @builtin() args as expressions by Ben Clayton · 2 years, 1 month ago
- 993a658 Move InterpolationSampling and InterpolationType to builtin. by dan sinclair · 2 years, 1 month ago
- 2a65163 Move type::AddressSpace to builtin/ by dan sinclair · 2 years, 1 month ago
- b6cc4cb Move type/access to builtin. by dan sinclair · 2 years, 1 month ago
- e4039c7 Move the Extension builtin to the builtin/ folder. by dan sinclair · 2 years, 2 months ago
- 6392579 Move BuiltinValue to builtin/ by dan sinclair · 2 years, 2 months ago
- 651d9e2 tint/ast: Change Variable::symbol to Variable::name by Ben Clayton · 2 years, 2 months ago
- ce31d18 tint/ast: Change Function::symbol to Function::name by Ben Clayton · 2 years, 2 months ago
- 0b4a2f1 tint: Add sem::Expression by Ben Clayton · 2 years, 2 months ago chromium/5580
- 61c16eb Move ast/access to type/access. by dan sinclair · 2 years, 2 months ago
- 18b2158 Move ast/address_space to type/ by dan sinclair · 2 years, 2 months ago
- 884f952 tint/utils: Add TINT_LIKELY / TINT_UNLIKELY macros by Ben Clayton · 2 years, 3 months ago
- 5addefb Rename Constant::As to Constant::ValueAs. by dan sinclair · 2 years, 4 months ago
- 946858a Move array to type/ by dan sinclair · 2 years, 4 months ago
- 0e780da Move vector and matrix to type/. by dan sinclair · 2 years, 4 months ago
- d37ecf9 Move scalar types over to type/ folder. by dan sinclair · 2 years, 4 months ago
- 4595fb7 Move texture types to type/ folder. by dan sinclair · 2 years, 4 months ago
- 5f764d8 Move type base classes into type/ folder. by dan sinclair · 2 years, 4 months ago
- 6198bea Dawn&Tint: Implement F16 pipeline IO by Zhaoming Jiang · 2 years, 4 months ago chromium/5464
- 49334b0 tint/utils: Remove non-const accessors on VectorRef by Ben Clayton · 2 years, 4 months ago
- c5b1b5c Access struct member name through sem. by dan sinclair · 2 years, 4 months ago
- a7cd3ae tint: Rename SourceVariable() to RootIdentifier() by James Price · 2 years, 5 months ago
- 6e77b47 Update internals to initializer instead of constructor. by dan sinclair · 2 years, 6 months ago
- aecf1a2 tint/inspector: Fix GetOverrideDefaultValues() by Ben Clayton · 2 years, 6 months ago
- d2e0db3 tint: Rename kInvalid to kUndefined for enums by Ben Clayton · 2 years, 6 months ago
- f9ed9d3 tint/ast: Generate interpolate_attribute.[h|cc] by Ben Clayton · 2 years, 6 months ago
- 8d3d4f6 tint/inspector: Reflect whether @builtin(frag_depth) is used. by Corentin Wallez · 2 years, 6 months ago
- ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 6 months ago
- 490d988 tint: Simplify workgroup size resolving by Ben Clayton · 2 years, 6 months ago
- f9eeed6 Convert `@location` to store expression internally. by dan sinclair · 2 years, 7 months ago
- 145337f Use SubstituteOverride transform to implement overrides by shrekshao · 2 years, 7 months ago
- acdf6e1 Remove `ast::VariableBindingPoint` in favour of `sem::BindingPoint`. by dan sinclair · 2 years, 7 months ago
- dce63f5 tint/utils/UniqueVector: Use utils::Vector and utils::Hashset by Ben Clayton · 2 years, 8 months ago
- 783b169 tint/ast: Migrate to utils::Vector by Ben Clayton · 2 years, 8 months ago
- 9a6acc4 tint: Add tint::OverrideId by Ben Clayton · 2 years, 8 months ago
- f330229 tint/ast: Rename Builtin to BuiltinValue by Ben Clayton · 2 years, 8 months ago
- a1571ac tint/inspector: Use a std::optional for workgroup_size by Ben Clayton · 2 years, 8 months ago
- 4808584 tint/ast: Clean up StorageClass enum by Ben Clayton · 2 years, 8 months ago
- 8ce7183 tint: Remove public include of ast include by Ben Clayton · 2 years, 9 months ago
- 3a2a279 Fixup various warnings in Tint which were accidentally suppressed. by dan sinclair · 2 years, 9 months ago
- 72876c1 tint/sem/constant.h: Remove #include to program_builder.h by Ben Clayton · 2 years, 9 months ago
- dcdf66e tint/ast: Derive off `ast::Variable` by Ben Clayton · 2 years, 10 months ago
- e5a67ac tint: Remove ast::CallExpression -> sem::Call implicit mapping by Ben Clayton · 2 years, 11 months ago
- 7f2b8cd tint: Refactor Extensions / Enables. by Ben Clayton · 2 years, 11 months ago