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