i965/fs: Make brw_reg_from_fs_reg static and remove prototype.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
index c7bc55cb9293bf8312e5feee7412478eee3fdc1d..daaa89fe98fb6ab4618f17c4c5e2df7ae918465b 100644 (file)
@@ -810,5 +810,3 @@ private:
 
 bool brw_do_channel_expressions(struct exec_list *instructions);
 bool brw_do_vector_splitting(struct exec_list *instructions);
-
-struct brw_reg brw_reg_from_fs_reg(fs_reg *reg);