- 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
- 520a86a [msl] Fix host-shareable struct padding by James Price · 7 months ago
- d117d65 [spirv][ir] Add some missing decorations. by dan sinclair · 7 months ago
- 4c92f4b [tint] Skip MergeReturn for entry points by Peter McNeeley · 7 months ago
- ede7633 [Compat] Use @size attribute for glsl pad struct by Shrek Shao · 8 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
- 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
- 1c4ff69 [msl] Add polyfill for distance builtin 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 · 10 months ago
- 2fa56aa [hlsl] Add UserCall to the IR backend. by dan sinclair · 10 months ago
- a75e9a5 [hlsl] Emit `numthreads` from HLSL IR backend. by dan sinclair · 10 months ago
- 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 10 months ago
- 02cf911 [msl] Implement ShaderIO transform by James Price · 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
- a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
- ca9f386 GLSL: set integers to precision highp. by Stephen White · 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
- 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
- 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
- cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 5 months ago
- 1104ad1 [spirv-reader] Emit zero value constructors by James Price · 1 year, 9 months ago
- 114bae2 [spirv-reader] Use builtin vector aliases by James Price · 1 year, 11 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
- f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years, 1 month ago
- 6cc183c Generic template and forward in stringstream. by dan sinclair · 2 years, 1 month ago
- 4d3af66 tint/msl: Preserve trailing vec3 padding by James Price · 2 years, 1 month ago
- 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
- 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 5 months ago
- b3b027d Update lexer to not include `-` in numbers. by dan sinclair · 2 years, 5 months ago
- d6daefc wgsl: Print abstract-floats with full precision. by Ben Clayton · 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
- 3740ac6 tint: implement const eval of binary divide by Antonio Maiorano · 2 years, 7 months ago chromium/5282 chromium/5283
- 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
- c20c5df tint: Implement const eval of binary multiply by Antonio Maiorano · 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
- f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 9 months ago
- 5041480 tint/writer: Clean up EmitConstant() methods 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
- 8bd5fec tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions by Ben Clayton · 2 years, 10 months ago
- 790e4c2 GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. by Stephen White · 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