- c27315a [tint] Use StyledText for all diagnostics by Ben Clayton · 11 months ago
- 26a41b9 dawn: use binding information for HLSL interface by Antonio Maiorano · 11 months ago
- 1e1f488 [tint][utils] PascalCase tint::diag functions by Ben Clayton · 11 months ago
- 89274f7 [tint][utils] Remove boolean operators from Result by Ben Clayton · 1 year ago
- ff67199 [tint][spirv] Add GenerateBindings() overload for IR modules by Ben Clayton · 1 year, 2 months ago
- 24b8109 [ir] Move use of IR decision higher in the stack. by dan sinclair · 1 year, 2 months ago
- 4c88c1e Using binding information for MSL/Tint interface by dan sinclair · 1 year, 2 months ago
- 65e3824 [tint][sem] Move variable attributes to separate structs by Ben Clayton · 1 year, 2 months ago
- cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 3 months ago
- 2550b49 [tint][build] Guard WGSL writer with tint_build_wgsl_writer by Ben Clayton · 1 year, 3 months ago
- 5294cb0 Using binding information for SPIR-V/Tint interface by dan sinclair · 1 year, 3 months ago
- ef3f5dc [tint] Change signature of ApplySubstituteOverrides() by Ben Clayton · 1 year, 4 months ago
- 77a5126 [tint] Move ApplySubstitueOverrides() fuzzers -> wgsl/helper by Ben Clayton · 1 year, 4 months ago
- 5ed5cc4 [tint] Pass Program by reference, not pointer. by Ben Clayton · 1 year, 4 months ago
- 1165389 [tint] Move WGSL-exclusive enums back to lang/wgsl by Ben Clayton · 1 year, 4 months ago
- 932aa8d [fuzzers] Do not fuzz IR->MSL yet by James Price · 1 year, 4 months ago
- fd8a4fd [fuzzers] Skip clamp_frag_depth + push constants by James Price · 1 year, 4 months ago
- 797063c tint: Move inspection of workgroup_storage_size to the entry point. by Corentin Wallez · 1 year, 4 months ago
- ecd5620 tint: remove the unused Inspector::GetStorageSize method. by Corentin Wallez · 1 year, 4 months ago
- 418ab8c Tint: Support ReadOnly and ReadWrite storage texture in inspector by Jiawei Shao · 1 year, 5 months ago
- c1942cf [tint] Move headers from include/tint to src/tint/api by Ben Clayton · 1 year, 5 months ago
- 4ead391 [tint][spirv][reader] Add namespaces, move common.h by Ben Clayton · 1 year, 5 months ago
- cedcdf3 Change namespace of tint::type by dan sinclair · 1 year, 5 months ago
- d3a56cb [tint][wgsl] Use tint::Result for Generate() by James Price · 1 year, 5 months ago
- ec4dbe7 [tint][hlsl] Use tint::Result for Generate() by James Price · 1 year, 5 months ago
- 6e209ea [tint][msl] Use tint::Result for Generate() by James Price · 1 year, 5 months ago
- ee7f8ac [fuzzer] Do not get generated SPIR-V on failure by James Price · 1 year, 5 months ago
- 85b138e [spirv-writer] Use tint::Result for Generate() by James Price · 1 year, 5 months ago
- f848af2 [tint] Separate out fatal macros from diagnostics by Ben Clayton · 1 year, 6 months ago
- bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 6 months ago chromium/5917
- eb66431 [shuffle] Move spirv reader to new structure. by dan sinclair · 1 year, 6 months ago
- 6119045 [shuffle] Move wgsl reader to new structure. by dan sinclair · 1 year, 6 months ago
- 2dddb19 [shuffle] Move spirv writer and ast_writer to new structure. by dan sinclair · 1 year, 6 months ago
- 0bfeaf9 [shuffle] Move hlsl writer to new structure. by dan sinclair · 1 year, 6 months ago
- c1bf225 [shuffle] Move wgsl writers to new structure. by dan sinclair · 1 year, 6 months ago
- e7e4afc [shuffle] Move msl writers to new structure. by dan sinclair · 1 year, 6 months ago
- 1025258 [tint] Move src/tint/writer options to include/tint by Ben Clayton · 1 year, 6 months ago
- 7494e83 [tint] Shuffle transforms by Ben Clayton · 1 year, 6 months ago
- 352f8c8 [shuffle] Rename lang/base by dan sinclair · 1 year, 6 months ago
- 22b4dd2 [shuffle] Move utils to new structure. by dan sinclair · 1 year, 6 months ago
- 96db554 [shuffle] Move wgsl program files to new structure. by dan sinclair · 1 year, 6 months ago
- a4c1735 [shuffle] Move wgsl helpers to new structure. by dan sinclair · 1 year, 6 months ago
- e7a88d2 [shuffle] Move type to new structure. by dan sinclair · 1 year, 6 months ago
- ee18d2e [shuffle] Move diagnostic to new structure. by dan sinclair · 1 year, 6 months ago
- 91b68cd [shuffle] Move utils to new structure. by dan sinclair · 1 year, 6 months ago
- d3b1369 [shuffle] Move sem to new structure. by dan sinclair · 1 year, 6 months ago
- 99181d8 [shuffle] Move ast to new structure. by dan sinclair · 1 year, 6 months ago
- ee3f7fa [tint][fuzzers] Fix bug in tint_common_fuzzer.cc by Ben Clayton · 1 year, 6 months ago
- 357cf13 [tint][fuzzers] Check program is valid by Ben Clayton · 1 year, 6 months ago
- 1bddaed [tint][fuzzers] Run SubstituteOverrides for tint_concurrency_fuzzer by Ben Clayton · 1 year, 7 months ago
- c1fd631 [fuzzers] Substitute all override variables by James Price · 1 year, 8 months ago
- 0e6534e [tint] Make Transform base class by James Price · 1 year, 8 months ago
- b4acbb8 [tint] Introduce an ast::transform namespace by James Price · 1 year, 8 months ago
- 5f4847c tint/sem: Make BindingPoint optional by Ben Clayton · 1 year, 9 months ago chromium/5723
- d146c8a Enable multiplanar for SPIRV fuzzers. by dan sinclair · 1 year, 9 months ago
- 5ab6dcb Update AST Fuzzers to initialize MultiPlanar transform. by dan sinclair · 1 year, 10 months ago
- 142bddf Fix #ifdefs for spvtools by Austin Eng · 1 year, 10 months ago
- 6cc183c Generic template and forward in stringstream. by dan sinclair · 1 year, 11 months ago
- 13d1452 Fix builds that disable tint_build_spv_reader by Brandon Jones · 2 years ago
- 8954189 tint_common_fuzzer: Don't attempt to use an invalid program by Ben Clayton · 2 years, 1 month ago
- 3f24fdc tint/fuzzers: Don't run the inspector on invalid programs by Ben Clayton · 2 years, 2 months ago
- 65edd3d Run SubstituteOverrides in fuzzers if needed. by dan sinclair · 2 years, 4 months ago
- 9a6acc4 tint: Add tint::OverrideId by Ben Clayton · 2 years, 6 months ago
- 8dbd4d0 Add storage_class error reporting to generators and transform. by dan sinclair · 2 years, 6 months ago
- 4e98fb0 Factor out code to flatten bindings for msl by Antonio Maiorano · 2 years, 9 months ago
- 41e4d9a Consistent formatting for Dawn/Tint. by dan sinclair · 2 years, 9 months ago chromium/5038 chromium/5039
- 62a1d71 Condense namespaces in tint/fuzzers. by dan sinclair · 2 years, 9 months ago
- b37221a inspector: Remove GetRemappedNameForEntryPoint by James Price · 2 years, 10 months ago
- dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 2 years, 11 months ago