- 3ddc07a [glsl][ir] Make GLSL IR the only GLSL in tint e2e. by dan sinclair · 5 months ago
- 1217dc1 [glsl] Remove the non-IR GLSL expectations. by dan sinclair · 5 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
- 71c1d54 [glsl] Propagate names to block struct wrappers by James Price · 6 months ago
- 6d602f4 [glsl][ir] Add a transform to remove pointer lets. by dan sinclair · 6 months ago
- d032c62 HLSL-IR: emit constant i32 literals as int(<literal>) by Antonio Maiorano · 6 months ago
- a532ca4 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
- 182d933 [glsl][ir] Emit global variable information. by dan sinclair · 7 months ago
- 2d24558 [msl] Polyfill signed integer arithmetic by James Price · 7 months ago
- 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
- 32f3eff [glsl][ir] Add vector accessors. by dan sinclair · 7 months ago
- 73fd374 [msl] Emit TINT_ISOLATE_UB macro by James Price · 7 months ago
- 7206591 [glsl][ir] Emit `Loop` and supporting instructions by dan sinclair · 7 months ago chromium/6697
- 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
- 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 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 · 8 months ago
- 0b5de40 [spirv] Remove AST E2E expectations by James Price · 8 months ago
- 1b77b6c [spirv] Generate IR expectations. by dan sinclair · 8 months ago
- f294377 [hlsl] Fix decompose with reused access chain. by dan sinclair · 8 months ago
- 09aa719 [hlsl] Emit `textureSample` in HLSL IR by dan sinclair · 8 months ago
- 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 8 months ago
- 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
- b581098 [hlsl] Emit `store` instructions in HLSL IR backend. 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
- b5a904c [msl] Emit continuing inside a new block by James Price · 10 months ago chromium/6519
- de73431 [msl] Handle pointers in printer by James Price · 11 months ago
- 460f092 [msl] Update expectations by James Price · 11 months ago
- a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
- 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 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
- 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
- f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
- c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 2 years ago
- 0e22bdb tint/msl: Fix emission of private variables by James Price · 2 years ago
- 3cde73c tint/transform/utils: Correctly scope for-loop init by Ben Clayton · 2 years, 1 month ago
- 46ee639 tint/transform: Implement div / mod polyfill by Ben Clayton · 2 years, 5 months ago
- 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 6 months ago
- 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
- 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 8 months ago
- c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 9 months ago chromium/5150
- 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 2 years, 9 months ago
- 32cb9cf tint/writer: Disable constant inlining for lets 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
- 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
- d68d3a9 Add support for increment/decrement statements by James Price · 3 years ago
- b02fe31 wgsl: Add support for increment/decrement statements by James Price · 3 years ago