1. 8155b9d Condense namespaces in tint/. by dan sinclair · 3 years ago
  2. 612a59b Condense namespaces in tint/reader. by dan sinclair · 3 years ago
  3. 258cbaf Condense namespaces in tint/reader/spirv. by dan sinclair · 3 years ago
  4. 34323ac Condense namespaces in tint/ast. by dan sinclair · 3 years ago
  5. aba5a21 Condense namespaces in tint/inspector. by dan sinclair · 3 years ago
  6. ebfbaf8 Add top-level OWNERS and scope Tint owners more tightly. by Corentin Wallez · 3 years ago
  7. 30a03d9 Condense namespaces in tint/reader/wgsl. by dan sinclair · 3 years ago
  8. 62a1d71 Condense namespaces in tint/fuzzers. by dan sinclair · 3 years ago
  9. d209379 Condense namespaces in tint/resolver. by dan sinclair · 3 years ago
  10. 7bc9ba1 Condense namespaces in tint/diagnostic. by dan sinclair · 3 years ago
  11. fe4bfd4 Condense namespaces in tint/utils. by dan sinclair · 3 years ago
  12. b5599d3 Condense namespaces in tint/transform. by dan sinclair · 3 years ago
  13. bb19d4a spirv: Remove AssembleFailure() tests by Antonio Maiorano · 3 years ago
  14. c990b3c Condense namespaces in tint/sem. by dan sinclair · 3 years ago
  15. 67e79fe Condense namespaces in tint/writer. by dan sinclair · 3 years ago
  16. c05f045 Condense namespaces in tint/val by dan sinclair · 3 years ago
  17. 5d59059 Condense namespaces in tint/writer/glsl. by dan sinclair · 3 years ago
  18. 6a5bef1 Condense namespaces in tint/writer/hlsl. by dan sinclair · 3 years ago
  19. 411d065 Condense namespaces in tint/writer/spirv. by dan sinclair · 3 years ago
  20. 9fe8260 Condense namespaces in tint/writer/msl. by dan sinclair · 3 years ago
  21. d68d3a9 Add support for increment/decrement statements by James Price · 3 years ago
  22. b02fe31 wgsl: Add support for increment/decrement statements by James Price · 3 years ago
  23. 2f9e31c resolver: Validate increment/decrement statements by James Price · 3 years ago
  24. ebe9741 ast: Add an IncrementDecrementStatement node by James Price · 3 years ago
  25. b28d6c8 Remove lintcpp from presubmits since it fails on all Dawn files by Corentin Wallez · 3 years ago
  26. 9f54a51 Condense namespaces in tint/writer/wgsl. by dan sinclair · 3 years ago
  27. e72e42d Add Tint's .clang-format file to src/tint by James Price · 3 years ago
  28. e87ac76 Merge remote-tracking branch 'tint/main' into HEAD by Ryan Harrison · 3 years ago tint-merge
  29. 28674d7 AST fuzzer: reduce depth for unary wrapping by Alastair Donaldson · 3 years ago
  30. a730eb7 Add option to auto generate bindings for external textures by Antonio Maiorano · 3 years ago
  31. 12f2f9b validation: Allow storage atomics without structs by James Price · 3 years ago
  32. e6c7fd7 wgsl: Make colon optional for case statements by James Price · 3 years ago
  33. b7e560d GLSL: fix "uniform" qualifier on texture parameters. by Stephen White · 3 years ago
  34. 9135732 AST fuzzer: limit unary expression wrapping by Alastair Donaldson · 3 years ago
  35. 4bc30b7 Fix default case must at last assertion in Switch() by Zhaoming Jiang · 3 years ago
  36. 79db32a AST fuzzer: wrap unary operator by Shiyu Liu · 3 years ago
  37. 0e1f57cb glsl: Implement compound assignment by James Price · 3 years ago
  38. 16eeff3 spirv: Implement compound assignment by James Price · 3 years ago
  39. 508a966 hlsl: Implement compound assignment by James Price · 3 years ago
  40. 60107e7 msl: Implement compound assignment by James Price · 3 years ago
  41. b9b6e69 Add ExpandCompoundAssignment transform by James Price · 3 years ago
  42. 6bdbc4a HoistToDeclBefore: Add InsertBefore method by James Price · 3 years ago
  43. 555c256 wgsl: Add support for compound assignment by James Price · 3 years ago
  44. c022ff5 resolver: Validate compound assignment statements by James Price · 3 years ago
  45. 4924186 ast: Add a CompoundAssignmentStatement node by James Price · 3 years ago
  46. daea034 resolver: Refactor binary operator type resolution by James Price · 3 years ago
  47. 9d76aa7 Add proxies for Tint targets used by Chromium by Ryan Harrison · 3 years ago chromium/4977
  48. b349710 HLSL: workaround FXC error "continue cannot be used in a switch" by Antonio Maiorano · 3 years ago
  49. c2e9bb7 Factor out GetInsertionPoint to transform/utils by Antonio Maiorano · 3 years ago
  50. e6c7609 builtins: Add smoothstep, deprecate smoothStep by James Price · 3 years ago
  51. 66d6668 Implement discard semantics by Antonio Maiorano · 3 years ago
  52. 3374f43 Normalize DEPS to ease merging with Dawn by Ryan Harrison · 3 years ago
  53. 9e54842 Implement mixed vector-scalar float % operator by Antonio Maiorano · 3 years ago
  54. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  55. 444e051 AST fuzzer: change binary operator by Alastair Donaldson · 3 years ago
  56. d9d08ae wgsl: make if/switch parentheses optional by James Price · 3 years ago
  57. e07c40a resolver: Fix ICE when using a builtin as a type by Ben Clayton · 3 years ago
  58. 7d38b88 Remove support for the elseif keyword by James Price · 3 years ago
  59. dfc1a2c Remove support for the @stride attribute by James Price · 3 years ago
  60. 6bd90d6 Remove support for [[attribute]] syntax by James Price · 3 years ago
  61. 8bcecf3 Remove @block attribute by James Price · 3 years ago
  62. 453d5ae Terminate line comments with \v, \f, and \r by James Price · 3 years ago
  63. 2a761f7 Fix oss-fuzz build failure by Ben Clayton · 3 years ago
  64. 64b7754 Error on invalid UTF-8 sequences by Ben Clayton · 3 years ago
  65. 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 3 years ago
  66. c25ddf4 PromoteSideEffectsToDecl: ensure order of evaluation by Antonio Maiorano · 3 years ago
  67. 1e8796d HoistToDeclBefore: add Prepare(const sem::Expression*) function by Antonio Maiorano · 3 years ago
  68. 93e600d Fix sem::Swizzle::HasSideEffects() not returning true when structure has side-effects by Antonio Maiorano · 3 years ago
  69. 383e9b7 natvis: add support for more ast types, and improve existing by Antonio Maiorano · 3 years ago
  70. 400c59a CMake: fix clang-cl build by Antonio Maiorano · 3 years ago
  71. 30747f6 HoistToDeclBefore: revert hoisting of references by Antonio Maiorano · 3 years ago
  72. b86895d Fix assert in MSVC debug builds when parsing unicode by Antonio Maiorano · 3 years ago
  73. 41f8d2a Use 'final' specifier on leaf classes by Ben Clayton · 3 years ago
  74. dc0e31c sem: Remove Type::type_name. by Ben Clayton · 3 years ago
  75. 4391975 sem: Use UniqueAllocator for types by Ben Clayton · 3 years ago
  76. a0eac2a reader/spirv: Use the new UniqueAllocator by Ben Clayton · 3 years ago
  77. 0f324ef Avoid a nullptr string in dependency_graph_test by Tomasz Śniatowski · 3 years ago
  78. bcd9ad2 Remove isNan, isInf, isFinite, and isNormal by James Price · 3 years ago
  79. e228319 utils: Add UniqueAllocator by Ben Clayton · 3 years ago
  80. 4cb1329 Move BlockAllocator from src/tint to src/tint/utils by Ben Clayton · 3 years ago
  81. d100364 Cleaned up several DISABLED unit tests by James Price · 3 years ago
  82. b37221a inspector: Remove GetRemappedNameForEntryPoint by James Price · 3 years ago
  83. c7e2e32 writer/spirv: Support declaring workgroup variables with 0 initializer by Jiawei Shao · 3 years ago
  84. 80fa1bb GLSL: clean up appending of depth reference. by Stephen White · 3 years ago
  85. ecb570f GLSL: support any() and all() on scalars. by Stephen White · 3 years ago
  86. 628289e GLSL: implement abs() on unsigned arguments. by Stephen White · 3 years ago
  87. b4c338f GLSL: swizzle out the dimension on cube arrays. by Stephen White · 3 years ago
  88. 6c2115e GLSL: fix boolean "not" operator on vectors. by Stephen White · 3 years ago
  89. e4e409f GLSL: remove spurious semicolons. by Stephen White · 3 years ago
  90. 66abf3e GLSL: don't emit structs w/runtime-sized arrays. by Stephen White · 3 years ago
  91. 93f6866 GLSL: fix textureGather() and textureGatherOffset() with depth textures. by Stephen White · 3 years ago
  92. 1760193 GLSL: fix textureSampleLevel() on depth textures. by Stephen White · 3 years ago
  93. 4acf466 GLSL: fix countOneBits(). by Stephen White · 3 years ago
  94. bee5fa6 GLSL: implement pack/unpack builtins. by Stephen White · 3 years ago
  95. 59f1e8d GLSL: special-case BinaryOp::kModulo for floating point. by Stephen White · 3 years ago
  96. 9b152e6 GLSL: implement fma(). by Stephen White · 3 years ago
  97. 7028077 GLSL: implement inverseSqrt() and update test expectations. by Stephen White · 3 years, 1 month ago
  98. 2a02b68 GLSL: implement fract() builtin function. by Stephen White · 3 years, 1 month ago
  99. ba4d6ab GLSL: implement derivative instructions. by Stephen White · 3 years, 1 month ago
  100. 3b68fcb GLSL: implement reverseBits(). by Stephen White · 3 years, 1 month ago