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