1. c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 7 months ago chromium/5150
  2. 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 2 years, 7 months ago
  3. 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 2 years, 7 months ago
  4. 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 7 months ago
  5. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 7 months ago
  6. 3c05430 tint/sem: Support arrays for sem::Constant by Ben Clayton · 2 years, 7 months ago
  7. 5041480 tint/writer: Clean up EmitConstant() methods by Ben Clayton · 2 years, 7 months ago
  8. c1cb9dc tint/resolver: Evaluate constant index accessors by Ben Clayton · 2 years, 7 months ago
  9. dcdf66e tint/ast: Derive off `ast::Variable` by Ben Clayton · 2 years, 7 months ago
  10. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 7 months ago chromium/5108
  11. f25140f tint: fix emitting duplicate structs for atomicCompareExchangeWeak by Antonio Maiorano · 2 years, 7 months ago
  12. b1d5bc8 tint: Add tests showing tint:1332 is fixed by Ben Clayton · 2 years, 7 months ago chromium/5098
  13. 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 7 months ago
  14. e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 7 months ago
  15. cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 7 months ago
  16. 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 8 months ago
  17. 37d92ca tint/spirv: Fix atomicCompareExchangeWeak by James Price · 2 years, 8 months ago
  18. 8bd5fec tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions by Ben Clayton · 2 years, 8 months ago
  19. 08f4b55 Implement atomicCompareExchangeWeak returning struct instead of vec2 by Antonio Maiorano · 2 years, 8 months ago chromium/5096
  20. 572eaf2 tint: Remove ConversionFailure::kTooSmall by Ben Clayton · 2 years, 8 months ago
  21. e6b6777 tint: Fix MSL generation of '&' and '|' with booleans by Ben Clayton · 2 years, 8 months ago
  22. 35f0fca tint/uniformity: Use non-recursive graph traversal by James Price · 2 years, 8 months ago
  23. a89ff59 tint: Show where control flow became non-uniform by James Price · 2 years, 8 months ago
  24. 7dd0ab7 tint: Show the source of non-uniformity by James Price · 2 years, 8 months ago
  25. 9c03abf tint: Show the reason for a uniformity requirement by James Price · 2 years, 8 months ago
  26. be656f7 tint: Implement uniformity analaysis by James Price · 2 years, 8 months ago
  27. 0ce9ab0 tint: Change all ProgramBuilder literals to 'i' or 'u' suffix by Ben Clayton · 2 years, 8 months ago
  28. 06496d4 tint/reader/spirv: Generate 'i' suffixed literals by Ben Clayton · 2 years, 8 months ago
  29. b52c8a4 tint: delete e2e test for bug/tint/807 by Antonio Maiorano · 2 years, 9 months ago
  30. 617570a tint/writer: Replace scope_stack_, fix type ctor scoping. by Ben Clayton · 2 years, 9 months ago chromium/5032
  31. 790e4c2 GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. by Stephen White · 2 years, 9 months ago
  32. b3483b6 Fix test expectation missing blank line. by dan sinclair · 2 years, 9 months ago
  33. fb5a492 Fix inclusive language presubmit by dan sinclair · 2 years, 9 months ago
  34. 4d36557 Normalize all line endings to LF by Ben Clayton · 2 years, 9 months ago
  35. 9d27aaa Always use 0 for the Depth operand of OpTypeImage by Jiawei Shao · 2 years, 9 months ago chromium/4992
  36. 66d6668 Implement discard semantics by Antonio Maiorano · 2 years, 10 months ago
  37. 3b671cb wgsl: Separate struct members with commas by James Price · 2 years, 10 months ago
  38. 1006b06 Add e2e test for crbug.com/tint/1118 by Antonio Maiorano · 2 years, 10 months ago
  39. 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 2 years, 10 months ago
  40. bcd9ad2 Remove isNan, isInf, isFinite, and isNormal by James Price · 2 years, 10 months ago
  41. 66abf3e GLSL: don't emit structs w/runtime-sized arrays. by Stephen White · 2 years, 11 months ago
  42. 59f1e8d GLSL: special-case BinaryOp::kModulo for floating point. by Stephen White · 2 years, 11 months ago
  43. 7028077 GLSL: implement inverseSqrt() and update test expectations. by Stephen White · 2 years, 11 months ago
  44. 2a02b68 GLSL: implement fract() builtin function. by Stephen White · 2 years, 11 months ago
  45. ba4d6ab GLSL: implement derivative instructions. by Stephen White · 2 years, 11 months ago
  46. 6661b28 Delete Single-Plane External Texture Transform by Brandon Jones · 2 years, 11 months ago
  47. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 2 years, 11 months ago