1. 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 2 months ago
  2. 1c5c266 GLSL: move the AddBlockAttribute transform before OffsetFirstIndex. by Stephen White · 1 year, 2 months ago
  3. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 2 months ago
  4. 80144d2 [tint][hlsl] Fix names of vector / matrix setter utils by Ben Clayton · 1 year, 2 months ago
  5. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 2 months ago
  6. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 2 months ago
  7. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 3 months ago
  8. f468667 [tint][wgsl] Add unrestricted_pointer_parameters feature by Ben Clayton · 1 year, 3 months ago
  9. 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 3 months ago
  10. 575bb29 [ir][msl] Update expected by dan sinclair · 1 year, 4 months ago
  11. 794186c [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
  12. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
  13. 96a9669 [tint] Fold trivial lets in SPIR-V reader by James Price · 1 year, 9 months ago
  14. 5702df1 [spirv-reader] Detect constant vector splats by James Price · 1 year, 10 months ago
  15. 506b4f0 [spirv-reader] Use type inference for var and let by James Price · 1 year, 11 months ago
  16. f91b77d [spirv-reader] Use builtin matrix aliases by James Price · 1 year, 11 months ago
  17. 114bae2 [spirv-reader] Use builtin vector aliases by James Price · 1 year, 11 months ago
  18. c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 2 years ago
  19. 0e22bdb tint/msl: Fix emission of private variables by James Price · 2 years, 1 month ago
  20. 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years, 1 month ago
  21. 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
  22. 971318f tint: Replace all remaining AST types with ast::Type by Ben Clayton · 2 years, 2 months ago
  23. 42363a5 tint/transform: Skip SimplifyPointers if possible by Ben Clayton · 2 years, 3 months ago
  24. 6992f51 tint: Add DirectVariableAccess transform by Ben Clayton · 2 years, 4 months ago
  25. 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 5 months ago
  26. e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 7 months ago
  27. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 7 months ago
  28. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
  29. 7e9f571 tint: const eval of binary add by Antonio Maiorano · 2 years, 8 months ago
  30. 6f8d945 Sync reserved token list to WGSL spec. by dan sinclair · 2 years, 8 months ago chromium/5217
  31. 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 9 months ago
  32. 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 2 years, 9 months ago
  33. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 10 months ago chromium/5108
  34. 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  35. e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  36. cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  37. 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  38. 8bd5fec tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions by Ben Clayton · 2 years, 10 months ago
  39. 0ce9ab0 tint: Change all ProgramBuilder literals to 'i' or 'u' suffix by Ben Clayton · 3 years ago
  40. 06496d4 tint/reader/spirv: Generate 'i' suffixed literals by Ben Clayton · 3 years ago
  41. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  42. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago