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