1. bd8449f tint/test: Regenerate expectations by Ben Clayton · 2 years, 9 months ago chromium/5142
  2. b4ff8c8 tint/resolver: Simplify array size evaluation by Ben Clayton · 2 years, 9 months ago
  3. 268d7b8 tint: Add support for atomic ops to spirv reader by Antonio Maiorano · 2 years, 9 months ago
  4. 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 9 months ago
  5. c5f7e8f tint: Fix emitting identity matrix ctor in HLSL by Zhaoming Jiang · 2 years, 9 months ago
  6. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 9 months ago
  7. 3c05430 tint/sem: Support arrays for sem::Constant by Ben Clayton · 2 years, 9 months ago
  8. 5041480 tint/writer: Clean up EmitConstant() methods by Ben Clayton · 2 years, 9 months ago
  9. c1cb9dc tint/resolver: Evaluate constant index accessors by Ben Clayton · 2 years, 9 months ago
  10. f99671b tint: spir-v reader: fix atomicCompareExchangeWeak with var comparator by Antonio Maiorano · 2 years, 9 months ago chromium/5139
  11. ef62b58 Skip Gamma and Gamut conversions for BT.709->SRGB by jchen10 · 2 years, 9 months ago
  12. 42fdeb2 Remove test/tint/BUILD.gn by dan sinclair · 2 years, 9 months ago
  13. 889a499 Remove test/tint/BUILD.gn. by dan sinclair · 2 years, 9 months ago
  14. dcdf66e tint/ast: Derive off `ast::Variable` by Ben Clayton · 2 years, 9 months ago
  15. 4b88dbc Fixup continue support in while loops. by dan sinclair · 2 years, 9 months ago chromium/5125
  16. 49d1a2d Add while statement parsing. by dan sinclair · 2 years, 9 months ago
  17. 3e38d7e tint: Remove support for smoothStep builtin by James Price · 2 years, 9 months ago
  18. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 9 months ago chromium/5108
  19. f25140f tint: fix emitting duplicate structs for atomicCompareExchangeWeak by Antonio Maiorano · 2 years, 9 months ago
  20. f0c150b Add parsing of shorter stage attributes. by dan sinclair · 2 years, 10 months ago
  21. c0af5c5 tint: Add builtin tests for arguments passed by var by Ben Clayton · 2 years, 10 months ago
  22. eb29f81 tint: Shuffle builtin test directories by Ben Clayton · 2 years, 10 months ago
  23. b1d5bc8 tint: Add tests showing tint:1332 is fixed by Ben Clayton · 2 years, 10 months ago chromium/5098
  24. e593585 tint/transform: Remove FoldConstants by Ben Clayton · 2 years, 10 months ago
  25. 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  26. e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  27. cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  28. 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  29. 37d92ca tint/spirv: Fix atomicCompareExchangeWeak by James Price · 2 years, 10 months ago
  30. 16175ac tint: Remove use of inf / nans from e2e tests by Ben Clayton · 2 years, 10 months ago
  31. 8bd5fec tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions by Ben Clayton · 2 years, 10 months ago
  32. 08f4b55 Implement atomicCompareExchangeWeak returning struct instead of vec2 by Antonio Maiorano · 2 years, 10 months ago chromium/5096
  33. 572eaf2 tint: Remove ConversionFailure::kTooSmall by Ben Clayton · 2 years, 10 months ago
  34. b0d9c15 tint: Remove skips for tests that now pass latest DXC by Antonio Maiorano · 2 years, 10 months ago
  35. 9707e6b tint: Rework sem::Constant to be variant-of-vector by Ben Clayton · 2 years, 10 months ago
  36. c2eccfc tint: Add more helpers to tint::Number by Ben Clayton · 2 years, 10 months ago
  37. 3c83be8 tint: Add utils::Result by Ben Clayton · 2 years, 10 months ago
  38. 932418e tint: Implement abstract-numeric materialization by Ben Clayton · 2 years, 10 months ago
  39. ab4c035 tint: fix HLSL countOneBits and reverseBits for i32 args by Antonio Maiorano · 2 years, 10 months ago
  40. 2081ee4 tint: Add sem::Materialize by Ben Clayton · 2 years, 10 months ago
  41. 7f2b8cd tint: Refactor Extensions / Enables. by Ben Clayton · 2 years, 10 months ago
  42. e0ff664 tint: Add sem::Type::ConversionRank() by Ben Clayton · 2 years, 10 months ago
  43. 3b5edf1 tint: Add matrix identify and single-scalar ctors by Ben Clayton · 2 years, 10 months ago
  44. e6b6777 tint: Fix MSL generation of '&' and '|' with booleans by Ben Clayton · 2 years, 10 months ago
  45. 35f0fca tint/uniformity: Use non-recursive graph traversal by James Price · 2 years, 10 months ago
  46. a89ff59 tint: Show where control flow became non-uniform by James Price · 2 years, 10 months ago
  47. 62bfd31 tint: Implement `f16` keyword in Tint frontend by Zhaoming Jiang · 2 years, 10 months ago
  48. 7dd0ab7 tint: Show the source of non-uniformity by James Price · 2 years, 10 months ago
  49. 9c03abf tint: Show the reason for a uniformity requirement by James Price · 2 years, 10 months ago
  50. be656f7 tint: Implement uniformity analaysis by James Price · 2 years, 10 months ago
  51. 791b435 tint: Add transform to disable uniformity analysis by James Price · 2 years, 10 months ago
  52. 41285aa tint: Lex different tokens for float suffixes by Ben Clayton · 2 years, 10 months ago
  53. 6c9e475 tint: Support dot4I8Packed and dot4U8Packed in sem by Jiawei Shao · 2 years, 10 months ago
  54. e6e96de tint: Add operator support to intrinsic-gen by Ben Clayton · 2 years, 10 months ago
  55. e132516 tint: Rename and move builtin_table and builtin-gen by Ben Clayton · 2 years, 10 months ago
  56. 0ce9ab0 tint: Change all ProgramBuilder literals to 'i' or 'u' suffix by Ben Clayton · 2 years, 10 months ago
  57. c188ca6 tint: add --overrides flag to specify pipeline overrides by Antonio Maiorano · 2 years, 10 months ago
  58. 7cbd820 tint: Add Bitcast helper by Ben Clayton · 2 years, 10 months ago chromium/5046
  59. 06496d4 tint/reader/spirv: Generate 'i' suffixed literals by Ben Clayton · 2 years, 10 months ago
  60. 8822e29 tint: Merge [S|U]intLiteralExpression by Ben Clayton · 2 years, 10 months ago
  61. 7212ad3 tint: Don't generate 'smoothStep' tests by Ben Clayton · 2 years, 11 months ago
  62. 4e98fb0 Factor out code to flatten bindings for msl by Antonio Maiorano · 2 years, 11 months ago
  63. 41cbf02 Reland ExternalTexture Gamma/Gamut Correction by Brandon Jones · 2 years, 11 months ago
  64. b909d55 tint: Update SKIP lines with specific FXC bug by Antonio Maiorano · 2 years, 11 months ago
  65. bdd2bc9 tint: Update SKIP line for specific DXC failure by Antonio Maiorano · 2 years, 11 months ago
  66. 98685f3 tint: delete e2e tests that fail because Tint detects infinite loops by Antonio Maiorano · 2 years, 11 months ago
  67. b52c8a4 tint: delete e2e test for bug/tint/807 by Antonio Maiorano · 2 years, 11 months ago
  68. 26ebe5e tint: Refactor if-else statement representation by James Price · 2 years, 11 months ago
  69. 01004b7 tint: Remove '_type' suffix from file names by Ben Clayton · 2 years, 11 months ago
  70. 617570a tint/writer: Replace scope_stack_, fix type ctor scoping. by Ben Clayton · 2 years, 11 months ago chromium/5032
  71. 0da5e8b tint: regen skips for hlsl files that were missing error message in the output by Antonio Maiorano · 2 years, 11 months ago
  72. 046abc0 tint/writer: Replace use of strings for cache keys by Ben Clayton · 2 years, 11 months ago
  73. 7098d3d tint: Add enable directive for extensions by Zhaoming Jiang · 2 years, 11 months ago
  74. d3a5080 Fixup validator tests added during split from resolver. by dan sinclair · 2 years, 11 months ago
  75. 1d882f5 Revert "Add External Texture Gamma/Gamut Correction" by Ben Clayton · 2 years, 11 months ago
  76. 857175e Add External Texture Gamma/Gamut Correction by Brandon Jones · 2 years, 11 months ago
  77. 790e4c2 GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. by Stephen White · 2 years, 11 months ago
  78. 98eb169 tint: Track originating variables in the resolver by James Price · 2 years, 11 months ago
  79. 6cb57a9 Change External Texture YUV-to-RGB Conversion to Use Matrix by Brandon Jones · 2 years, 11 months ago
  80. b3483b6 Fix test expectation missing blank line. by dan sinclair · 2 years, 11 months ago
  81. fb5a492 Fix inclusive language presubmit by dan sinclair · 2 years, 11 months ago
  82. 0384932 tint: Replace smoothStep with smoothstep in tests by James Price · 2 years, 11 months ago
  83. f625a6d tint: Make GLSL backend consistent with the others by Antonio Maiorano · 3 years ago
  84. 4d36557 Normalize all line endings to LF by Ben Clayton · 3 years ago
  85. 9d27aaa Always use 0 for the Depth operand of OpTypeImage by Jiawei Shao · 3 years ago chromium/4992
  86. 9f49ac5 tools: Replace copy-pasta scripts by Ben Clayton · 3 years ago
  87. ebfbaf8 Add top-level OWNERS and scope Tint owners more tightly. by Corentin Wallez · 3 years ago
  88. d68d3a9 Add support for increment/decrement statements by James Price · 3 years ago
  89. b02fe31 wgsl: Add support for increment/decrement statements by James Price · 3 years ago
  90. 2f9e31c resolver: Validate increment/decrement statements by James Price · 3 years ago
  91. ebe9741 ast: Add an IncrementDecrementStatement node by James Price · 3 years ago
  92. b28d6c8 Remove lintcpp from presubmits since it fails on all Dawn files by Corentin Wallez · 3 years ago
  93. e87ac76 Merge remote-tracking branch 'tint/main' into HEAD by Ryan Harrison · 3 years ago tint-merge
  94. a730eb7 Add option to auto generate bindings for external textures by Antonio Maiorano · 3 years ago
  95. b7e560d GLSL: fix "uniform" qualifier on texture parameters. by Stephen White · 3 years ago
  96. 0e1f57cb glsl: Implement compound assignment by James Price · 3 years ago
  97. 16eeff3 spirv: Implement compound assignment by James Price · 3 years ago
  98. 508a966 hlsl: Implement compound assignment by James Price · 3 years ago
  99. 60107e7 msl: Implement compound assignment by James Price · 3 years ago
  100. b9b6e69 Add ExpandCompoundAssignment transform by James Price · 3 years ago