- 46de102 tint/transform/builtin_polyfill: Don't polyfill @const builtins by Ben Clayton · 2 years, 6 months ago
- 2048d4f tint: fix identity initializer of vec from vec of abstract not remaining abstract by Antonio Maiorano · 2 years, 6 months ago chromium/5388
- c395660 Add const-eval for `sign`. by dan sinclair · 2 years, 6 months ago
- fd1b5a8 Set specific test value for asin test cases. by dan sinclair · 2 years, 6 months ago
- 91ed6f7 Add const-eval for `saturate`. by dan sinclair · 2 years, 6 months ago
- c98ad87 Add const-eval for `step`. by dan sinclair · 2 years, 6 months ago
- 59d9c89 Add const-eval for `asin` and `asinh`. by dan sinclair · 2 years, 6 months ago
- a92f425 tint/writer/msl: Move packed_vector hacks to transform by Ben Clayton · 2 years, 6 months ago chromium/5386
- 2e376a9 tint/intrinsics: Allow mixing of signed / unsigned integer arguments by Ben Clayton · 2 years, 6 months ago
- 13f0890 tint/intrinsics: Texture queries now return unsigned integer / vectors by Ben Clayton · 2 years, 6 months ago
- b3b027d Update lexer to not include `-` in numbers. by dan sinclair · 2 years, 6 months ago
- 4faf358 Tint/builder/spirv: Fix atomicCompareExchangeWeak wrong return by Zhaoming Jiang · 2 years, 6 months ago chromium/5383
- 25fdff1 Unrevert "tint: rhs of left shift is always u32 or vector of u32" by Antonio Maiorano · 2 years, 6 months ago
- 4c8401f3 Add const-eval for `atanh`. by dan sinclair · 2 years, 6 months ago
- bd5bd24 tint/resolver: Limit scope depth / if-chains. by Ben Clayton · 2 years, 6 months ago
- 95dd428 tint/intrinsics.def: Add @test_value() annotation by Ben Clayton · 2 years, 6 months ago
- c3adc78 test/tint/builtins: Remove hack for 'level' parameter value by Ben Clayton · 2 years, 6 months ago
- 6c33dce tint/test/builtins/gen: Fix i32 argument values by Ben Clayton · 2 years, 6 months ago
- da5424b tint: Allow signed / unsigned texture builtin params by Ben Clayton · 2 years, 6 months ago
- 20500b8 Add const-eval for `atan`. by dan sinclair · 2 years, 6 months ago
- 087c355 Revert "tint: rhs of left shift is always u32 or vector of u32" by Antonio Maiorano · 2 years, 6 months ago chromium/5380
- cc9ae5c tint: rhs of left shift is always u32 or vector of u32 by Antonio Maiorano · 2 years, 6 months ago
- 3a1b799 Review feeback from 106420 by dan sinclair · 2 years, 6 months ago
- b8b0c21 Add break-if support. by dan sinclair · 2 years, 6 months ago
- f8c07d4 Add test for split of `--`. by dan sinclair · 2 years, 6 months ago
- 882b38a Update fallthrough deprecation notice. by dan sinclair · 2 years, 6 months ago
- 6e77b47 Update internals to initializer instead of constructor. by dan sinclair · 2 years, 6 months ago
- 1c94938 tint: implement updated spec rules for shift left of concrete values by Antonio Maiorano · 2 years, 6 months ago
- f148f08 [WGSL] Allow default as a case selector by dan sinclair · 2 years, 6 months ago
- b6e1bc7 tint: Fix C++ UB when shifting abstract 0 left by >= 64 by Antonio Maiorano · 2 years, 6 months ago
- 79195ca tint/uniformity: implement analysis for full and partial assignments by Antonio Maiorano · 2 years, 6 months ago
- d360c1f test/tint: Add tests showing tint:1474 is fixed by Ben Clayton · 2 years, 6 months ago
- 32718a5 Tint/E2E: Fix testcases for bug/chromium/1367602 by Zhaoming Jiang · 2 years, 6 months ago
- 559a248 tint/resolver: Allow texture 'offset' to be const-expr by Ben Clayton · 2 years, 7 months ago
- d5139b4 [msl] Handle packed conversions in shift expressions. by dan sinclair · 2 years, 7 months ago
- 51cc480 test/tint: add test case for tint:1563 by Ben Clayton · 2 years, 7 months ago
- ba384f0 tint/transform: Fix array materialization when indexing with override by Ben Clayton · 2 years, 7 months ago chromium/5357
- d6daefc wgsl: Print abstract-floats with full precision. by Ben Clayton · 2 years, 7 months ago
- 933eb51 tint: Add _tint_materialize internal builtin by Ben Clayton · 2 years, 7 months ago
- 8fd4ef2 Fix MSL packed_int casting. by dan sinclair · 2 years, 7 months ago
- 8800d88 tint: const eval of 'select' builtin by Antonio Maiorano · 2 years, 7 months ago
- cf47d61 tint: add parse_hlsl_errors.py to help triage hlsl errors by Antonio Maiorano · 2 years, 7 months ago
- 1dbda6f Update variables in address space template. by dan sinclair · 2 years, 7 months ago
- 66d3efb Limit array element count to less then 65536 elements. by dan sinclair · 2 years, 7 months ago
- ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 7 months ago
- 2bcade2 Update MSL generator to handle casts of packed types. by dan sinclair · 2 years, 7 months ago
- 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 7 months ago
- dadb1fc tint: add e2e test for crbug.com/tint/1605 by Antonio Maiorano · 2 years, 7 months ago
- 9b190f5 tint: add e2e test for crbug.com/tint/1604 by Antonio Maiorano · 2 years, 7 months ago
- 451dcac tint: delete e2e test with invalid SPIR-V by Antonio Maiorano · 2 years, 7 months ago
- eea4208 tint: add e2e test for crbug.com/tint/1538 by Antonio Maiorano · 2 years, 7 months ago
- 2323977 tint: add e2e test for crbug.com/tint/1557 by Antonio Maiorano · 2 years, 7 months ago
- 4bffb56 tint: Fix failing e2e tests due to updated spirv-val by Antonio Maiorano · 2 years, 7 months ago
- 5b0bab8 tint/fxc: regen e2e tests that are not actual FXC timeouts by Antonio Maiorano · 2 years, 7 months ago chromium/5325
- f56d895 tint/fxc: delete and regen skips for e2e tests to capture FXC error messages in expected file by Antonio Maiorano · 2 years, 7 months ago
- 4c70d7f tint: Make uniformity analysis failures a hard error by Ben Clayton · 2 years, 7 months ago
- c4ebf2c tint: Implement textureSampleBaseClampToEdge by Ben Clayton · 2 years, 7 months ago
- 78f8067 Fix overrides in array size. by dan sinclair · 2 years, 7 months ago
- f2c1d0a tint: Add test cases for tint:1666 by Ben Clayton · 2 years, 7 months ago chromium/5315
- e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 7 months ago
- 90b29e5 tint/transform/std140: Correctly handle nested / bare matrices by Ben Clayton · 2 years, 7 months ago
- 84b43d6 tint/writer: Handle unnested, uniform matCx2 matrices by Ben Clayton · 2 years, 7 months ago
- a3f2bf6 spirv-reader: phis as a particular case of hoisting to a var by David Neto · 2 years, 7 months ago
- ebc5bba tint: const eval of binary XOR by Antonio Maiorano · 2 years, 7 months ago
- 6ab0265 tint/spirv-reader: add support for GLSLstd450MatrixInverse by Antonio Maiorano · 2 years, 7 months ago chromium/5304
- 751e668 tint/intrinsics.def: Implement saturate() by Ben Clayton · 2 years, 8 months ago
- 8a440ee tint: delete and regen SKIP e2e tests that were missing FXC error message by Antonio Maiorano · 2 years, 8 months ago
- 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 8 months ago
- e53b6f9 tint: const eval of binary bitwise AND and OR by Antonio Maiorano · 2 years, 8 months ago
- 5b3707a tint: Implement const eval of unary not by Antonio Maiorano · 2 years, 8 months ago
- 4b70776 tint: Fix transform errors when calling arrayLength() as a statement by Ben Clayton · 2 years, 8 months ago
- e214a13 Run substitute_overrides for all tests. by dan sinclair · 2 years, 8 months ago
- 29aa613 tint: const eval of comparison operations by Antonio Maiorano · 2 years, 8 months ago
- eeda18d tint::transform::SingleEntryPoint: Preserve global 'const's by Ben Clayton · 2 years, 8 months ago
- 8b4ed50 tint: Fix / remove tests that access OOB by Ben Clayton · 2 years, 8 months ago chromium/5286
- 3740ac6 tint: implement const eval of binary divide by Antonio Maiorano · 2 years, 8 months ago chromium/5282 chromium/5283
- 679cf4f tint: HLSL and GLSL backends now emit 0 for inf and nan by Antonio Maiorano · 2 years, 8 months ago
- 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 8 months ago
- 8b30ca3 tint/transform: Fix FoldTrivialSingleUseLet for abstracts by Ben Clayton · 2 years, 8 months ago
- 657e61d tint: Add and use new Std140 transform by Ben Clayton · 2 years, 8 months ago
- c20c5df tint: Implement const eval of binary multiply by Antonio Maiorano · 2 years, 8 months ago
- 426b47e tint: add missing F16 conversion expression support by Zhaoming Jiang · 2 years, 8 months ago
- cbe8b36 tint: spir-v reader: add support for GLSLstd450Determinant by Antonio Maiorano · 2 years, 8 months ago
- 7517e21 Update `workgroup_size` to use `expression`. by dan sinclair · 2 years, 8 months ago
- ff13302 tint/transform: Fix index 0 accessing in DecomposeMemoryAccess by Zhaoming Jiang · 2 years, 8 months ago
- b79238d tint: Implement const eval of binary minus by Antonio Maiorano · 2 years, 8 months ago
- 0f0ba20 tint/transform: Fix PromoteInitializersToLetTest for materialized constants by Ben Clayton · 2 years, 8 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, 9 months ago
- a58d8c9 tint: fix builtin calls and binary ops with abstract args of different type by Antonio Maiorano · 2 years, 9 months ago
- 90d5eb6 tint: Add RemovePhonies transform to spir-v backend by Antonio Maiorano · 2 years, 9 months ago
- 9443ceb tint: End-to-end tests for f16 built-in by Zhaoming Jiang · 2 years, 9 months ago
- 20cddbf tint: Implement modf and frexp built-ins for f16 types by Zhaoming Jiang · 2 years, 9 months ago
- 7e9f571 tint: const eval of binary add by Antonio Maiorano · 2 years, 9 months ago
- 52f852f test/tint: Regenerate SKIP expectations by Ben Clayton · 2 years, 9 months ago
- 7d7976d tint: Add end-to-end tests for expressions using f16 types by Zhaoming Jiang · 2 years, 9 months ago
- 6f8d945 Sync reserved token list to WGSL spec. by dan sinclair · 2 years, 9 months ago chromium/5217
- 99fa7b9 test/tint: Suppresses vulkan-dep failures in crbug.com/tint/1632 by Loko Kung · 2 years, 9 months ago
- 73778d3b Add support for >>= and <<=. by dan sinclair · 2 years, 9 months ago
- 27f0ea6 test/tint: Add end-to-end tests for inferred arrays by Ben Clayton · 2 years, 9 months ago