1. 2ebcb93 reader/spiv: Fix typo in entry-point IO sorting by Ben Clayton · 3 years, 7 months ago chromium/4639 chromium/4640 chromium/4641
  2. ebab7d2 spirv: Remove the sanitizer transform by James Price · 3 years, 7 months ago
  3. 5b3be6a hlsl: Remove the sanitizer transform by James Price · 3 years, 7 months ago
  4. 25517e9 resolver: Validate unreachable stmts when terminator is in block(s) by Ben Clayton · 3 years, 7 months ago
  5. 733addc msl: Remove the sanitizer transform by James Price · 3 years, 7 months ago
  6. b7bcbf0 Resolver: Traverse expressions without recursion by Ben Clayton · 3 years, 7 months ago
  7. be514a1 wgsl-reader: hex float: zero mantissa results in zero result by David Neto · 3 years, 7 months ago chromium/4637
  8. 676ec7c spirv: Handle sample_mask in shader IO transform by James Price · 3 years, 7 months ago
  9. 1b9ed7d msl/module-scope-var: Add unit test for folding &* by James Price · 3 years, 7 months ago
  10. 3646400 transform: Add ModuleScopeVarToEntryPointParam by James Price · 3 years, 7 months ago
  11. b584b37 transform: Add transform to add empty entry point by James Price · 3 years, 7 months ago
  12. c77214d Move array accessor tests to their own file by James Price · 3 years, 7 months ago chromium/4636
  13. 17e83de Fix UB when parsing HexFloat with large exponents by Antonio Maiorano · 3 years, 8 months ago
  14. 604c70d Fix build when TINT_BUILD_[WGSL|SPV|MSL|HLSL]_[READER|WRITER] are toggled off by Antonio Maiorano · 3 years, 8 months ago
  15. 937a658 Avoid i386 compile error related to comparison by Alastair Donaldson · 3 years, 8 months ago
  16. 6a1eb45 Adapt fuzzer CMake rules for OSS-Fuzz by Alastair Donaldson · 3 years, 8 months ago
  17. 4cc4315 Allow array size to be a module-scope constant by James Price · 3 years, 8 months ago
  18. 69ce5f7 validation: Reject constructors in workgroup_size by James Price · 3 years, 8 months ago
  19. cf57896 writer/wgsl: Simplify workgroup_size emission by James Price · 3 years, 8 months ago chromium/4631
  20. 14ac047 transform/BindingRemapper: Error if attempting to change access control of non-storage var by Ben Clayton · 3 years, 8 months ago
  21. 16edcf9 reader/wgsl: Error for unconsumed decorations by Ben Clayton · 3 years, 8 months ago
  22. 5ef8c45 Check for leading zeros on decimal integer literals by Ryan Harrison · 3 years, 8 months ago
  23. b09723e resolver: Validate that entry points are not called by Ben Clayton · 3 years, 8 months ago
  24. 293d313 spirv-reader: reject empty structure types by David Neto · 3 years, 8 months ago chromium/4626 chromium/4627 chromium/4628 chromium/4629
  25. d30c07e spirv-reader: check conversion of a result type by David Neto · 3 years, 8 months ago
  26. 231648c resolver: Validate storage class for var initializers by Ben Clayton · 3 years, 8 months ago
  27. e9fdd50 writer/spirv: Fix stack-use-after-return by Ben Clayton · 3 years, 8 months ago
  28. 200cdd2 Check number of digits in integer during tokenization by Ryan Harrison · 3 years, 8 months ago
  29. 9021eb5 resolver: Allow parameters to shadow globals by Ben Clayton · 3 years, 8 months ago
  30. f9d1971 Implement atomicSub intrinsic by James Price · 3 years, 8 months ago
  31. 85d2e44 msl: Overload matrix-vector arithmetic operators by James Price · 3 years, 8 months ago
  32. 4697803 msl: Only emit packed vectors when the width is 3 by James Price · 3 years, 8 months ago
  33. 6d60c04 resolver: Validate that parameter names are unique by Ben Clayton · 3 years, 8 months ago chromium/4621
  34. 367f5df castable: Infer Is() TO type from predicate by Ben Clayton · 3 years, 8 months ago chromium/4620
  35. 1fa6f5c resolver: Validate calls to void callables by Ben Clayton · 3 years, 8 months ago chromium/4618 chromium/4619
  36. f6a49d6 msl: Add `matrix` to list of reserved keywords by James Price · 3 years, 8 months ago chromium/4617
  37. d47a7ef validation: Reject decorations on local variables by James Price · 3 years, 8 months ago chromium/4612 chromium/4614 chromium/4615 chromium/4616
  38. 06c86a5 validation: disallow non-constructible assignments by James Price · 3 years, 8 months ago chromium/4607 chromium/4608 chromium/4609 chromium/4610
  39. cbbb420 validation: disallow atomic type constructors by James Price · 3 years, 8 months ago
  40. 8094553 msl: Automatically remap binding numbers in exe by James Price · 3 years, 8 months ago
  41. 080fdf2 writer/hlsl: UnwrapRef() on atomic types by Ben Clayton · 3 years, 8 months ago
  42. 2cbf265 transform: Remove unused function by James Price · 3 years, 8 months ago
  43. 67473c7 Add test for var with inferred non-constructible type by James Price · 3 years, 8 months ago
  44. 3bcbfc78 Use foo->source() instead of foo->type()->source() in errors by Ryan Harrison · 3 years, 8 months ago
  45. 9e3e54b Reuse moved-from tint::Program variables by Vasyl Teliman · 3 years, 8 months ago
  46. b261944 reader/spirv: Propagate errors during composite extraction by James Price · 3 years, 9 months ago chromium/4601
  47. 1a1c42e reader/spirv: Partially handle MatrixStride on matrix arrays by Ben Clayton · 3 years, 9 months ago
  48. b612c50 Inspector: Add input [[sample_mask]] to EntryPoint by Jiawei Shao · 3 years, 9 months ago chromium/4600
  49. 11c6fcd spirv: Use generic transform to process shader IO by James Price · 3 years, 9 months ago
  50. 11e172a msl: Add generator option to emit [[point_size]] by James Price · 3 years, 9 months ago
  51. 4038fa7 validation: atomics access mode and storage class by Sarah · 3 years, 9 months ago chromium/4599
  52. b5025db Inspector: Add all fragment builtin inputs to EntryPoint by Jiawei Shao · 3 years, 9 months ago
  53. a5d73ce transform/shader_io: Generate a wrapper function by James Price · 3 years, 9 months ago
  54. 3e92e9f Fix structure builtin emission by Ben Clayton · 3 years, 9 months ago
  55. 63e7ad6 diag: Remove ICE bug report message by Ben Clayton · 3 years, 9 months ago
  56. 5c61d6d msl: Fold &* when converting module-scope vars by James Price · 3 years, 9 months ago chromium/4598
  57. 51750f1 writer/hlsl: Don't emit literal integer divide-by-zeros by Ben Clayton · 3 years, 9 months ago
  58. 72f9ce9 HexFoat: detect exponent overflow and report errors by Antonio Maiorano · 3 years, 9 months ago chromium/4597
  59. c0fbce6 writer/hlsl: Inline fallthrough case statements by Ben Clayton · 3 years, 9 months ago chromium/4596
  60. ec4a1df utils: Put temporary files in the tmp directory by Ben Clayton · 3 years, 9 months ago
  61. d388bc9 Restore "MSL writer: make signed int overflow defined behaviour" by Antonio Maiorano · 3 years, 9 months ago
  62. 9bdf2dc MSL: fix i32 INT_MIN literal emitted as `long` instead of `int` by Antonio Maiorano · 3 years, 9 months ago
  63. 558a353 reader/spirv: Don't pass invalid programs to DecomposeStridedMatrix by Ben Clayton · 3 years, 9 months ago
  64. 38c5a28 transform/DMA: Fix ignore() for buffer members by Ben Clayton · 3 years, 9 months ago
  65. 89a0bde transform: Optimize ZeroInitWorkgroupMemory for arrays by Ben Clayton · 3 years, 9 months ago
  66. 669c57f utils: Add HASH template parameter to UniqueVector by Ben Clayton · 3 years, 9 months ago
  67. 8f271f4 ast: Make the fields of WorkgroupDecoration const by Ben Clayton · 3 years, 9 months ago
  68. e33b0ba Revert "MSL writer: make signed int overflow defined behaviour" by Corentin Wallez · 3 years, 9 months ago
  69. 1396902 symbol: Add operator<() by Ben Clayton · 3 years, 9 months ago
  70. fb91e3c transform: DMA: Don't load ignore() arguments by Ben Clayton · 3 years, 9 months ago
  71. ed60a99 transform: LoopToForLoop - fix bad emission by Ben Clayton · 3 years, 9 months ago
  72. 9d4c24f spirv-reader: ldexp second argument must be signed by David Neto · 3 years, 9 months ago
  73. ada4864 resolver: Fix for-loop conditional validation by Ben Clayton · 3 years, 9 months ago
  74. e5dbe24 MSL writer: make signed int overflow defined behaviour by Antonio Maiorano · 3 years, 9 months ago
  75. 7249404 validation: function scope variable store type must be constructible by Sarah · 3 years, 9 months ago chromium/4591
  76. 9ba6500 resolver: Clean up workgroup_size validation by Ben Clayton · 3 years, 9 months ago
  77. d35f8d9 intrinsics: Fix signature of ldexp() by Ben Clayton · 3 years, 9 months ago
  78. c0f1ed4 validation: validate 'location' attribute when applied to struct members by Sarah · 3 years, 9 months ago
  79. 889b77a writer: avoid type breakage during AppendVector by David Neto · 3 years, 9 months ago
  80. c1cfa84 spirv-reader: reduce fragment output location by David Neto · 3 years, 9 months ago
  81. 085dcbb validation: redundant access mode, fix error msg and add unittest by Sarah · 3 years, 9 months ago chromium/4590
  82. edecbb1 validation: pointer to handle is not allowed by Sarah · 3 years, 9 months ago
  83. dee93c6 Handle complex cases in Inspector::GenerateSamplerTargets by Ryan Harrison · 3 years, 9 months ago
  84. dffa60c spir-writer: handle break continuing block by David Neto · 3 years, 9 months ago
  85. 97668c8 reader/spirv: Handle the MatrixStride decoration by Ben Clayton · 3 years, 9 months ago
  86. c6cbe3f Remove InputStepMode (it was deprecated in favor of VertexStepMode) by Corentin Wallez · 3 years, 9 months ago
  87. fd35aa8 Implement texture_depth_multisampled_2d by Ben Clayton · 3 years, 9 months ago
  88. d12379a validation: type of a let must be constructible by James Price · 3 years, 9 months ago
  89. 3d73768 writer/wgsl: Emit access mode on pointer types by James Price · 3 years, 9 months ago
  90. 00320c2 writer/wgsl: Fix texture_external type emission by James Price · 3 years, 9 months ago
  91. 60d1eb6 spirv-reader: fix emission of arrayLength by David Neto · 3 years, 9 months ago
  92. 1fd3d95 spirv-reader: disable dumping for known bug by David Neto · 3 years, 9 months ago
  93. 85ca807 spirv-reader: fix unit test validity by David Neto · 3 years, 9 months ago
  94. ad8ecce spirv-reader: fix storage class for pointer-to pipeline builtins by David Neto · 3 years, 9 months ago
  95. 4e4cef9 spirv-reader: disable dumping for known incorrectness by David Neto · 3 years, 9 months ago
  96. 1444a2e spirv-reader: fix mapping of OpLogicalOr, OpLogicalAnd by David Neto · 3 years, 9 months ago
  97. 5f30633 diagnostic: Disable the printer 'tests' by Ben Clayton · 3 years, 9 months ago
  98. 31579c9 spir-reader: fix validity of unit tests by David Neto · 3 years, 9 months ago
  99. d77c00f Update spirv-reader tests to be valid for WebGPU by David Neto · 3 years, 9 months ago
  100. dd2e2ba transform: Add more HLSL keywords by Ben Clayton · 3 years, 9 months ago