1. 085093d [msl] Use the output of FlattenBindings by James Price · 8 months ago
  2. b5a904c [msl] Emit continuing inside a new block by James Price · 8 months ago chromium/6519
  3. 1aad86d [msl] Move RenameConflicts to core and use it by James Price · 8 months ago
  4. 38bef55 [ir] Fix consecutive calls in dependency scanner by James Price · 8 months ago
  5. 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 8 months ago
  6. dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 8 months ago
  7. 02cf911 [msl] Implement ShaderIO transform by James Price · 8 months ago
  8. 985b4e8 [msl] Populate Output::workgroup_allocations by James Price · 8 months ago
  9. c451f62 [msl] Support workgroup vars in ModuleScopeVars by James Price · 8 months ago
  10. 47fddc2 [msl] Emit struct name before constructors by James Price · 8 months ago
  11. de73431 [msl] Handle pointers in printer by James Price · 8 months ago
  12. 460f092 [msl] Update expectations by James Price · 8 months ago
  13. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 9 months ago
  14. f5abb82 tint: work around zero-init bug on some GPUs for workgroup size(1) by Antonio Maiorano · 11 months ago
  15. 7c14dba [spirv-writer][ast] Only use StorageInputOutput16 if needed by James Price · 12 months ago
  16. 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 12 months ago
  17. 1c5c266 GLSL: move the AddBlockAttribute transform before OffsetFirstIndex. by Stephen White · 12 months ago
  18. 6e45813 GLSL: fix bug with padded struct members. by Stephen White · 12 months ago
  19. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 12 months ago
  20. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 12 months ago
  21. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year ago
  22. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year ago
  23. ea0fda3 [ast,msl]: packed_vec3: Unroll loop for small composite copy by David Neto · 1 year ago
  24. e856861 Tint: Don't override HLSL shader model for fp16 by Jiawei Shao · 1 year ago
  25. 07360d1 Update buffer/uniform/std140/array tests by dan sinclair · 1 year, 1 month ago
  26. 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 1 month ago
  27. 500bd8a Update some buffer/uniform tests by dan sinclair · 1 year, 2 months ago
  28. 3378a57 Update buffer/storage e2e tests. by dan sinclair · 1 year, 2 months ago
  29. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 2 months ago
  30. f27e765 tint/hlsl: workaround DXC bug with const structs/arrays of matrices by Antonio Maiorano · 1 year, 3 months ago
  31. d1368d7 tint: workaround DXC bug with splatted vector constant storage buffer args by Antonio Maiorano · 1 year, 5 months ago
  32. c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 1 year, 10 months ago
  33. 0e22bdb tint/msl: Fix emission of private variables by James Price · 1 year, 10 months ago
  34. 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 1 year, 11 months ago
  35. b990d39 test/tint: Update SKIP "expectations" by Ben Clayton · 1 year, 11 months ago
  36. 4d3af66 tint/msl: Preserve trailing vec3 padding by James Price · 1 year, 11 months ago
  37. 6176c85 tint: Preserve padding in matrices with three rows by James Price · 1 year, 11 months ago
  38. 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 1 year, 11 months ago
  39. 971318f tint: Replace all remaining AST types with ast::Type by Ben Clayton · 2 years ago
  40. 8753796 tint: Add PreservePadding transform by James Price · 2 years, 2 months ago
  41. 776b221 Tint/E2E: Add f16 uniform/storage buffer E2E tests by Zhaoming Jiang · 2 years, 2 months ago
  42. 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 3 months ago
  43. a92f425 tint/writer/msl: Move packed_vector hacks to transform by Ben Clayton · 2 years, 3 months ago chromium/5386
  44. 13f0890 tint/intrinsics: Texture queries now return unsigned integer / vectors by Ben Clayton · 2 years, 3 months ago
  45. 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 4 months ago
  46. 90b29e5 tint/transform/std140: Correctly handle nested / bare matrices by Ben Clayton · 2 years, 4 months ago
  47. 84b43d6 tint/writer: Handle unnested, uniform matCx2 matrices by Ben Clayton · 2 years, 4 months ago
  48. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 4 months ago
  49. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 5 months ago
  50. 657e61d tint: Add and use new Std140 transform by Ben Clayton · 2 years, 5 months ago
  51. ff13302 tint/transform: Fix index 0 accessing in DecomposeMemoryAccess by Zhaoming Jiang · 2 years, 5 months ago
  52. 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 6 months ago
  53. 99fa7b9 test/tint: Suppresses vulkan-dep failures in crbug.com/tint/1632 by Loko Kung · 2 years, 6 months ago
  54. 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 6 months ago
  55. 5286ea9 tint: Disallow write-only storage buffers by dan sinclair · 2 years, 7 months ago
  56. 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 2 years, 7 months ago
  57. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 7 months ago
  58. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 8 months ago chromium/5108
  59. 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 8 months ago
  60. e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 8 months ago
  61. cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 8 months ago
  62. 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 8 months ago
  63. 3b671cb wgsl: Separate struct members with commas by James Price · 2 years, 10 months ago
  64. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years ago