- d319ae7 Update `tint` to use new single entry point path for SPIR-V by dan sinclair · 3 months ago
- 0c359fd Update `tint` to use new single entry point path for HLSL by dan sinclair · 3 months ago
- f9b6b90 [glsl] Use PreventInfiniteLoops transform by James Price · 3 months ago
- 2fce407 [spirv] Use PreventInfiniteLoops transform by James Price · 3 months ago
- 5947554 [hlsl] Use PreventInfiniteLoops transform by James Price · 3 months ago
- 59b5e9d [msl] Use PreventInfiniteLoops by James Price · 3 months ago
- 25da285 [msl] Use vector component notation in more places by James Price · 3 months ago
- ec3114d Enable `robustness` transform by default in `tint`. by dan sinclair · 3 months ago
- 83e6619 msl: mitigate infinite loops only when requesting robustness by David Neto · 3 months ago
- a0239e7 HLSL-IR: Fix default-only-switch workaround for FXC by Antonio Maiorano · 4 months ago
- 3ddc07a [glsl][ir] Make GLSL IR the only GLSL in tint e2e. by dan sinclair · 4 months ago
- 1217dc1 [glsl] Remove the non-IR GLSL expectations. by dan sinclair · 4 months ago
- 1ab9f5e [msl ir] Convince the Metal compiler loops are never infinite by David Neto · 5 months ago
- 012551a Convince the metal compiler that loops are never infinite by David Neto · 5 months ago
- 8055bf4 [glsl][ir] Polyfill `textureSample` by dan sinclair · 5 months ago
- 6fd5da8 [glsl][ir] Regenerate skips by dan sinclair · 5 months ago
- a6300bf [glsl] Convert `select` to `mix` instead of ternary. by dan sinclair · 5 months ago
- 0c0e7ec Add "hlsl-fxc" format to Tint executable by Antonio Maiorano · 5 months ago
- d032c62 HLSL-IR: emit constant i32 literals as int(<literal>) by Antonio Maiorano · 5 months ago
- fae723c [glsl] Regenerate skips by dan sinclair · 5 months ago
- a532ca4 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
- 949fa99 [glsl][ir] Polyfill the `select` command. by dan sinclair · 6 months ago
- 607f4cb [tint] Fix max float as integer in conversion 'ConvF32ToIU32' by Peter McNeeley · 6 months ago
- a561b98 [glsl][ir] Create header section before preamble. by dan sinclair · 6 months ago
- f15c1c3 [glsl][ir] Add ShaderIO by dan sinclair · 6 months ago
- 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
- 73fd374 [msl] Emit TINT_ISOLATE_UB macro by James Price · 6 months ago
- 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 6 months ago
- 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 6 months ago
- aef5957 [hlsl] Regen skips for HLSL tint e2e files (both non-IR and IR) by Antonio Maiorano · 6 months ago
- 4f97c0e test_runner: scrub path of error/warning messages for FXC files by Antonio Maiorano · 6 months ago
- cf2f4d6 [hlsl] Regen skips for all tint e2e hlsl files by Antonio Maiorano · 6 months ago
- 780c409 Regen ir.fxc.hlsl files by Antonio Maiorano · 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 · 7 months ago
- 09aa719 [hlsl] Emit `textureSample` in HLSL IR by dan sinclair · 7 months ago
- 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 7 months ago
- 48be7e8 [msl] Add newlines between global declarations by James Price · 8 months ago
- 84db15d [msl] Add parentheses around break-if condition 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 · 9 months ago
- 54883c2 [msl] Handle textureSample builtins by James Price · 9 months ago
- b5a904c [msl] Emit continuing inside a new block by James Price · 9 months ago chromium/6519
- 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 9 months ago
- dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 9 months ago
- 02cf911 [msl] Implement ShaderIO transform by James Price · 9 months ago
- a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 10 months ago
- b827111 [tint] Preserve derivatives in DemoteToHelper by James Price · 12 months ago
- ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 1 month ago
- 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 1 month ago
- ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 1 month ago
- 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 1 month ago
- ef01100 [tint][wgsl][reader] Expand expression Source spans by Ben Clayton · 1 year, 2 months ago
- 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 2 months ago
- f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 3 months ago
- b171bec [tools] Replace test-all.sh with ./tools/run tests by Ben Clayton · 1 year, 3 months ago
- c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 1 year, 11 months ago
- 8cf01ee tint: Support @diagnostic on switch body by James Price · 2 years ago
- 498e918 tint: Support @diagnostic on continuing statements by James Price · 2 years ago
- d7d8b80 tint: Support @diagnostic on loop and loop body by James Price · 2 years ago
- ed28de3 tint: Support @diagnostic on for loops by James Price · 2 years ago
- 9536ced tint: Support @diagnostic on while statements by James Price · 2 years ago
- d0ed63e tint: Support @diagnostic on switch statements by James Price · 2 years ago
- 0607796 tint: Support @diagnostic on if statements by James Price · 2 years ago
- cc3f851 tint/transform: Polyfill f32 conversion to i32 or u32 by Ben Clayton · 2 years ago
- f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years ago
- b990d39 test/tint: Update SKIP "expectations" by Ben Clayton · 2 years ago
- 643f2aa tint/reader/wgsl: Remove type keywords by Ben Clayton · 2 years ago
- d9f6596 tint: Handle @diagnostic on block statements by James Price · 2 years, 1 month ago
- 2dbb7b4 tint/SingleEntryPoint: Handle diagnostic directive by James Price · 2 years, 1 month ago