aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2010-10-10 15:42:37 -0700
committerEric Anholt <[email protected]>2010-10-11 11:52:02 -0700
commit37758fb1cbb1ddcd106553763c1b1f222f4cfb47 (patch)
tree2ffaffb5dc1b30b9a06ffea9712008ec3440293f /src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
parent251fe2785484f7ba0c194c92fe0feff9c78b52ca (diff)
i965: Move FS backend structures to a header.
It's time to start splitting some of this up.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp b/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
index 9fbf7b7c6b8..4aac1b5a058 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
@@ -83,7 +83,6 @@ channel_expressions_predicate(ir_instruction *ir)
return false;
}
-extern "C" {
GLboolean
brw_do_channel_expressions(exec_list *instructions)
{
@@ -99,7 +98,6 @@ brw_do_channel_expressions(exec_list *instructions)
return v.progress;
}
-}
ir_rvalue *
ir_channel_expressions_visitor::get_element(ir_variable *var, unsigned int elem)