1. d388bc9 Restore "MSL writer: make signed int overflow defined behaviour" by Antonio Maiorano · 3 years, 8 months ago
  2. 89a0bde transform: Optimize ZeroInitWorkgroupMemory for arrays by Ben Clayton · 3 years, 8 months ago
  3. e33b0ba Revert "MSL writer: make signed int overflow defined behaviour" by Corentin Wallez · 3 years, 8 months ago
  4. e5dbe24 MSL writer: make signed int overflow defined behaviour by Antonio Maiorano · 3 years, 8 months ago
  5. 3d73768 writer/wgsl: Emit access mode on pointer types by James Price · 3 years, 8 months ago
  6. 51cfe26 writer/hlsl: Simplify UBO accesses for static indexing by Ben Clayton · 3 years, 9 months ago
  7. 0e41747 writer/hlsl: Emit for-loops where possible. by Ben Clayton · 3 years, 9 months ago
  8. 3124d43 writer/hlsl: Use unsigned indices for UBOs by Ben Clayton · 3 years, 9 months ago
  9. 2bb4538 writer/hlsl: Zero initialize with (T) 0 by Ben Clayton · 3 years, 9 months ago
  10. e6cb51e validation: compute shader must include 'workgroup_size' in its attributes by Sarah · 3 years, 9 months ago
  11. f24b37e writer/msl: Rework string printing by Ben Clayton · 3 years, 9 months ago
  12. 41f21fe writer/hlsl: Emit zero values for private variables by Ben Clayton · 3 years, 9 months ago
  13. 75db82c sanitizers: Use the ZeroInitWorkgroupMemory transform by Ben Clayton · 3 years, 10 months ago
  14. 165512c writer/hlsl: Emit UBO as an array of vector by Ben Clayton · 3 years, 10 months ago
  15. 567f2e4 transform/msl: Run InlinePointerLets and Simplify by James Price · 3 years, 10 months ago
  16. 17287fc spirv-reader: Set workgroup size, but not specializable by David Neto · 3 years, 10 months ago
  17. 1e19b55 spirv-reader: switch to HLSL-style pipeline IO by David Neto · 3 years, 10 months ago
  18. d47eb3a writer/hlsl: Generate padding for UBO padded structs by Ben Clayton · 3 years, 10 months ago
  19. 5d2f34e writer/hlsl: Simplify emission logic, clean up output by Ben Clayton · 3 years, 10 months ago
  20. 2940c70 writer/msl: Avoid generating unnecessary pointers by James Price · 3 years, 10 months ago
  21. 0aa7edb transform/spirv: Use InlinePointerLets & Simplify by Ben Clayton · 3 years, 10 months ago
  22. 1858854 Add optional access to ptr<> by Ben Clayton · 3 years, 10 months ago
  23. 93e8f52 wgsl: Deprecate [[access]] decorations by Ben Clayton · 3 years, 10 months ago
  24. cbd3bbc Disable MSL tests that fail to validate by James Price · 3 years, 10 months ago
  25. 5102f87 writer/msl: Add parentheses for member accesses by James Price · 3 years, 10 months ago
  26. 7a47fa8 writer/msl: Handle private and workgroup variables by James Price · 3 years, 10 months ago
  27. e5fdd58 writer/msl: Emit const on array and ptr parameters by James Price · 3 years, 10 months ago
  28. ed86bf9 Add transform::Simplify by Ben Clayton · 3 years, 10 months ago
  29. ada560b writer/hlsl: Fix continuing block emission by Ben Clayton · 3 years, 10 months ago
  30. 06aa88a hlsl: Pointer support by Ben Clayton · 3 years, 11 months ago
  31. cbe816f writer/msl: Generate address spaces for pointers by James Price · 3 years, 11 months ago
  32. 09d53d5 writer/hlsl: Emit `static` for private global variables by Ben Clayton · 3 years, 11 months ago
  33. 9b54a2e Implement Pointers and References by Ben Clayton · 3 years, 11 months ago