1. 0b39270 GLSL: move entry point handling to CanonicalizeEntryPointIO transform. by Stephen White · 3 years, 2 months ago
  2. e2f35ba GLSL: clean up GLSL output whitespace generation. by Stephen White · 3 years, 2 months ago
  3. 8e01c45 GLSL: add location layout qualifier before in/out variables. by Stephen White · 3 years, 2 months ago
  4. 01e4b6f wgsl: Replace [[decoration]] with @decoration by Ben Clayton · 3 years, 2 months ago
  5. 6b1e5f5 wgsl: Do not require a semicolon after a struct by James Price · 3 years, 2 months ago
  6. e2528e9 Reland "HLSL: force FXC to never unroll loops" by Antonio Maiorano · 3 years, 4 months ago
  7. bc5d8f6 Revert "HLSL: force FXC to never unroll loops" by Antonio Maiorano · 3 years, 4 months ago
  8. 943c410 GLSL: implement atomics. by Stephen White · 3 years, 4 months ago
  9. 11d09f2 HLSL: force FXC to never unroll loops by Antonio Maiorano · 3 years, 4 months ago
  10. 2fe0f4b GLSL: add .expected.glsl files for all tests. by Stephen White · 3 years, 4 months ago
  11. 8492d72 test: Shuffle files around. by Ben Clayton · 3 years, 4 months ago
  12. e548db9 msl: Handle buffer variables in transform by James Price · 3 years, 5 months ago
  13. 6c4effe writer/spirv: Fix [[override]] for zero-init defaults by Ben Clayton · 3 years, 5 months ago
  14. c2fa68e Migrate more tests from Ignore() to phony-assignment by Ben Clayton · 3 years, 5 months ago
  15. 1ca6fba msl: Use a struct for threadgroup memory arguments by James Price · 3 years, 6 months ago
  16. 40ef4a8 Revert "msl: Use a struct for threadgroup memory arguments" by Corentin Wallez · 3 years, 6 months ago
  17. af8cd3b msl: Use a struct for threadgroup memory arguments by James Price · 3 years, 6 months ago
  18. dad2639 spirv backend: do not generate a load for ignored expressions by Antonio Maiorano · 3 years, 6 months ago
  19. acaecab msl: Handle workgroup matrix allocations by James Price · 3 years, 6 months ago
  20. 11c6fcd spirv: Use generic transform to process shader IO by James Price · 3 years, 8 months ago
  21. a5d73ce transform/shader_io: Generate a wrapper function by James Price · 3 years, 8 months ago
  22. d388bc9 Restore "MSL writer: make signed int overflow defined behaviour" by Antonio Maiorano · 3 years, 8 months ago
  23. 89a0bde transform: Optimize ZeroInitWorkgroupMemory for arrays by Ben Clayton · 3 years, 8 months ago
  24. e33b0ba Revert "MSL writer: make signed int overflow defined behaviour" by Corentin Wallez · 3 years, 8 months ago
  25. e5dbe24 MSL writer: make signed int overflow defined behaviour by Antonio Maiorano · 3 years, 8 months ago
  26. 4135ea5 writer/hlsl: Don't wrap arrays in structures by Ben Clayton · 3 years, 9 months ago
  27. 2bb4538 writer/hlsl: Zero initialize with (T) 0 by Ben Clayton · 3 years, 9 months ago
  28. fb4e751 test: Add tests to verify variables are zero initialized by Ben Clayton · 3 years, 9 months ago
  29. 71a1f58 test: move test/var files to test/var/uses by Ben Clayton · 3 years, 9 months ago
  30. e6cb51e validation: compute shader must include 'workgroup_size' in its attributes by Sarah · 3 years, 9 months ago
  31. 65cb20c test: Move 'splat' tests to expressions, split up by Ben Clayton · 3 years, 9 months ago
  32. f24b37e writer/msl: Rework string printing by Ben Clayton · 3 years, 9 months ago
  33. 41f21fe writer/hlsl: Emit zero values for private variables by Ben Clayton · 3 years, 9 months ago
  34. 75db82c sanitizers: Use the ZeroInitWorkgroupMemory transform by Ben Clayton · 3 years, 9 months ago
  35. 9ef52ff writer/hlsl: Use the WrapArraysInStructs transform by Ben Clayton · 3 years, 9 months ago
  36. 0597a2b Add transform/WrapArraysInStructs by Ben Clayton · 3 years, 9 months ago
  37. 5d2f34e writer/hlsl: Simplify emission logic, clean up output by Ben Clayton · 3 years, 9 months ago
  38. 2940c70 writer/msl: Avoid generating unnecessary pointers by James Price · 3 years, 10 months ago
  39. b5508fd Implement vector initialization from single scalar (aka "splat") by Antonio Maiorano · 3 years, 10 months ago
  40. 9834fef Implement type inference by Antonio Maiorano · 3 years, 10 months ago
  41. 7a47fa8 writer/msl: Handle private and workgroup variables by James Price · 3 years, 10 months ago