- 037b54b [ir] Fix ValueToLet for store-before-load by James Price · 8 months ago
- 1aad86d [msl] Move RenameConflicts to core and use it by James Price · 8 months ago
- dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 8 months ago
- 47fddc2 [msl] Emit struct name before constructors by James Price · 8 months ago
- de73431 [msl] Handle pointers in printer by James Price · 8 months ago
- 460f092 [msl] Update expectations by James Price · 8 months ago
- 1d948c6 [msl] Print functions in dependency order by James Price · 8 months ago
- a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 9 months ago
- 7c14dba [spirv-writer][ast] Only use StorageInputOutput16 if needed by James Price · 12 months ago
- ca9f386 GLSL: set integers to precision highp. by Stephen White · 12 months ago
- 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 12 months ago
- ea0fda3 [ast,msl]: packed_vec3: Unroll loop for small composite copy by David Neto · 1 year ago
- e856861 Tint: Don't override HLSL shader model for fp16 by Jiawei Shao · 1 year ago
- 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 1 month ago
- 5ee5f18 [ir][msl] Run existing transforms which are required. by dan sinclair · 1 year, 2 months ago
- 575bb29 [ir][msl] Update expected by dan sinclair · 1 year, 2 months ago
- 9cad74f [ir][msl] Emit swizzle, load/store vector element instructions by dan sinclair · 1 year, 2 months ago
- b4ec73f [ir][msl] Emit unary instructions by dan sinclair · 1 year, 2 months ago
- 99204da [ir][msl] Emit function parameters by dan sinclair · 1 year, 2 months ago
- 624e8dd Add user call tests by dan sinclair · 1 year, 2 months ago
- 1cc5451 [ir][msl] Emit ir::UserCall by dan sinclair · 1 year, 2 months ago
- 3505ed4 Add struct index accessor tests by dan sinclair · 1 year, 2 months ago chromium/6144 chromium/6145 chromium/6146
- 48318cd [ir][msl] Emit ir::Access by dan sinclair · 1 year, 2 months ago
- cea718c [ir][msl] Emit bitcast by dan sinclair · 1 year, 2 months ago
- 1fa6a4b [ir][msl] Emit entry point stage name by dan sinclair · 1 year, 2 months ago
- 5555694 [ir][msl] Fixup binary emission by dan sinclair · 1 year, 2 months ago
- 794186c [ir][msl] Generate expectation files. by dan sinclair · 1 year, 2 months ago
- f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 2 months ago
- 836a10d [tint] Avoid DCE in matrix constructor tests by James Price · 1 year, 3 months ago
- 6c4de8b Tint: Implement bitcast for f16 by Zhaoming Jiang · 1 year, 6 months ago
- de42feb tint: Add vec2(), vec3(), vec4() by Ben Clayton · 1 year, 9 months ago chromium/5727
- c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 1 year, 10 months ago
- 5cf943e tint/hlsl: implement trunc in terms of floor/ceil to work around FXC bug by Antonio Maiorano · 1 year, 10 months ago
- 0e22bdb tint/msl: Fix emission of private variables by James Price · 1 year, 10 months ago
- cc3f851 tint/transform: Polyfill f32 conversion to i32 or u32 by Ben Clayton · 1 year, 11 months ago
- f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 1 year, 11 months ago
- 2657b92 tint/writer/glsl: Fix vector `select` by Ben Clayton · 1 year, 11 months ago
- 51be342 tint/writer/glsl: Fix emission of lowest i32 value by Ben Clayton · 1 year, 11 months ago
- 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 1 year, 11 months ago
- b990d39 test/tint: Update SKIP "expectations" by Ben Clayton · 1 year, 11 months ago
- 4d3af66 tint/msl: Preserve trailing vec3 padding by James Price · 1 year, 11 months ago
- 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 1 year, 11 months ago
- ee665a4 tint: add precise float mod polyfill and enable it for HLSL by Antonio Maiorano · 2 years ago
- ec20758 tint: polyfill remainder to handle negative operands by Antonio Maiorano · 2 years ago
- 635c5d0 tint/spir-v backend: emit OpSRem instead of OpSMod for remainder operation by Antonio Maiorano · 2 years ago
- 0566185 tint: const eval of bitcast operator by Antonio Maiorano · 2 years, 1 month ago
- 4c8f5a1 tint: const eval of logical AND and OR by Antonio Maiorano · 2 years, 2 months ago
- ab9b5f3 Tint: Implement f16 in uniform and storage address space by Zhaoming Jiang · 2 years, 2 months ago
- 003ed55 tint: delete e2e tests with inf/nan args to const eval expressions by Antonio Maiorano · 2 years, 2 months ago
- 46ee639 tint/transform: Implement div / mod polyfill by Ben Clayton · 2 years, 2 months ago
- 02f04d9 tint/transform: Polyfill bit-shift with RHS modulo by Ben Clayton · 2 years, 3 months ago
- 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 3 months ago
- a92f425 tint/writer/msl: Move packed_vector hacks to transform by Ben Clayton · 2 years, 3 months ago chromium/5386
- b3b027d Update lexer to not include `-` in numbers. by dan sinclair · 2 years, 3 months ago
- d5139b4 [msl] Handle packed conversions in shift expressions. by dan sinclair · 2 years, 3 months ago
- 8fd4ef2 Fix MSL packed_int casting. by dan sinclair · 2 years, 4 months ago
- ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 4 months ago
- 2bcade2 Update MSL generator to handle casts of packed types. by dan sinclair · 2 years, 4 months ago
- e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 4 months ago
- 84b43d6 tint/writer: Handle unnested, uniform matCx2 matrices by Ben Clayton · 2 years, 4 months ago
- ebc5bba tint: const eval of binary XOR by Antonio Maiorano · 2 years, 4 months ago
- 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 4 months ago
- e53b6f9 tint: const eval of binary bitwise AND and OR by Antonio Maiorano · 2 years, 4 months ago
- 3740ac6 tint: implement const eval of binary divide by Antonio Maiorano · 2 years, 5 months ago chromium/5282 chromium/5283
- 679cf4f tint: HLSL and GLSL backends now emit 0 for inf and nan by Antonio Maiorano · 2 years, 5 months ago
- 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 5 months ago
- 657e61d tint: Add and use new Std140 transform by Ben Clayton · 2 years, 5 months ago
- c20c5df tint: Implement const eval of binary multiply by Antonio Maiorano · 2 years, 5 months ago
- 426b47e tint: add missing F16 conversion expression support by Zhaoming Jiang · 2 years, 5 months ago
- b79238d tint: Implement const eval of binary minus by Antonio Maiorano · 2 years, 5 months ago
- 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 5 months ago
- 7e9f571 tint: const eval of binary add by Antonio Maiorano · 2 years, 6 months ago
- 7d7976d tint: Add end-to-end tests for expressions using f16 types by Zhaoming Jiang · 2 years, 6 months ago
- 99fa7b9 test/tint: Suppresses vulkan-dep failures in crbug.com/tint/1632 by Loko Kung · 2 years, 6 months ago
- 27f0ea6 test/tint: Add end-to-end tests for inferred arrays by Ben Clayton · 2 years, 6 months ago
- 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 6 months ago
- f19cb02 tint: Remove single scalar matrix constructors. by Ben Clayton · 2 years, 6 months ago
- 63e6f82 tint/resolver: Evaluate const-expr swizzles by Ben Clayton · 2 years, 7 months ago
- c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 7 months ago chromium/5150
- 03f88e6 test/tint/expressions/type_ctor: Use 'var' instead of 'let' by Ben Clayton · 2 years, 7 months ago
- 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 2 years, 7 months ago
- ce466c0 tint: spir-v writer: Fix matrix constructor from matrix variable by Antonio Maiorano · 2 years, 7 months ago
- b4ff8c8 tint/resolver: Simplify array size evaluation by Ben Clayton · 2 years, 7 months ago
- 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 7 months ago
- c5f7e8f tint: Fix emitting identity matrix ctor in HLSL by Zhaoming Jiang · 2 years, 7 months ago
- f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 7 months ago
- 3c05430 tint/sem: Support arrays for sem::Constant by Ben Clayton · 2 years, 7 months ago
- 5041480 tint/writer: Clean up EmitConstant() methods by Ben Clayton · 2 years, 7 months ago
- c1cb9dc tint/resolver: Evaluate constant index accessors by Ben Clayton · 2 years, 7 months ago
- b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 8 months ago chromium/5108
- 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 8 months ago
- e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 8 months ago
- cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 8 months ago
- 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 8 months ago
- 8bd5fec tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions by Ben Clayton · 2 years, 8 months ago
- 3b5edf1 tint: Add matrix identify and single-scalar ctors by Ben Clayton · 2 years, 8 months ago
- e6b6777 tint: Fix MSL generation of '&' and '|' with booleans by Ben Clayton · 2 years, 8 months ago
- 41285aa tint: Lex different tokens for float suffixes by Ben Clayton · 2 years, 9 months ago
- 9e54842 Implement mixed vector-scalar float % operator by Antonio Maiorano · 2 years, 10 months ago
- 3b671cb wgsl: Separate struct members with commas by James Price · 2 years, 10 months ago