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