1. aaa9ba3 tint: Simplify sem::Constant::Scalar by Ben Clayton · 2 years, 10 months ago
  2. 3b5edf1 tint: Add matrix identify and single-scalar ctors by Ben Clayton · 2 years, 10 months ago
  3. 62bfd31 tint: Implement `f16` keyword in Tint frontend by Zhaoming Jiang · 2 years, 10 months ago
  4. 791b435 tint: Add transform to disable uniformity analysis by James Price · 2 years, 10 months ago
  5. 0a3cda9 tint: Replace all ProgramBuilder float literals with '_f' suffix by Ben Clayton · 2 years, 10 months ago
  6. 0ce9ab0 tint: Change all ProgramBuilder literals to 'i' or 'u' suffix by Ben Clayton · 2 years, 11 months ago
  7. 8822e29 tint: Merge [S|U]intLiteralExpression by Ben Clayton · 2 years, 11 months ago
  8. 8aff0ed tint: Add ProgramBuilder::Else() helper by James Price · 2 years, 11 months ago
  9. 41e4d9a Consistent formatting for Dawn/Tint. by dan sinclair · 2 years, 11 months ago chromium/5038 chromium/5039
  10. 41cbf02 Reland ExternalTexture Gamma/Gamut Correction by Brandon Jones · 2 years, 11 months ago
  11. 26ebe5e tint: Refactor if-else statement representation by James Price · 2 years, 11 months ago
  12. 01004b7 tint: Remove '_type' suffix from file names by Ben Clayton · 2 years, 11 months ago
  13. e85fe16 tint: ProgramBuilder: Rename Const() to Let() by Ben Clayton · 2 years, 11 months ago
  14. f7ec85f Rename UniformConstant to Handle. by dan sinclair · 2 years, 11 months ago
  15. 7098d3d tint: Add enable directive for extensions by Zhaoming Jiang · 2 years, 11 months ago
  16. 1d882f5 Revert "Add External Texture Gamma/Gamut Correction" by Ben Clayton · 2 years, 11 months ago
  17. b52d740 D3D12: Indirect validation shader name cleanup and parameter merge by Enrico Galli · 2 years, 11 months ago
  18. 857175e Add External Texture Gamma/Gamut Correction by Brandon Jones · 2 years, 11 months ago
  19. a9d8da4 tint: Use resolved source var in LocalizeStructArrayAssignment by James Price · 2 years, 11 months ago
  20. aacad7c tint: Update FirstIndexOffsetTest expected results by James Price · 2 years, 11 months ago
  21. 6cb57a9 Change External Texture YUV-to-RGB Conversion to Use Matrix by Brandon Jones · 2 years, 11 months ago
  22. 45ec7c3 D3D12: Duplicate first/baseVertex on Draw[Indexed]Indirect by Enrico Galli · 2 years, 11 months ago
  23. f625a6d tint: Make GLSL backend consistent with the others by Antonio Maiorano · 3 years ago
  24. a7230f0 tint: Standardize the way we forward-declare by Ben Clayton · 3 years ago
  25. 3035399 tint: Fix copy instead of move of ArrayLengthFromUniform::used_size_indices by Antonio Maiorano · 3 years ago
  26. b5599d3 Condense namespaces in tint/transform. by dan sinclair · 3 years ago
  27. d68d3a9 Add support for increment/decrement statements by James Price · 3 years ago
  28. a730eb7 Add option to auto generate bindings for external textures by Antonio Maiorano · 3 years ago
  29. 0e1f57cb glsl: Implement compound assignment by James Price · 3 years ago
  30. b9b6e69 Add ExpandCompoundAssignment transform by James Price · 3 years ago
  31. 6bdbc4a HoistToDeclBefore: Add InsertBefore method by James Price · 3 years ago
  32. b349710 HLSL: workaround FXC error "continue cannot be used in a switch" by Antonio Maiorano · 3 years ago
  33. c2e9bb7 Factor out GetInsertionPoint to transform/utils by Antonio Maiorano · 3 years ago
  34. 66d6668 Implement discard semantics by Antonio Maiorano · 3 years ago
  35. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  36. dfc1a2c Remove support for the @stride attribute by James Price · 3 years ago
  37. 6bd90d6 Remove support for [[attribute]] syntax by James Price · 3 years ago
  38. 8bcecf3 Remove @block attribute by James Price · 3 years ago
  39. 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 3 years ago
  40. c25ddf4 PromoteSideEffectsToDecl: ensure order of evaluation by Antonio Maiorano · 3 years ago
  41. 1e8796d HoistToDeclBefore: add Prepare(const sem::Expression*) function by Antonio Maiorano · 3 years ago
  42. 30747f6 HoistToDeclBefore: revert hoisting of references by Antonio Maiorano · 3 years ago
  43. 41f8d2a Use 'final' specifier on leaf classes by Ben Clayton · 3 years ago
  44. dc0e31c sem: Remove Type::type_name. by Ben Clayton · 3 years ago
  45. 4391975 sem: Use UniqueAllocator for types by Ben Clayton · 3 years ago
  46. 4cb1329 Move BlockAllocator from src/tint to src/tint/utils by Ben Clayton · 3 years ago
  47. d100364 Cleaned up several DISABLED unit tests by James Price · 3 years ago
  48. 6661b28 Delete Single-Plane External Texture Transform by Brandon Jones · 3 years, 1 month ago
  49. fe08ba4 builtins: Add insertBits by Ben Clayton · 3 years, 1 month ago
  50. d868e86 builtins: Add extractBits by Ben Clayton · 3 years, 1 month ago
  51. 8169693 builtins: Add firstLeadingBit by Ben Clayton · 3 years, 1 month ago
  52. df3630c builtins: Add firstTrailingBit by Ben Clayton · 3 years, 1 month ago
  53. f8672d8 builtins: Add countTrailingZeros by Ben Clayton · 3 years, 1 month ago
  54. 27aa57c builtins: Add countLeadingZeros by Ben Clayton · 3 years, 1 month ago
  55. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago