- 082e401 Fix clang-tidy warnings by David Neto · 1 year ago chromium/6341 chromium/6342 chromium/6343
- add6c36 [tint][wgsl] Use two underscores for internal builtin fn by Ben Clayton · 1 year ago
- dd050a5 [tint][ast] Reimplement ArrayLengthFromUniform transform to support ptr params by Ben Clayton · 1 year ago
- f5abb82 tint: work around zero-init bug on some GPUs for workgroup size(1) by Antonio Maiorano · 1 year ago
- c27315a [tint] Use StyledText for all diagnostics by Ben Clayton · 1 year ago
- 614b1fd [renamer] Preserve swizzles through materialize by James Price · 1 year ago
- 997bc01 [msl][glsl] Fix incorrect code gen for continuing inside switch. by dan sinclair · 1 year ago
- 52e6a0f [tint][wgsl] Remove ast::Bitcast, use intrinsic definition instead. by Ben Clayton · 1 year, 1 month ago
- 6d4b35a ClampFragDepth: switch params to a struct. by Stephen White · 1 year, 1 month ago
- 5a6b701 Add ClampFragDepth transform to GLSL writer. by Stephen White · 1 year, 1 month ago
- f639814 Implement a push constant helper class. by Stephen White · 1 year, 1 month ago
- f1dc9e3 [tint] Improve TINT_ASSERT_ALL_FIELDS_REFLECTED() by Ben Clayton · 1 year, 1 month ago
- 2f85bc7 [spirv-writer][ast] Polyfill f16 shader IO by James Price · 1 year, 1 month ago
- 9ae3ff6 GLSL: run OFI if any stage uses firstInstance. by Stephen White · 1 year, 1 month ago
- c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 1 month ago
- 76aec25 [tint] Reduce all hash codes to 32 bits by Ben Clayton · 1 year, 1 month ago
- 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 1 month ago
- 1e1f488 [tint][utils] PascalCase tint::diag functions by Ben Clayton · 1 year, 1 month ago
- 2555f18 [tint] Add TINT_ASSERT_ALL_FIELDS_REFLECTED() macro by Ben Clayton · 1 year, 1 month ago
- f83de0f [tint][ast] Fix DemoteToHelper with atomicCompareExchangeWeak() by Ben Clayton · 1 year, 1 month ago
- 7a27d6c [tint][utils] Reimplement Hashmap / Hashset. by Ben Clayton · 1 year, 1 month ago
- 0880e06 Rename @index -> @blend_src by Corentin Wallez · 1 year, 1 month ago
- 4eeb0bd Implement push_constant-based firstIndex transform. by Stephen White · 1 year, 1 month ago
- 8683806 Move ClampFragDepth transform to WGSL transforms. by Stephen White · 1 year, 1 month ago
- f468667 [tint][wgsl] Add unrestricted_pointer_parameters feature by Ben Clayton · 1 year, 2 months ago
- af25bec [tint][ast] Fix dynamic indices in DirectVariableAccess by Ben Clayton · 1 year, 2 months ago
- b789a43 GLSL: implement push constants. by Stephen White · 1 year, 2 months ago
- dd81723 Tint/HLSL: Support Shader Model 6.6 Pack/Unpack intrinsics by Jiawei Shao · 1 year, 2 months ago
- 08d9279 tint: add syntax sugar for dereferencing pointers by Antonio Maiorano · 1 year, 2 months ago
- 0a40886 Tint: implement pack4x{U|I}8Clamp and unpack4x{U|I}8 by Jiawei Shao · 1 year, 2 months ago chromium/6229
- 89274f7 [tint][utils] Remove boolean operators from Result by Ben Clayton · 1 year, 2 months ago
- 2be279e Fix the comparator used to sort output attributes by David Neto · 1 year, 3 months ago
- 34eee4e [hlsl] Invert 'w' component of fragment position by James Price · 1 year, 3 months ago
- 85b77e0 Tint: implement the polyfill of pack4x{U|I}8 with dot products by Jiawei Shao · 1 year, 3 months ago
- c8ca47f Implement pack4xI8 and pack4xU8 by Jiawei Shao · 1 year, 3 months ago
- 3bb3c53 Canonicalize index-ordering of entry point attributes by David Neto · 1 year, 3 months ago
- fb728a3 [wgsl-writer] Add ProgramOptions for IR->AST by James Price · 1 year, 3 months ago
- 53c0fa9 Enable language extension `packed_4x8_integer_dot_product` by Jiawei Shao · 1 year, 3 months ago
- 7c0a801 D3D11: Implement polyfill of DP4A by Jiawei Shao · 1 year, 3 months ago chromium/6156
- 3c54ba5 [tint][wgsl] Move LanguageFeature to a separate target by Ben Clayton · 1 year, 3 months ago
- 571cc44 Remove chromium_experimental_read_write_storage_texture from Tint by Jiawei Shao · 1 year, 3 months ago chromium/6152
- 3aaaaf4 [tint][wgsl][fuzz] Parse base64 encoded comments by Ben Clayton · 1 year, 4 months ago
- b098803 [tint] Rename wgsl/wgsl_fuzz.* -> wgsl/fuzz.* by Ben Clayton · 1 year, 4 months ago
- 4c88c1e Using binding information for MSL/Tint interface by dan sinclair · 1 year, 4 months ago
- 2591c8d [tint][wgsl] Fix ICE in SingleEntryPoint transform by Ben Clayton · 1 year, 4 months ago
- 570461e [tint][transform] Update CanonicalizeEntryPointIO tests by Ben Clayton · 1 year, 4 months ago
- e73b393 [tint][msl] Implement chromium_experimental_framebuffer_fetch by Ben Clayton · 1 year, 4 months ago
- 45f5c60 [tint] Resolve ColorAttribute by Ben Clayton · 1 year, 4 months ago
- 65e3824 [tint][sem] Move variable attributes to separate structs by Ben Clayton · 1 year, 4 months ago
- 0b255d2 [tint] Use std::string_view for generated enum strings by Ben Clayton · 1 year, 4 months ago
- 78da664 Pass feature allowlist from Dawn to Tint by James Price · 1 year, 4 months ago
- 0840920 [tint] Handle Requires in SingleEntryPoint by James Price · 1 year, 4 months ago
- a8e7cb7 Add Renamer transform to ShaderModuleGL and fixes by Shrek Shao · 1 year, 4 months ago
- 108d94f Relicense newly added source files to BSD-3 by David Neto · 1 year, 4 months ago
- d6082c5 [tint] Use TINT_ICE_ON_NO_MATCH by Ben Clayton · 1 year, 4 months ago
- 3fdd0eb [tint][fuzzers] Add AST ZeroInitWorkgroupMemory transform fuzzer by Ben Clayton · 1 year, 5 months ago
- 45c2ba2 tint: fix TINT_PRINT_PROGRAM_FOR_EACH_TRANSFORM compilation by Antonio Maiorano · 1 year, 5 months ago
- cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 5 months ago
- 80b987e [tint][build] Guard WGSL reader with tint_build_wgsl_reader by Ben Clayton · 1 year, 5 months ago
- 2550b49 [tint][build] Guard WGSL writer with tint_build_wgsl_writer by Ben Clayton · 1 year, 5 months ago
- 535535b [tint] Move override tracking into sem objects by Ben Clayton · 1 year, 5 months ago
- 9d05868 [tint][gn] Remove `testonly = true` from emitted BUILD.gn files by Ben Clayton · 1 year, 5 months ago
- 9d1b610 [tint][build] Generate benchmarks for GN and Bazel by Ben Clayton · 1 year, 5 months ago
- d5fcc3d Add support for unorm10-10-10-2 vertex format by François Beaufort · 1 year, 5 months ago
- dfc815c [tint] Fork core builtin functions from core -> WGSL by Ben Clayton · 1 year, 5 months ago
- 16fb254 [tint] Add a diag::List to tint::Failure by Ben Clayton · 1 year, 5 months ago
- 506fb55 [tint] Remove unnecessary calls to diag::List::str() by Ben Clayton · 1 year, 6 months ago
- 5ed5cc4 [tint] Pass Program by reference, not pointer. by Ben Clayton · 1 year, 6 months ago
- 0a7aa0c [tint] Rename core::Builtin to BuiltinType by Ben Clayton · 1 year, 6 months ago
- d9766dc [tint] Rename core::Function to BuiltinFn by Ben Clayton · 1 year, 6 months ago
- 4dcbdda [tint] Simplify custom hash-code implementations by Ben Clayton · 1 year, 6 months ago
- 1165389 [tint] Move WGSL-exclusive enums back to lang/wgsl by Ben Clayton · 1 year, 6 months ago
- 26c29b7 [tint][msl] Support pixel_local attachments by Ben Clayton · 1 year, 6 months ago
- 4e6f10f [ir] Add robustness for texture builtins by James Price · 1 year, 6 months ago
- 6562555 [tint] Add BUILD.bazel files for Tint by Ben Clayton · 1 year, 6 months ago
- 759dfc6 [tint] Polyfill bgra8unorm textureLoad results by James Price · 1 year, 6 months ago
- d305da9 [tint] Move GLSL AST transforms to lang/glsl/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
- f52f569 [tint] Move MSL AST transforms to lang/msl/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
- 3047f88 [tint] Move SPIR-V AST transforms to lang/spirv/writer/ast_lower by Ben Clayton · 1 year, 6 months ago
- 815d5db [tint] Move SPIR-V AST transforms to lang/spirv/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
- 7a5f54ea [tint] Move HLSL AST transforms to lang/hlsl/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
- 05d278e Revert "Switch to C++20 for CMake builds" by dan sinclair · 1 year, 6 months ago
- aa6769f Switch to C++20 for CMake builds by James Price · 1 year, 7 months ago
- 57ded6a [tools][gen] Describe how to regenerate files in the header by Ben Clayton · 1 year, 7 months ago
- 67f0992 Add TextureBuiltinsFromUniform transform by Shrek Shao · 1 year, 7 months ago
- 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
- 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
- 53b892b [msl] Fix mask generation for subgroupBallot by James Price · 1 year, 7 months ago
- a9691e1 [msl] Add support for chromium_experimental_subgroups by James Price · 1 year, 7 months ago
- 7191337 Return alpha channel for single plane external textures by Brandon Jones · 1 year, 7 months ago
- ef88b0f [tint] Move core intrinsic table data to new subdir by Ben Clayton · 1 year, 7 months ago