1. b549b30 tint: Validate @must_use on functions and builtins by Ben Clayton · 2 years, 1 month ago
  2. b92ff39 Remove `static_assert` deprecation. by dan sinclair · 2 years, 1 month ago
  3. 2157170 Remove the `type` keyword. by dan sinclair · 2 years, 1 month ago
  4. d9c0f21 tint/resolver: Make pointer aliasing a hard error by James Price · 2 years, 1 month ago
  5. f374b81 Remove `sig` deprecation. by dan sinclair · 2 years, 2 months ago
  6. b4049dc tint/docs: Add uniformity entries to release notes by James Price · 2 years, 2 months ago
  7. 41884e4 tint: Update origin-trial-changes for parser changes. by Ben Clayton · 2 years, 2 months ago
  8. c98d57d tint: Rename 'static_assert' to 'const_assert' by Ben Clayton · 2 years, 2 months ago
  9. 9dc48bc tint: Rename 'type' to 'alias' by Ben Clayton · 2 years, 2 months ago chromium/5559
  10. 543dd18 tint: Remove textureSampleLevel(texture_external) by Ben Clayton · 2 years, 4 months ago
  11. 4d65fc9 tint: Implement pointer alias analysis by James Price · 2 years, 4 months ago
  12. 10fae7a tint: Rename `frexp().sig` to `frexp().fract` by Ben Clayton · 2 years, 4 months ago
  13. 55a8eac tint/resolver: Forbid workgroup pointer parameters by Ben Clayton · 2 years, 4 months ago
  14. 5071a54 Make reserved words an error. by dan sinclair · 2 years, 4 months ago
  15. 3b2b548 Remove module-scope let deprecation. by dan sinclair · 2 years, 4 months ago
  16. f218af0 Remove the `@stage` attribute by dan sinclair · 2 years, 4 months ago
  17. 2e376a9 tint/intrinsics: Allow mixing of signed / unsigned integer arguments by Ben Clayton · 2 years, 5 months ago
  18. 13f0890 tint/intrinsics: Texture queries now return unsigned integer / vectors by Ben Clayton · 2 years, 5 months ago
  19. 0640c81 tint: make uniformity analysis failures warnings again by Antonio Maiorano · 2 years, 5 months ago
  20. 75bc93c tint: Fix const eval of type conversions by Ben Clayton · 2 years, 5 months ago
  21. 4c70d7f tint: Make uniformity analysis failures a hard error by Ben Clayton · 2 years, 6 months ago
  22. c4ebf2c tint: Implement textureSampleBaseClampToEdge by Ben Clayton · 2 years, 6 months ago
  23. 4d8fa43 docs/tint: Fix OT notes. by Ben Clayton · 2 years, 6 months ago
  24. 751e668 tint/intrinsics.def: Implement saturate() by Ben Clayton · 2 years, 6 months ago
  25. f3d9ea4 tint: Error if statically indexing out of bounds. by Ben Clayton · 2 years, 6 months ago
  26. 0e141c2 Add reserved words to the origin trial changes. by dan sinclair · 2 years, 8 months ago
  27. f795308 docs/tint: Documented addition of 'static_assert' by Ben Clayton · 2 years, 8 months ago
  28. cae5547 docs/tint: Update OT changes for `array()` by Ben Clayton · 2 years, 8 months ago
  29. f19cb02 tint: Remove single scalar matrix constructors. by Ben Clayton · 2 years, 8 months ago
  30. cfa951a tint: Remove semicolon as struct member delimeter by dan sinclair · 2 years, 9 months ago chromium/5161
  31. c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 9 months ago chromium/5150
  32. d23f296 tint: Implement acosh, asinh, atanh by dan sinclair · 2 years, 9 months ago
  33. 53af158 tint/reader: Allow module-scope 'var' type inferencing by Ben Clayton · 2 years, 9 months ago
  34. 3e38d7e tint: Remove support for smoothStep builtin by James Price · 2 years, 9 months ago
  35. 8174713 docs/tint: Update origin trial changes for abstract-numerics by Ben Clayton · 2 years, 9 months ago
  36. 0fa572f Emit deprecation warnings for @stage. by dan sinclair · 2 years, 9 months ago
  37. 6ac7c8a tint: update origin-trial-changes.md for atomicCompareExchangeWeak changes by Antonio Maiorano · 2 years, 10 months ago
  38. 3b5edf1 tint: Add matrix identify and single-scalar ctors by Ben Clayton · 2 years, 10 months ago
  39. be656f7 tint: Implement uniformity analaysis by James Price · 2 years, 10 months ago
  40. d68d3a9 Add support for increment/decrement statements by James Price · 3 years ago
  41. e6c7fd7 wgsl: Make colon optional for case statements by James Price · 3 years ago
  42. e47b313 Add compound assignment to the M102 release notes by James Price · 3 years ago
  43. e6c7609 builtins: Add smoothstep, deprecate smoothStep by James Price · 3 years ago
  44. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  45. d9d08ae wgsl: make if/switch parentheses optional by James Price · 3 years ago
  46. 7d38b88 Remove support for the elseif keyword by James Price · 3 years ago
  47. dfc1a2c Remove support for the @stride attribute by James Price · 3 years ago
  48. 6bd90d6 Remove support for [[attribute]] syntax by James Price · 3 years ago
  49. 8bcecf3 Remove @block attribute by James Price · 3 years ago
  50. bcd9ad2 Remove isNan, isInf, isFinite, and isNormal by James Price · 3 years ago
  51. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago[Renamed from docs/origin-trial-changes.md]
  52. 3fac602 Minor fixups for unicode CL by James Price · 3 years, 1 month ago
  53. d29d3d5 reader/wgsl: Support unicode identifiers by Ben Clayton · 3 years, 1 month ago
  54. d0ec88c Add support for override keyword and @id attribute by James Price · 3 years, 1 month ago
  55. f1d570a docs: document that OOO-decls is now supported by Ben Clayton · 3 years, 1 month ago
  56. 8250f2b resolver: Correctly validate 'break' inside 'continuing' by Ben Clayton · 3 years, 1 month ago
  57. b80e2f3 intrinsics: Remove ignore() by Ben Clayton · 3 years, 1 month ago
  58. 1c02eb8 validation: Require interpolate(flat) for integers by James Price · 3 years, 2 months ago
  59. f6e5cc0 Deprecate the @stride attribute by James Price · 3 years, 2 months ago
  60. 01e4b6f wgsl: Replace [[decoration]] with @decoration by Ben Clayton · 3 years, 2 months ago
  61. 6b1e5f5 wgsl: Do not require a semicolon after a struct by James Price · 3 years, 2 months ago
  62. ecf43d6 Add non-struct buffer types to the release notes by James Price · 3 years, 2 months ago
  63. e5919ac validation: Error on obviously infinite loops by Ben Clayton · 3 years, 2 months ago
  64. e4e7485 transform: Fix PromoteInitializersToConstVar handling of for-loops by Ben Clayton · 3 years, 2 months ago
  65. 3cbb136 Re-allow dynamic indexing of 'let' arrays and matrices by Ben Clayton · 3 years, 2 months ago
  66. 7dc901f tools roll-release: Bump branchLegacyCutoff to M96 by Ben Clayton · 3 years, 2 months ago
  67. 5c99ed0 intrinsics: Add degrees() and radians() by Ben Clayton · 3 years, 2 months ago
  68. 1372222 wgsl: Replace 'elseif' with 'else if' by Ben Clayton · 3 years, 2 months ago
  69. 30d55fa docs: Move OT changes to M99 by Ben Clayton · 3 years, 3 months ago
  70. 170a503 reader/wgsl: Deprecate the [[block]] attribute by James Price · 3 years, 3 months ago
  71. 81b3948 resolver: Implement element inference of vecN and matNxM by Ben Clayton · 3 years, 3 months ago
  72. 3703522 Implement textureGather, textureGatherCompare by Ben Clayton · 3 years, 3 months ago
  73. ea3eee9 resolver: Migrate validation to behavior analysis by Ben Clayton · 3 years, 3 months ago
  74. 0ea236f resolver: Forbid module-scope declarations from aliasing a builtin by Ben Clayton · 3 years, 4 months ago
  75. d1f0a14 resolver: Track global uses in function decorations by Ben Clayton · 3 years, 4 months ago
  76. b05e185 resolver: Support shadowing by Ben Clayton · 3 years, 4 months ago
  77. a40e455 intrinsics: Deprecate isNan, isInf, isFinite, isNormal by Ben Clayton · 3 years, 4 months ago
  78. 177e7bf IntrinsicTable: remove double underscores by Ben Clayton · 3 years, 4 months ago
  79. 189dc7d instrinsics: Implement dot() for integer vector types by Ben Clayton · 3 years, 4 months ago
  80. 85170d7 Disallow taking the address of a vector component by James Price · 3 years, 4 months ago
  81. 91689fb Add support for matrix construction from scalars by James Price · 3 years, 5 months ago
  82. 33c13c6 writer/hlsl: Do not emit `(void) call_expr;` by Ben Clayton · 3 years, 5 months ago
  83. 7b776f1 Deprecate Ignore() by Ben Clayton · 3 years, 5 months ago
  84. a41694e validation: Allow interpolate(flat) on integral IO by James Price · 3 years, 5 months ago
  85. 72789de resolver: Remove rule that call statements to functions must return void by Ben Clayton · 3 years, 5 months ago
  86. 8cab28c intrinsics: Add scalar overload of all() & any() by Ben Clayton · 3 years, 5 months ago
  87. 7103f51 writer/msl: Fix swizzling on packed vectors by Ben Clayton · 3 years, 5 months ago
  88. f3f2d0a Resolver: Remove texture_storage read access by Ben Clayton · 3 years, 5 months ago
  89. 11c9656 docs: Fix origin trial number by Ben Clayton · 3 years, 5 months ago
  90. 2aa6855 intrinsics: Remove deprecated modf & frexp overloads by Ben Clayton · 3 years, 5 months ago
  91. 5e35864 writer/spirv: Fix abs() on unsigned integers by Ben Clayton · 3 years, 6 months ago
  92. ddc9eb2 wgsl-reader: reject identifiers starting with underscrore by David Neto · 3 years, 6 months ago
  93. 922fce7 Implement and test num_workgroups for all backends by James Price · 3 years, 6 months ago
  94. be514a1 wgsl-reader: hex float: zero mantissa results in zero result by David Neto · 3 years, 6 months ago
  95. 4cc4315 Allow array size to be a module-scope constant by James Price · 3 years, 7 months ago