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