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/mesa/drivers/dri/i965/brw_fs.cpp | |
parent | af1cba2260c3546ba89d47c9612d66f513e69842 (diff) |
glsl: Remove the ir_binop_cross opcode.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.cpp')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 4648298c1f5..9c03b61c82e 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -850,7 +850,6 @@ fs_visitor::visit(ir_expression *ir) break; case ir_binop_dot: - case ir_binop_cross: case ir_unop_any: assert(!"not reached: should be handled by brw_fs_channel_expressions"); break; |