1. 47fddc2 [msl] Emit struct name before constructors by James Price · 11 months ago
  2. de73431 [msl] Handle pointers in printer by James Price · 11 months ago
  3. 460f092 [msl] Update expectations by James Price · 11 months ago
  4. 1d948c6 [msl] Print functions in dependency order by James Price · 11 months ago
  5. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
  6. 988805a [tint][spirv-ast] Fix emission of discard followed by statement by Ben Clayton · 11 months ago
  7. b827111 [tint] Preserve derivatives in DemoteToHelper by James Price · 1 year ago
  8. ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 2 months ago
  9. f83de0f [tint][ast] Fix DemoteToHelper with atomicCompareExchangeWeak() by Ben Clayton · 1 year, 2 months ago
  10. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 2 months ago
  11. 80144d2 [tint][hlsl] Fix names of vector / matrix setter utils by Ben Clayton · 1 year, 2 months ago
  12. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 2 months ago
  13. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 2 months ago
  14. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 2 months ago
  15. f468667 [tint][wgsl] Add unrestricted_pointer_parameters feature by Ben Clayton · 1 year, 2 months ago
  16. 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 3 months ago
  17. 2e26e7a [tint][msl][ir] Use ValueToLet IR transform by Ben Clayton · 1 year, 4 months ago
  18. 575bb29 [ir][msl] Update expected by dan sinclair · 1 year, 4 months ago
  19. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
  20. 4b8a3d3 [tint][transform][hlsl] Fix bad materialization by Ben Clayton · 1 year, 10 months ago
  21. 47dd301 tint/resolver: Resolve builtin structs by Ben Clayton · 1 year, 11 months ago
  22. c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 2 years ago
  23. 5cf943e tint/hlsl: implement trunc in terms of floor/ceil to work around FXC bug by Antonio Maiorano · 2 years ago
  24. 0e22bdb tint/msl: Fix emission of private variables by James Price · 2 years ago
  25. cc3f851 tint/transform: Polyfill f32 conversion to i32 or u32 by Ben Clayton · 2 years, 1 month ago
  26. f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years, 1 month ago
  27. 2657b92 tint/writer/glsl: Fix vector `select` by Ben Clayton · 2 years, 1 month ago
  28. da353b4 tint: Flip evaluation order of assignment statements by Ben Clayton · 2 years, 1 month ago
  29. 51be342 tint/writer/glsl: Fix emission of lowest i32 value by Ben Clayton · 2 years, 1 month ago
  30. 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years, 1 month ago
  31. 3cde73c tint/transform/utils: Correctly scope for-loop init by Ben Clayton · 2 years, 1 month ago
  32. 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
  33. ee665a4 tint: add precise float mod polyfill and enable it for HLSL by Antonio Maiorano · 2 years, 1 month ago
  34. ec20758 tint: polyfill remainder to handle negative operands by Antonio Maiorano · 2 years, 2 months ago
  35. eab1f62 tint/hlsl: for default-only switch, only emit condition if it has side-effects by Antonio Maiorano · 2 years, 2 months ago chromium/5574
  36. 635c5d0 tint/spir-v backend: emit OpSRem instead of OpSMod for remainder operation by Antonio Maiorano · 2 years, 2 months ago
  37. f528d33 tint/transform: fix PromoteInitializersToLet for constant expressions by Ben Clayton · 2 years, 4 months ago
  38. 619f9bd tint/transform: Fix ICE when combining polyfills by Ben Clayton · 2 years, 4 months ago
  39. d8a986b Remove fallthrough support from SPIRV-Reader. by dan sinclair · 2 years, 5 months ago
  40. 8cd34f8 tint: Fix DemoteToHelper for atomicCmpXchgWeak by James Price · 2 years, 5 months ago
  41. 46ee639 tint/transform: Implement div / mod polyfill by Ben Clayton · 2 years, 5 months ago
  42. 744d0eb tint: Use "demote-to-helper" semantics for discard by James Price · 2 years, 5 months ago
  43. 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 5 months ago
  44. a92f425 tint/writer/msl: Move packed_vector hacks to transform by Ben Clayton · 2 years, 5 months ago chromium/5386
  45. f8c07d4 Add test for split of `--`. by dan sinclair · 2 years, 5 months ago
  46. 882b38a Update fallthrough deprecation notice. by dan sinclair · 2 years, 5 months ago
  47. f148f08 [WGSL] Allow default as a case selector by dan sinclair · 2 years, 5 months ago
  48. d5139b4 [msl] Handle packed conversions in shift expressions. by dan sinclair · 2 years, 6 months ago
  49. 8fd4ef2 Fix MSL packed_int casting. by dan sinclair · 2 years, 6 months ago
  50. 2bcade2 Update MSL generator to handle casts of packed types. by dan sinclair · 2 years, 6 months ago
  51. 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 6 months ago
  52. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 7 months ago
  53. 5b3707a tint: Implement const eval of unary not by Antonio Maiorano · 2 years, 7 months ago
  54. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
  55. 735e4b4 Emit deprecation for fallthrough. by dan sinclair · 2 years, 8 months ago
  56. 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 8 months ago
  57. 90d5eb6 tint: Add RemovePhonies transform to spir-v backend by Antonio Maiorano · 2 years, 8 months ago
  58. 73778d3b Add support for >>= and <<=. by dan sinclair · 2 years, 8 months ago
  59. 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 8 months ago
  60. 6c098ba tint: Implement constant expression structures by Ben Clayton · 2 years, 9 months ago
  61. c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 9 months ago chromium/5150
  62. 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 2 years, 9 months ago
  63. 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 9 months ago
  64. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 9 months ago
  65. 3c05430 tint/sem: Support arrays for sem::Constant by Ben Clayton · 2 years, 9 months ago
  66. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 10 months ago chromium/5108
  67. 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  68. e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  69. cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  70. 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  71. 4d36557 Normalize all line endings to LF by Ben Clayton · 3 years ago
  72. d68d3a9 Add support for increment/decrement statements by James Price · 3 years ago
  73. b02fe31 wgsl: Add support for increment/decrement statements by James Price · 3 years ago
  74. 0e1f57cb glsl: Implement compound assignment by James Price · 3 years ago
  75. 16eeff3 spirv: Implement compound assignment by James Price · 3 years ago
  76. 508a966 hlsl: Implement compound assignment by James Price · 3 years ago
  77. 60107e7 msl: Implement compound assignment by James Price · 3 years ago
  78. 555c256 wgsl: Add support for compound assignment by James Price · 3 years ago
  79. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  80. 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 3 years ago
  81. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago