diff options
author | Kenneth Graunke <[email protected]> | 2010-11-17 13:59:17 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2010-11-17 13:59:17 -0800 |
commit | 9935fe705df44bb633039ca74332cc0c126ccc30 (patch) | |
tree | 84b484f5f7a5fca90c05a84a7b28f4a6be0f64f7 /src/glsl/ir.h | |
parent | af1cba2260c3546ba89d47c9612d66f513e69842 (diff) |
glsl: Remove the ir_binop_cross opcode.
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r-- | src/glsl/ir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 6a70dede9b2..38ed2b23efb 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -771,7 +771,6 @@ enum ir_expression_operation { ir_binop_logic_or, ir_binop_dot, - ir_binop_cross, ir_binop_min, ir_binop_max, |