- a11e58c [msl] Add polyfill for floating point modulo by James Price · 9 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
- 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
- b581098 [hlsl] Emit `store` instructions in HLSL IR backend. by dan sinclair · 9 months ago
- 8bf3d0a7 [hlsl] Mark inlined and skipped block instructions. by dan sinclair · 9 months ago
- 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 9 months ago
- 2fa56aa [hlsl] Add UserCall to the IR backend. by dan sinclair · 9 months ago
- a75e9a5 [hlsl] Emit `numthreads` from HLSL IR backend. by dan sinclair · 9 months ago
- 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 10 months ago
- 54883c2 [msl] Handle textureSample builtins by James Price · 10 months ago
- 085093d [msl] Use the output of FlattenBindings by James Price · 10 months ago
- fae957f [msl] Add polyfill for atomicCompareExchangeWeak 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
- 47fddc2 [msl] Emit struct name before constructors by James Price · 11 months ago
- de73431 [msl] Handle pointers in printer by James Price · 11 months ago
- 460f092 [msl] Update expectations by James Price · 11 months ago
- 1d948c6 [msl] Print functions in dependency order by James Price · 11 months ago
- a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
- 988805a [tint][spirv-ast] Fix emission of discard followed by statement by Ben Clayton · 11 months ago
- b827111 [tint] Preserve derivatives in DemoteToHelper by James Price · 1 year ago
- ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 2 months ago
- f83de0f [tint][ast] Fix DemoteToHelper with atomicCompareExchangeWeak() 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
- 80144d2 [tint][hlsl] Fix names of vector / matrix setter utils by Ben Clayton · 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
- f468667 [tint][wgsl] Add unrestricted_pointer_parameters feature 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
- 2e26e7a [tint][msl][ir] Use ValueToLet IR transform by Ben Clayton · 1 year, 4 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
- 4b8a3d3 [tint][transform][hlsl] Fix bad materialization by Ben Clayton · 1 year, 10 months ago
- 47dd301 tint/resolver: Resolve builtin structs by Ben Clayton · 1 year, 11 months ago
- c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 2 years ago
- 5cf943e tint/hlsl: implement trunc in terms of floor/ceil to work around FXC bug by Antonio Maiorano · 2 years ago
- 0e22bdb tint/msl: Fix emission of private variables by James Price · 2 years ago
- cc3f851 tint/transform: Polyfill f32 conversion to i32 or u32 by Ben Clayton · 2 years, 1 month ago
- f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years, 1 month ago
- 2657b92 tint/writer/glsl: Fix vector `select` by Ben Clayton · 2 years, 1 month ago
- da353b4 tint: Flip evaluation order of assignment statements by Ben Clayton · 2 years, 1 month ago
- 51be342 tint/writer/glsl: Fix emission of lowest i32 value 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
- 3cde73c tint/transform/utils: Correctly scope for-loop init by Ben Clayton · 2 years, 1 month ago
- 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
- ee665a4 tint: add precise float mod polyfill and enable it for HLSL by Antonio Maiorano · 2 years, 1 month ago
- ec20758 tint: polyfill remainder to handle negative operands by Antonio Maiorano · 2 years, 2 months ago
- eab1f62 tint/hlsl: for default-only switch, only emit condition if it has side-effects by Antonio Maiorano · 2 years, 2 months ago chromium/5574
- 635c5d0 tint/spir-v backend: emit OpSRem instead of OpSMod for remainder operation by Antonio Maiorano · 2 years, 2 months ago
- f528d33 tint/transform: fix PromoteInitializersToLet for constant expressions by Ben Clayton · 2 years, 4 months ago
- 619f9bd tint/transform: Fix ICE when combining polyfills by Ben Clayton · 2 years, 4 months ago
- d8a986b Remove fallthrough support from SPIRV-Reader. by dan sinclair · 2 years, 5 months ago
- 8cd34f8 tint: Fix DemoteToHelper for atomicCmpXchgWeak by James Price · 2 years, 5 months ago
- 46ee639 tint/transform: Implement div / mod polyfill by Ben Clayton · 2 years, 5 months ago
- 744d0eb tint: Use "demote-to-helper" semantics for discard by James Price · 2 years, 5 months ago
- 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 5 months ago
- a92f425 tint/writer/msl: Move packed_vector hacks to transform by Ben Clayton · 2 years, 5 months ago chromium/5386
- f8c07d4 Add test for split of `--`. by dan sinclair · 2 years, 5 months ago
- 882b38a Update fallthrough deprecation notice. by dan sinclair · 2 years, 5 months ago
- f148f08 [WGSL] Allow default as a case selector by dan sinclair · 2 years, 5 months ago
- d5139b4 [msl] Handle packed conversions in shift expressions. by dan sinclair · 2 years, 6 months ago
- 8fd4ef2 Fix MSL packed_int casting. by dan sinclair · 2 years, 6 months ago
- 2bcade2 Update MSL generator to handle casts of packed types. 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
- 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 7 months ago
- 5b3707a tint: Implement const eval of unary not by Antonio Maiorano · 2 years, 7 months ago
- 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
- 735e4b4 Emit deprecation for fallthrough. by dan sinclair · 2 years, 8 months ago
- 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 8 months ago
- 90d5eb6 tint: Add RemovePhonies transform to spir-v backend by Antonio Maiorano · 2 years, 8 months ago
- 73778d3b Add support for >>= and <<=. 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
- 6c098ba tint: Implement constant expression structures by Ben Clayton · 2 years, 9 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
- 3c05430 tint/sem: Support arrays for sem::Constant 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
- 4d36557 Normalize all line endings to LF by Ben Clayton · 3 years 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
- 0e1f57cb glsl: Implement compound assignment by James Price · 3 years ago
- 16eeff3 spirv: Implement compound assignment by James Price · 3 years ago
- 508a966 hlsl: Implement compound assignment by James Price · 3 years ago
- 60107e7 msl: Implement compound assignment by James Price · 3 years ago
- 555c256 wgsl: Add support for compound assignment by James Price · 3 years ago
- 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
- 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 3 years ago
- dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago