- 57ded6a [tools][gen] Describe how to regenerate files in the header by Ben Clayton · 1 year, 7 months ago
- 0efa31c [tools] Use new cnf library for conditions by Ben Clayton · 1 year, 7 months ago chromium/5957
- 6663076 Move tint_overrides_with_defaults.gni in scripts subdir by Ben Clayton · 1 year, 7 months ago
- 0781a51 [tint][build] Fix GN tint_build_unittests=false by Ben Clayton · 1 year, 7 months ago
- 3fe6761 [tint][build][cmake] Drop GN-style target names by Ben Clayton · 1 year, 7 months ago
- 55e6d71 [tint][build] Add CMake target names to BUILD.cmake by Ben Clayton · 1 year, 7 months ago
- 7d81e55 [tint] Migrate GN build over to generated files/deps by Ben Clayton · 1 year, 7 months ago
- 7545f95 [tint] Improvements to './tools/run gen build' by Ben Clayton · 1 year, 7 months ago
- c1942cf [tint] Move headers from include/tint to src/tint/api by Ben Clayton · 1 year, 7 months ago
- 6ea4471 [tools][build] Track per-file transitive dependencies. by Ben Clayton · 1 year, 7 months ago
- 3a3cb36 [tint] Migrate CMake build over to generated files/deps by Ben Clayton · 1 year, 7 months ago
- 6f138fe [ir] Move ir to `tint::core:ir` namespace by dan sinclair · 1 year, 7 months ago
- 1cee30f [ir][msl] Add a Raise to the MSL IR printer by dan sinclair · 1 year, 7 months ago
- a87e5d6 [tint] clang-format and add missing GN dependency by Ben Clayton · 1 year, 7 months ago
- ce6dffe Move Number into core namespace. by dan sinclair · 1 year, 7 months ago chromium/5950 chromium/5951 chromium/5952 chromium/5952_2 chromium/5952_2_3
- a9691e1 [msl] Add support for chromium_experimental_subgroups by James Price · 1 year, 7 months ago
- 2821c29 [tint] Add config and markup for the build generator. by Ben Clayton · 1 year, 7 months ago
- 80d154d [tint] Move test and benchmark mains to cmd. by Ben Clayton · 1 year, 7 months ago chromium/5944 chromium/5945 chromium/5946 chromium/5947 chromium/5948 chromium/5949
- 05c83963 [msl-writer] Add support for read-write textures by James Price · 1 year, 7 months ago
- cedcdf3 Change namespace of tint::type by dan sinclair · 1 year, 7 months ago
- 730abb3 [ir][msl] Update MSL to create a tint::Result. by dan sinclair · 1 year, 7 months ago
- 464b3b8 Move constant into `core` namespace. by dan sinclair · 1 year, 7 months ago
- 015fbe7 [tint] Move ParameterUsage from sem to core by Ben Clayton · 1 year, 7 months ago
- 46ba431 IWYU: add cstdint for uint32_t in tint by Stephan Hartmann · 1 year, 7 months ago
- 67b461b [tint] Promote ast::UnaryOp to core::UnaryOp by Ben Clayton · 1 year, 7 months ago
- edc51ab [tint] Promote ast::BinaryOp to core::BinaryOp by Ben Clayton · 1 year, 7 months ago
- cd52f38 [tint] Move tint/lang/core/builtin to tint/lang/core by Ben Clayton · 1 year, 7 months ago
- ae9c8e5 [ir][msl] Switch diagnostics to ICE. by dan sinclair · 1 year, 7 months ago
- 6d53fdd [ir][msl] Add disabled tests for remaining `binary` instructions. by dan sinclair · 1 year, 7 months ago
- 355ee9a [ir][msl] Emit simple `binary` instructions. by dan sinclair · 1 year, 7 months ago
- be3b485 [ir][msl] Emit `var` instructions. by dan sinclair · 1 year, 7 months ago
- e59a408 [ir][msl] Test cleanups. by dan sinclair · 1 year, 7 months ago
- 23314ca [ir] Use helpers to generate constants. by dan sinclair · 1 year, 7 months ago
- 34e0342 [ir][ms] Emit Lets by dan sinclair · 1 year, 7 months ago
- 155a42a [ir][msl] Add binding of values to handle retriving emissions. by dan sinclair · 1 year, 7 months ago
- 6e209ea [tint][msl] Use tint::Result for Generate() by James Price · 1 year, 7 months ago
- 67d7e04 [ir][msl] Add support for `if` statements by dan sinclair · 1 year, 7 months ago
- 3d0d6d5 [ir][msl] Add `return` support by dan sinclair · 1 year, 7 months ago chromium/5927
- d13a061 [tint] Add more info to ICE errors by Ben Clayton · 1 year, 8 months ago chromium/5924
- d368f2c [tint] Use consistent file pattern for test files by Ben Clayton · 1 year, 8 months ago
- 34c8e57 [tint] Shuffle to break last circular dependencies by Ben Clayton · 1 year, 8 months ago
- 7fd1c2a [tint] Move utils/text/text_generator to utils/generator by Ben Clayton · 1 year, 8 months ago
- 16be11d [tint] Extract out string conversion utils from utils/text by Ben Clayton · 1 year, 8 months ago
- 4514677 [tint] Move common msl/writer code to msl/writer/common by Ben Clayton · 1 year, 8 months ago
- 915ceca [tint] Don't resolve moving from ProgramBuilder -> Program by Ben Clayton · 1 year, 8 months ago chromium/5919
- 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
- 69c19e77 [tint] Use diag::List::str() by Ben Clayton · 1 year, 8 months ago
- fd73b82 [tint] Move FromProgram to wgsl/reader by Ben Clayton · 1 year, 8 months ago
- 6c6b68a [shuffle] Fixup GN build. by dan sinclair · 1 year, 8 months ago
- e7e4afc [shuffle] Move msl writers to new structure. by dan sinclair · 1 year, 8 months ago
- 6755230 [tint] Remove writer::IRTextGenerator by Ben Clayton · 1 year, 8 months ago
- 7494e83 [tint] Shuffle transforms by Ben Clayton · 1 year, 8 months ago
- 97c3727 [shuffle] Move ir/ to new structure. by dan sinclair · 1 year, 8 months ago
- 352f8c8 [shuffle] Rename lang/base by dan sinclair · 1 year, 8 months ago
- 22b4dd2 [shuffle] Move utils to new structure. by dan sinclair · 1 year, 8 months ago
- e7a88d2 [shuffle] Move type to new structure. by dan sinclair · 1 year, 8 months ago
- a2e9b49 [shuffle] Move constant to new structure. by dan sinclair · 1 year, 8 months ago
- ee18d2e [shuffle] Move diagnostic to new structure. by dan sinclair · 1 year, 8 months ago
- 91b68cd [shuffle] Move utils to new structure. by dan sinclair · 1 year, 8 months ago
- d5575ce [shuffle] Move writer/msl to new structure. by dan sinclair · 1 year, 8 months ago