- 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
- 3d73768 writer/wgsl: Emit access mode on pointer types by James Price · 3 years, 8 months ago
- 51cfe26 writer/hlsl: Simplify UBO accesses for static indexing by Ben Clayton · 3 years, 9 months ago
- 0e41747 writer/hlsl: Emit for-loops where possible. by Ben Clayton · 3 years, 9 months ago
- 3124d43 writer/hlsl: Use unsigned indices for UBOs by Ben Clayton · 3 years, 9 months ago
- 2bb4538 writer/hlsl: Zero initialize with (T) 0 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
- 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, 10 months ago
- 165512c writer/hlsl: Emit UBO as an array of vector by Ben Clayton · 3 years, 10 months ago
- 567f2e4 transform/msl: Run InlinePointerLets and Simplify by James Price · 3 years, 10 months ago
- 17287fc spirv-reader: Set workgroup size, but not specializable by David Neto · 3 years, 10 months ago
- 1e19b55 spirv-reader: switch to HLSL-style pipeline IO by David Neto · 3 years, 10 months ago
- d47eb3a writer/hlsl: Generate padding for UBO padded structs by Ben Clayton · 3 years, 10 months ago
- 5d2f34e writer/hlsl: Simplify emission logic, clean up output by Ben Clayton · 3 years, 10 months ago
- 2940c70 writer/msl: Avoid generating unnecessary pointers by James Price · 3 years, 10 months ago
- 0aa7edb transform/spirv: Use InlinePointerLets & Simplify by Ben Clayton · 3 years, 10 months ago
- 1858854 Add optional access to ptr<> by Ben Clayton · 3 years, 10 months ago
- 93e8f52 wgsl: Deprecate [[access]] decorations by Ben Clayton · 3 years, 10 months ago
- cbd3bbc Disable MSL tests that fail to validate by James Price · 3 years, 10 months ago
- 5102f87 writer/msl: Add parentheses for member accesses by James Price · 3 years, 10 months ago
- 7a47fa8 writer/msl: Handle private and workgroup variables by James Price · 3 years, 10 months ago
- e5fdd58 writer/msl: Emit const on array and ptr parameters by James Price · 3 years, 10 months ago
- ed86bf9 Add transform::Simplify by Ben Clayton · 3 years, 10 months ago
- ada560b writer/hlsl: Fix continuing block emission by Ben Clayton · 3 years, 10 months ago
- 06aa88a hlsl: Pointer support by Ben Clayton · 3 years, 11 months ago
- cbe816f writer/msl: Generate address spaces for pointers by James Price · 3 years, 11 months ago
- 09d53d5 writer/hlsl: Emit `static` for private global variables by Ben Clayton · 3 years, 11 months ago
- 9b54a2e Implement Pointers and References by Ben Clayton · 3 years, 11 months ago