1. 81d4ed0 Fix operator% for f32 and vecN<f32> by Ben Clayton · 3 years, 6 months ago
  2. 93e8f52 wgsl: Deprecate [[access]] decorations by Ben Clayton · 3 years, 8 months ago
  3. 1f68519 spirv-reader: make valid SPIR-V for derivative tests by David Neto · 3 years, 9 months ago
  4. b4a8a15 spirv-reader: arithmetic tests: make valid SPIR-V by David Neto · 3 years, 9 months ago
  5. c9ee7eb Prepare for having TypesBuilder return ast::Types by Ben Clayton · 3 years, 9 months ago
  6. df48b95 spirv-reader: update tests to wrap parser impl by David Neto · 3 years, 9 months ago
  7. 943ded7 spirv-reader: support OpTranspose by David Neto · 3 years, 9 months ago
  8. 316dcd4 UintLiteral::to_str() suffix with 'u' by Ben Clayton · 3 years, 9 months ago
  9. 98b084e spirv/reader: Implement derivative intrinsics by Ben Clayton · 3 years, 9 months ago
  10. 31804e0 reader/spirv: Fix ExpectEq() tests by Ben Clayton · 3 years, 9 months ago
  11. de1e3c0 Fix linter errors by Ben Clayton · 3 years, 10 months ago
  12. d7f23f5 spirv-reader: Fix mixed-signedness binary ops by David Neto · 3 years, 10 months ago
  13. 5b36d2c Remove all unnecessary includes by Ben Clayton · 3 years, 11 months ago
  14. dd1b6fc Introduce semantic::Info by Ben Clayton · 4 years ago
  15. a6b9a8e Split Program into Program and ProgramBuilder by Ben Clayton · 4 years ago
  16. c40f627 Migrate from using ast::Module to Program by Ben Clayton · 4 years ago
  17. 0e17caa spirv-reader: expand OuterProduct to primitive ops by David Neto · 4 years ago
  18. 1c200cf Remove outerProduct. by dan sinclair · 4 years ago
  19. 6b59bf4 Add a symbol to the Identifier AST node by dan sinclair · 4 years, 1 month ago
  20. 627732c src/reader tests: Have parse() return a unique_ptr by Ben Clayton · 4 years, 2 months ago
  21. 80598ed [ast] Add the result_type into the AST dump by dan sinclair · 4 years, 2 months ago
  22. a4f49d9 spirv-reader: support OpDot, OpOuterProduct by David Neto · 4 years, 2 months ago
  23. e6fda61 ast::Variable dumping now indicates is_const by David Neto · 4 years, 3 months ago
  24. a7d498e Rename 'as' to 'bitcast' by dan sinclair · 4 years, 4 months ago
  25. e12c5ff [spirv-reader] Add mixed scalar/vector/matrix multiply by David Neto · 4 years, 7 months ago
  26. d34b210 Add fuzzing target to BUILD.gn by Ryan Harrison · 4 years, 9 months ago
  27. 9cba3e1 [spirv-reader] Split arithmetic, bit tests by David Neto · 4 years, 9 months ago
  28. b4c4968 [spirv-reader] Add OpNot by David Neto · 4 years, 9 months ago
  29. 6eb498d [spirv-reader] Add OpFNegate by David Neto · 4 years, 9 months ago
  30. 6584028 [spirv-reader] Add OpSNegate by David Neto · 4 years, 9 months ago
  31. e150e0f [spirv-reader] Test OpSMod by David Neto · 4 years, 9 months ago
  32. 4f10a25 [spirv-reader] Fix OpSDiv operand and result signedness by David Neto · 4 years, 9 months ago
  33. 0a196c1 Adding support for testing BUILD.gn by Ryan Harrison · 4 years, 9 months ago
  34. ac3213b [spirv-reader] Add UMod, SMod, FMod by David Neto · 4 years, 9 months ago
  35. badf99b [spirv-reader] Add ISub, IMul, UDiv, SDiv by David Neto · 4 years, 9 months ago
  36. fae8368 [spirv-reader] Add bitwise operators by David Neto · 4 years, 9 months ago
  37. 641208c [spirv-reader] Add shift operators by David Neto · 4 years, 9 months ago
  38. 74d97e7 [spirv-reader] Add FDiv by David Neto · 4 years, 9 months ago
  39. 5ef27af [spirv-reader] Add FMul by David Neto · 4 years, 9 months ago
  40. 31d9036 [spirv-reader] Add FSub by David Neto · 4 years, 9 months ago
  41. 7979749 [spirv-reader] Support OpFAdd by David Neto · 4 years, 9 months ago
  42. b39dabd Run formatter by dan sinclair · 4 years, 9 months ago
  43. 3743c5e [spirv-reader] Support IAdd by David Neto · 4 years, 10 months ago