1. 8ec32a6 writers: Use the new sem::Module::DependencyOrderedDeclarations by Ben Clayton · 3 years, 1 month ago
  2. bf0180b GLSL: only emit default precision qualifier for frag shader. by Stephen White · 3 years, 1 month ago
  3. 0b39270 GLSL: move entry point handling to CanonicalizeEntryPointIO transform. by Stephen White · 3 years, 2 months ago
  4. e2f35ba GLSL: clean up GLSL output whitespace generation. by Stephen White · 3 years, 2 months ago chromium/4856 chromium/4857
  5. 01e4b6f wgsl: Replace [[decoration]] with @decoration by Ben Clayton · 3 years, 2 months ago
  6. 6b1e5f5 wgsl: Do not require a semicolon after a struct by James Price · 3 years, 2 months ago
  7. 2fe0f4b GLSL: add .expected.glsl files for all tests. by Stephen White · 3 years, 4 months ago
  8. d388bc9 Restore "MSL writer: make signed int overflow defined behaviour" by Antonio Maiorano · 3 years, 8 months ago
  9. e33b0ba Revert "MSL writer: make signed int overflow defined behaviour" by Corentin Wallez · 3 years, 8 months ago
  10. e5dbe24 MSL writer: make signed int overflow defined behaviour by Antonio Maiorano · 3 years, 8 months ago
  11. 4135ea5 writer/hlsl: Don't wrap arrays in structures by Ben Clayton · 3 years, 8 months ago
  12. 2bb4538 writer/hlsl: Zero initialize with (T) 0 by Ben Clayton · 3 years, 9 months ago
  13. e6cb51e validation: compute shader must include 'workgroup_size' in its attributes by Sarah · 3 years, 9 months ago
  14. 9ef52ff writer/hlsl: Use the WrapArraysInStructs transform by Ben Clayton · 3 years, 9 months ago
  15. 0597a2b Add transform/WrapArraysInStructs by Ben Clayton · 3 years, 9 months ago
  16. 5d2f34e writer/hlsl: Simplify emission logic, clean up output by Ben Clayton · 3 years, 9 months ago
  17. 851b18b writer/msl: Emit field designators for structures by James Price · 3 years, 10 months ago
  18. 94ac078 writer/msl: Wrap each array type in a struct by James Price · 3 years, 10 months ago
  19. 42220ba writer/msl: Hoist array and struct initializers by James Price · 3 years, 10 months ago