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