1. e47b313 Add compound assignment to the M102 release notes by James Price · 2 years ago
  2. 0e1f57c glsl: Implement compound assignment by James Price · 2 years ago
  3. 16eeff3 spirv: Implement compound assignment by James Price · 2 years ago
  4. 508a966 hlsl: Implement compound assignment by James Price · 2 years ago
  5. 60107e7 msl: Implement compound assignment by James Price · 2 years ago
  6. b9b6e69 Add ExpandCompoundAssignment transform by James Price · 2 years ago
  7. 6bdbc4a HoistToDeclBefore: Add InsertBefore method by James Price · 2 years ago
  8. 555c256 wgsl: Add support for compound assignment by James Price · 2 years ago
  9. c022ff5 resolver: Validate compound assignment statements by James Price · 2 years ago
  10. 4924186 ast: Add a CompoundAssignmentStatement node by James Price · 2 years ago
  11. daea034 resolver: Refactor binary operator type resolution by James Price · 2 years ago
  12. b349710 HLSL: workaround FXC error "continue cannot be used in a switch" by Antonio Maiorano · 2 years ago
  13. a9d2f63 Update style_guide c++ version. by dan sinclair · 2 years ago
  14. c2e9bb7 Factor out GetInsertionPoint to transform/utils by Antonio Maiorano · 2 years ago
  15. e6c7609 builtins: Add smoothstep, deprecate smoothStep by James Price · 2 years ago
  16. 2ec98d9 builtins: Use commas for struct members in tests by James Price · 2 years ago
  17. 66d6668 Implement discard semantics by Antonio Maiorano · 2 years ago
  18. ade4e74 test-runner: add 'fxc-and-dxc' arg to run both FXC and DXC for HLSL by Antonio Maiorano · 2 years ago
  19. 3374f43 Normalize DEPS to ease merging with Dawn by Ryan Harrison · 2 years ago
  20. 9e54842 Implement mixed vector-scalar float % operator by Antonio Maiorano · 2 years ago
  21. 3b671cb wgsl: Separate struct members with commas by James Price · 2 years ago
  22. 444e051 AST fuzzer: change binary operator by Alastair Donaldson · 2 years ago
  23. 1006b06 Add e2e test for crbug.com/tint/1118 by Antonio Maiorano · 2 years ago
  24. 7419f0e Fix test-runner not skipping dirsWithNoPassExpectations by Antonio Maiorano · 2 years ago
  25. d9d08ae wgsl: make if/switch parentheses optional by James Price · 2 years ago
  26. e07c40a resolver: Fix ICE when using a builtin as a type by Ben Clayton · 2 years ago
  27. 7d38b88 Remove support for the elseif keyword by James Price · 2 years ago
  28. dfc1a2c Remove support for the @stride attribute by James Price · 2 years ago
  29. 1a72a76 test: Regenerate vk-gl-cts WGSL sources by James Price · 2 years ago
  30. 6bd90d6 Remove support for [[attribute]] syntax by James Price · 2 years ago
  31. 8bcecf3 Remove @block attribute by James Price · 2 years ago
  32. 3b00139 Clean up OWNERS file by Ryan Harrison · 2 years ago
  33. 453d5ae Terminate line comments with \v, \f, and \r by James Price · 2 years ago
  34. 2a761f7 Fix oss-fuzz build failure by Ben Clayton · 2 years ago
  35. 64b7754 Error on invalid UTF-8 sequences by Ben Clayton · 2 years ago
  36. 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 2 years ago
  37. c25ddf4 PromoteSideEffectsToDecl: ensure order of evaluation by Antonio Maiorano · 2 years ago
  38. 1e8796d HoistToDeclBefore: add Prepare(const sem::Expression*) function by Antonio Maiorano · 2 years ago
  39. 93e600d Fix sem::Swizzle::HasSideEffects() not returning true when structure has side-effects by Antonio Maiorano · 2 years ago
  40. 383e9b7 natvis: add support for more ast types, and improve existing by Antonio Maiorano · 2 years ago
  41. 400c59a CMake: fix clang-cl build by Antonio Maiorano · 2 years ago
  42. 30747f6 HoistToDeclBefore: revert hoisting of references by Antonio Maiorano · 2 years ago
  43. b86895d Fix assert in MSVC debug builds when parsing unicode by Antonio Maiorano · 2 years, 1 month ago
  44. 41f8d2a Use 'final' specifier on leaf classes by Ben Clayton · 2 years, 1 month ago
  45. dc0e31c sem: Remove Type::type_name. by Ben Clayton · 2 years, 1 month ago
  46. 4391975 sem: Use UniqueAllocator for types by Ben Clayton · 2 years, 1 month ago
  47. a0eac2a reader/spirv: Use the new UniqueAllocator by Ben Clayton · 2 years, 1 month ago
  48. 0f324ef Avoid a nullptr string in dependency_graph_test by Tomasz Śniatowski · 2 years, 1 month ago
  49. bcd9ad2 Remove isNan, isInf, isFinite, and isNormal by James Price · 2 years, 1 month ago
  50. e228319 utils: Add UniqueAllocator by Ben Clayton · 2 years, 1 month ago
  51. 4cb1329 Move BlockAllocator from src/tint to src/tint/utils by Ben Clayton · 2 years, 1 month ago
  52. d100364 Cleaned up several DISABLED unit tests by James Price · 2 years, 1 month ago
  53. b37221a inspector: Remove GetRemappedNameForEntryPoint by James Price · 2 years, 1 month ago
  54. c7e2e32 writer/spirv: Support declaring workgroup variables with 0 initializer by Jiawei Shao · 2 years, 1 month ago
  55. 80fa1bb GLSL: clean up appending of depth reference. by Stephen White · 2 years, 1 month ago
  56. ecb570f GLSL: support any() and all() on scalars. by Stephen White · 2 years, 1 month ago
  57. 628289e GLSL: implement abs() on unsigned arguments. by Stephen White · 2 years, 1 month ago
  58. b4c338f GLSL: swizzle out the dimension on cube arrays. by Stephen White · 2 years, 1 month ago
  59. 6c2115e GLSL: fix boolean "not" operator on vectors. by Stephen White · 2 years, 1 month ago
  60. e4e409f GLSL: remove spurious semicolons. by Stephen White · 2 years, 1 month ago
  61. 66abf3e GLSL: don't emit structs w/runtime-sized arrays. by Stephen White · 2 years, 1 month ago
  62. 93f6866 GLSL: fix textureGather() and textureGatherOffset() with depth textures. by Stephen White · 2 years, 1 month ago
  63. 1760193 GLSL: fix textureSampleLevel() on depth textures. by Stephen White · 2 years, 1 month ago
  64. 4acf466 GLSL: fix countOneBits(). by Stephen White · 2 years, 1 month ago
  65. bee5fa6 GLSL: implement pack/unpack builtins. by Stephen White · 2 years, 1 month ago
  66. 59f1e8d GLSL: special-case BinaryOp::kModulo for floating point. by Stephen White · 2 years, 1 month ago
  67. 9b152e6 GLSL: implement fma(). by Stephen White · 2 years, 1 month ago
  68. 7028077 GLSL: implement inverseSqrt() and update test expectations. by Stephen White · 2 years, 1 month ago
  69. 2a02b68 GLSL: implement fract() builtin function. by Stephen White · 2 years, 1 month ago
  70. ba4d6ab GLSL: implement derivative instructions. by Stephen White · 2 years, 1 month ago
  71. 3b68fcb GLSL: implement reverseBits(). by Stephen White · 2 years, 1 month ago
  72. 10c554e GLSL: implement countOneBits(). by Stephen White · 2 years, 1 month ago
  73. 2e6269a Use the new Switch() inferred types by Ben Clayton · 2 years, 1 month ago
  74. f33f1b4 castable: Make Switch() smarter about return types by Ben Clayton · 2 years, 1 month ago
  75. 6661b28 Delete Single-Plane External Texture Transform by Brandon Jones · 2 years, 1 month ago
  76. dbf75bc benchmarks: Fix path to benchmark files by Ben Clayton · 2 years, 1 month ago
  77. fe08ba4 builtins: Add insertBits by Ben Clayton · 2 years, 1 month ago
  78. d868e86 builtins: Add extractBits by Ben Clayton · 2 years, 1 month ago
  79. 8169693 builtins: Add firstLeadingBit by Ben Clayton · 2 years, 1 month ago
  80. 2680d1f Fix VS2022 build error by Antonio Maiorano · 2 years, 1 month ago
  81. d14b304 Remove test/builtins/gen/countLeadingZeros by Ben Clayton · 2 years, 1 month ago
  82. df3630c builtins: Add firstTrailingBit by Ben Clayton · 2 years, 1 month ago
  83. f8672d8 builtins: Add countTrailingZeros by Ben Clayton · 2 years, 1 month ago
  84. 27aa57c builtins: Add countLeadingZeros by Ben Clayton · 2 years, 1 month ago
  85. 1fcb2a7 tools: Update post-shuffle paths for builtin-gen by Ben Clayton · 2 years, 1 month ago
  86. 16d5739 Update fuzzer build path that was missed in the repo shuffle by Ryan Harrison · 2 years, 1 month ago
  87. aa58a69 test: Move unicode e2e test to tint dir by Ben Clayton · 2 years, 1 month ago
  88. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 2 years, 1 month ago
  89. 38f1e9c resolver: Optimize type dispatch with Switch() by Ben Clayton · 2 years, 1 month ago
  90. 473b608 Simplify traits, add CastableCommonBase & IsCastable by Ben Clayton · 2 years, 1 month ago
  91. 911944c resolver: Error when calling shadowed functions by Ben Clayton · 2 years, 1 month ago
  92. 3fac602 Minor fixups for unicode CL by James Price · 2 years, 1 month ago
  93. d29d3d5 reader/wgsl: Support unicode identifiers by Ben Clayton · 2 years, 1 month ago
  94. 1c6c6b1 Put tint::debugger::Break() behind a build flag by Ben Clayton · 2 years, 1 month ago
  95. 16446e5 CMake: use `TINT_THIRD_PARTY_DIR` by Ben Clayton · 2 years, 1 month ago
  96. 25c6505 kokoro: Use 'data' disk for build directory by Ben Clayton · 2 years, 1 month ago
  97. 27605e5 spirv-reader: Ignore Restrict, RestrictPointer decorations by David Neto · 2 years, 1 month ago
  98. 6f5316b diagnostic: don't squiggle for unicode lines by Ben Clayton · 2 years, 1 month ago
  99. 7274b8a Add missing documentation to fuzzer code by Ryan Harrison · 2 years, 1 month ago
  100. 0f56ed9 tests: Validate WGSL output by James Price · 2 years, 1 month ago