- 7b25769 Add texture_external to inspector by Brandon Jones · 3 years, 10 months ago
- 77daee1 Remove legacy EmitVertexPointSize transform by James Price · 3 years, 10 months ago
- 46b3b05 Allow AST dumping even if resolution failed by David Neto · 3 years, 10 months ago
- 0949bdf Add transform to strip entry points from a module by James Price · 3 years, 11 months ago
- 5d5ec24 src/transform: Remove deprecated APIs by Ben Clayton · 3 years, 11 months ago
- fd7251b Merge RenameReservedKeywords into the Renamer by James Price · 4 years ago
- c8ffbe4 Output all diagnostics from tint executable by James Price · 4 years ago
- f8f31a4 Automatically run entry point IO canonicalization by James Price · 4 years ago
- d15391e Remove tint's usage of Validator by Antonio Maiorano · 4 years ago
- 285b8b6 [hlsl-writer] Use entry point interface canonicalization transform by James Price · 4 years ago
- dc8f08a [msl-writer] Use entry point interface canonicalization transform by James Price · 4 years ago
- 8ac7f8a Fix typo in enum by Ryan Harrison · 4 years ago
- d614dd5 Implement Default Struct Layout by Ben Clayton · 4 years ago
- f76f308 Add dumping inspected bindings for shader by Ryan Harrison · 4 years ago
- eb496d0 transform: API cleanup by Ben Clayton · 4 years, 1 month ago
- 6b4924f Add TINT_UNREACHABLE() and TINT_ICE() helper macros by Ben Clayton · 4 years, 1 month ago
- 2101c35 Stub sanitizer transforms for the hlsl, msl & spirv writers by Ben Clayton · 4 years, 1 month ago
- 21692de Skip SPIR-V validation when not generating SPIR-V by James Price · 4 years, 1 month ago
- c63e1c0 Implement data packing intrinsics by Alan Baker · 4 years, 1 month ago
- 708dc2d Simplify calls to ast::Node::[to_]str() by Ben Clayton · 4 years, 2 months ago
- dd69ac3 Automatically run the TypeDeterminer when building programs by Ben Clayton · 4 years, 2 months ago
- 844217f Add Diagnostics to Program, reader::[wgsl,spirv]::Parse() by Ben Clayton · 4 years, 2 months ago
- a6b9a8e Split Program into Program and ProgramBuilder by Ben Clayton · 4 years, 2 months ago
- 44bec80 Demangler: Change signature of primary Demangle() function by Ben Clayton · 4 years, 2 months ago
- c40f627 Migrate from using ast::Module to Program by Ben Clayton · 4 years, 2 months ago
- a7b52e3 samples: Fix compiler warning by Ben Clayton · 4 years, 2 months ago
- 90c266d Removed Clang-specific pragmas to build with VS2019 by Carl Woffenden · 4 years, 2 months ago
- 987376c Revert the namer changes. by dan sinclair · 4 years, 2 months ago
- b920e60 Change generators to take a pointer instead of move. by dan sinclair · 4 years, 2 months ago
- 995516e Add --demangle option to command example by David Neto · 4 years, 2 months ago
- 3d449d2 [transform] Add first index offset transform by Enrico Galli · 4 years, 3 months ago
- 00b77a8 Rework all transforms to transform-on-copy by Ben Clayton · 4 years, 3 months ago
- 76d12f0 Add EmitVertexPointSizeTransform by Ben Clayton · 4 years, 3 months ago
- 685cb02 Remove internal usage of Context. by dan sinclair · 4 years, 3 months ago
- f8971ae Fixup all doxygen tags by Ben Clayton · 4 years, 3 months ago
- ba06db6 validator: Migrate to using diagnostics by Ben Clayton · 4 years, 4 months ago
- 40e3ccd [transformer] Remove deprecated Manager constructor by Ryan Harrison · 4 years, 4 months ago
- 80598ed [ast] Add the result_type into the AST dump by dan sinclair · 4 years, 4 months ago
- 196e097 Place the namer into the context object. by dan sinclair · 4 years, 4 months ago
- 4735f01 Move diagnostic/printer.h into the public API by Ryan Harrison · 4 years, 4 months ago
- d5fd7e0 Fixup lint errors. by dan sinclair · 4 years, 4 months ago
- d59a5da Have tint executable use the diagnostic printer by Ben Clayton · 4 years, 4 months ago
- 5bee67f Add File & Range information to tint::Source by Ben Clayton · 4 years, 5 months ago
- f2b8b6e Emit validation errors after outputing result. by dan sinclair · 4 years, 5 months ago
- f600d3a Add --dawn-validation flag to sample app by Ryan Harrison · 4 years, 5 months ago
- 70b4c3b [transform] Add transforms to the sample app. by dan sinclair · 4 years, 6 months ago
- e7ec7f1 [wgsl-writer] Add GenerateEntryPoint by dan sinclair · 4 years, 6 months ago
- a532ac5 Fix handling of .spvasm inputs by Ryan Harrison · 4 years, 7 months ago
- 0617663 Change output of string based data from sample app. by dan sinclair · 4 years, 7 months ago
- a3f9778 [Validator] Using pointers instead of refs by Sarah Mashayekhi · 4 years, 8 months ago
- feffa9d [hlsl-writer] Scaffold the HLSL backend. by dan sinclair · 4 years, 8 months ago
- 28ba9a3 Fixup format parsing in sample app. by dan sinclair · 4 years, 8 months ago
- 3b8e6dd Error out for unrecognized option, more than one file by David Neto · 4 years, 8 months ago
- 6366f68 [metal-writer] Emit constructors. by dan sinclair · 4 years, 9 months ago
- 2a59901 [metal-writer] Stub out the Metal Shading Language backend. by dan sinclair · 4 years, 9 months ago
- 0c647a8 sample: handle SPIR-V assembly input by David Neto · 4 years, 9 months ago
- be45ff5 Create tint.h for external users by Ryan Harrison · 4 years, 9 months ago
- ace7a13 Fixes to unbreak the BUILD.gn build by Ryan Harrison · 4 years, 10 months ago
- 7cac245 [spirv-writer] Handle multi name swizzles. by dan sinclair · 4 years, 11 months ago
- e3bf49a tint executable: infer output format, allow stdout by David Neto · 4 years, 11 months ago
- 7025918 Cleanup some error messages. by dan sinclair · 5 years ago
- b950e80 [type-determiner] Move ast::Module to constructor. by dan sinclair · 5 years ago
- 460345d Add support for WGSL writing to BUILD.gn by Ryan Harrison · 5 years ago
- 0caab67 Add support for WGSL reading to BUILD.gn by Ryan Harrison · 5 years ago
- 9459dbf Use the correct pop pragma by Ryan Harrison · 5 years ago
- fa9dbf0 Add type determiner infrastructure. by dan sinclair · 5 years ago
- baaf989 [spirv-writer] Add function variables by dan sinclair · 5 years ago
- a8cd18e Context object owns a TypeManager by David Neto · 5 years ago
- f26d9a8 Cleanup doc and lint warnings. by dan sinclair · 5 years ago
- 9981b63 Use a context object instead of a singleton by dan sinclair · 5 years ago
- 4b71b9e Expand build flags for Tint. by dan sinclair · 5 years ago
- e4392c9 Create SPIR-V writer skeleton. by dan sinclair · 5 years ago
- 4df5d40 Rename tint::reader::spv -> tint::reader::spirv by David Neto · 5 years ago
- 4e7f7da Rename reader/spv to reader/spirv by David Neto · 5 years ago
- bbd8987 Instantiate a stubbed SPIR-V parser if file ends in .spv by David Neto · 5 years ago
- 6e58189 Initial commit by Dan Sinclair · 5 years ago