- c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 1 year, 11 months ago
- 5cf943e tint/hlsl: implement trunc in terms of floor/ceil to work around FXC bug by Antonio Maiorano · 2 years ago
- f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years ago
- 2657b92 tint/writer/glsl: Fix vector `select` by Ben Clayton · 2 years ago
- 51be342 tint/writer/glsl: Fix emission of lowest i32 value by Ben Clayton · 2 years ago
- 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years ago
- b990d39 test/tint: Update SKIP "expectations" by Ben Clayton · 2 years ago
- 4d3af66 tint/msl: Preserve trailing vec3 padding by James Price · 2 years ago
- 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years 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, 1 month ago
- 635c5d0 tint/spir-v backend: emit OpSRem instead of OpSMod for remainder operation by Antonio Maiorano · 2 years, 1 month ago
- ab9b5f3 Tint: Implement f16 in uniform and storage address space by Zhaoming Jiang · 2 years, 3 months ago
- 46ee639 tint/transform: Implement div / mod polyfill by Ben Clayton · 2 years, 4 months ago
- 02f04d9 tint/transform: Polyfill bit-shift with RHS modulo by Ben Clayton · 2 years, 4 months ago
- 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 4 months ago
- a92f425 tint/writer/msl: Move packed_vector hacks to transform by Ben Clayton · 2 years, 4 months ago chromium/5386
- b3b027d Update lexer to not include `-` in numbers. by dan sinclair · 2 years, 4 months ago
- d5139b4 [msl] Handle packed conversions in shift expressions. by dan sinclair · 2 years, 5 months ago
- 8fd4ef2 Fix MSL packed_int casting. by dan sinclair · 2 years, 5 months ago
- ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 5 months ago
- 2bcade2 Update MSL generator to handle casts of packed types. by dan sinclair · 2 years, 5 months ago
- e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 6 months ago
- 84b43d6 tint/writer: Handle unnested, uniform matCx2 matrices by Ben Clayton · 2 years, 6 months ago
- ebc5bba tint: const eval of binary XOR by Antonio Maiorano · 2 years, 6 months ago
- 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 6 months ago
- e53b6f9 tint: const eval of binary bitwise AND and OR by Antonio Maiorano · 2 years, 6 months ago
- 3740ac6 tint: implement const eval of binary divide by Antonio Maiorano · 2 years, 6 months ago chromium/5282 chromium/5283
- 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 6 months ago
- 657e61d tint: Add and use new Std140 transform by Ben Clayton · 2 years, 6 months ago
- c20c5df tint: Implement const eval of binary multiply by Antonio Maiorano · 2 years, 6 months ago
- b79238d tint: Implement const eval of binary minus by Antonio Maiorano · 2 years, 7 months ago
- 7e9f571 tint: const eval of binary add by Antonio Maiorano · 2 years, 7 months ago
- 7d7976d tint: Add end-to-end tests for expressions using f16 types by Zhaoming Jiang · 2 years, 7 months ago
- 99fa7b9 test/tint: Suppresses vulkan-dep failures in crbug.com/tint/1632 by Loko Kung · 2 years, 7 months ago
- 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 7 months ago
- c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 8 months ago chromium/5150
- 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 8 months ago
- f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 8 months ago
- 5041480 tint/writer: Clean up EmitConstant() methods by Ben Clayton · 2 years, 8 months ago
- b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 9 months ago chromium/5108
- 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 9 months ago
- e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 9 months ago
- cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 9 months ago
- 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 9 months ago
- e6b6777 tint: Fix MSL generation of '&' and '|' with booleans by Ben Clayton · 2 years, 10 months ago
- 9e54842 Implement mixed vector-scalar float % operator by Antonio Maiorano · 3 years ago
- 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
- 59f1e8d GLSL: special-case BinaryOp::kModulo for floating point. by Stephen White · 3 years ago
- dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years ago