- ccb0a77 [glsl][ir] Have tint run SingleEntryPoint for GLSL. by dan sinclair · 7 months ago
- 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
- 6d87fa6 [msl] Add support for clip_distances by James Price · 7 months ago
- 73fd374 [msl] Emit TINT_ISOLATE_UB macro by James Price · 7 months ago
- 0330f50 [glsl][ir] Emit `If` and `ExitIf` by dan sinclair · 7 months ago
- ea6efd9 [msl] Mark some tests as INVALID by James Price · 7 months ago
- adaa316 [glsl][ir] Emit `Access` by dan sinclair · 7 months ago chromium/6692 chromium/6693 chromium/6694 chromium/6695 chromium/6696
- c2f6f2f [glsl][ir] Emit load and store by dan sinclair · 7 months ago
- 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 7 months ago
- b41b866 [glsl][ir] Generate passing expectations. by dan sinclair · 7 months ago
- 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 7 months ago
- aef5957 [hlsl] Regen skips for HLSL tint e2e files (both non-IR and IR) by Antonio Maiorano · 7 months ago
- d117d65 [spirv][ir] Add some missing decorations. by dan sinclair · 7 months ago
- 67b738c [spirv] Move E2E expectations to default paths by James Price · 7 months ago
- 0b5de40 [spirv] Remove AST E2E expectations by James Price · 7 months ago
- 1b77b6c [spirv] Generate IR expectations. by dan sinclair · 8 months ago
- 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 8 months ago
- 812c9d0 [msl] Regenerate test expectations by James Price · 9 months ago chromium/6568
- 48be7e8 [msl] Add newlines between global declarations by James Price · 9 months ago
- d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 9 months ago
- c69667d [hlsl] Emit zero value var initializers by dan sinclair · 9 months ago
- 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 9 months ago
- 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 10 months ago
- 9f4eff2 [msl] Fix undef struct constructor args by James Price · 10 months ago
- 3e277d2 [msl] Skip undef arguments in struct constructors by James Price · 10 months ago
- b5a904c [msl] Emit continuing inside a new block by James Price · 10 months ago chromium/6519
- 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 10 months ago
- dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 10 months ago
- 02cf911 [msl] Implement ShaderIO transform by James Price · 10 months ago
- 985b4e8 [msl] Populate Output::workgroup_allocations by James Price · 10 months ago
- c451f62 [msl] Support workgroup vars in ModuleScopeVars by James Price · 10 months ago
- 47fddc2 [msl] Emit struct name before constructors by James Price · 10 months ago
- de73431 [msl] Handle pointers in printer by James Price · 10 months ago
- 460f092 [msl] Update expectations by James Price · 10 months ago
- a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
- 58f087d [tint] Add var tests for nested structs by Ben Clayton · 12 months ago
- f5abb82 tint: work around zero-init bug on some GPUs for workgroup size(1) by Antonio Maiorano · 1 year, 1 month ago
- a2455c9 [tint] Fix end-to-end tests. by Ben Clayton · 1 year, 2 months ago
- ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 2 months ago
- c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 2 months ago
- 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 2 months ago
- 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 2 months ago
- 4eeb0bd Implement push_constant-based firstIndex transform. by Stephen White · 1 year, 2 months ago
- 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 2 months ago
- ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 2 months ago
- 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 2 months ago
- 2d501c5 [tint] Fix emission of module-scope struct initializers by Ben Clayton · 1 year, 2 months ago
- b789a43 GLSL: implement push constants. by Stephen White · 1 year, 2 months ago
- 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 3 months ago
- 575bb29 [ir][msl] Update expected by dan sinclair · 1 year, 4 months ago
- 794186c [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
- f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
- 0e22bdb tint/msl: Fix emission of private variables by James Price · 2 years ago
- f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years, 1 month ago
- 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years, 1 month ago
- 9dc48bc tint: Rename 'type' to 'alias' by Ben Clayton · 2 years, 2 months ago chromium/5559
- f528d33 tint/transform: fix PromoteInitializersToLet for constant expressions by Ben Clayton · 2 years, 4 months ago
- 4c8f5a1 tint: const eval of logical AND and OR by Antonio Maiorano · 2 years, 4 months ago
- 329dfd7 tint: Implement const-eval of modf by Ben Clayton · 2 years, 4 months ago
- ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 6 months ago
- 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 6 months ago
- 29aa613 tint: const eval of comparison operations by Antonio Maiorano · 2 years, 7 months ago
- 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 8 months ago
- 4abf28e tint: Add basic support for chromium_experimental_push_constant. by dan sinclair · 2 years, 8 months ago
- 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 8 months ago
- 256f111 Add transform to substitute overrides with const expressions. by dan sinclair · 2 years, 8 months ago
- c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 9 months ago chromium/5150
- 53af158 tint/reader: Allow module-scope 'var' type inferencing by Ben Clayton · 2 years, 9 months ago
- 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 2 years, 9 months ago
- f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 9 months ago
- b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 10 months ago chromium/5108
- 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
- e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
- cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
- 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
- c188ca6 tint: add --overrides flag to specify pipeline overrides by Antonio Maiorano · 2 years, 11 months ago
- 4d36557 Normalize all line endings to LF by Ben Clayton · 3 years ago
- 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
- dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago