summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-11-28 12:21:03 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-05 09:49:42 -0800
commitdb186f2a38120860710fa98375589599654d694e (patch)
tree5994c1869bcd27b8a6b9a74cfaf56bee132b3fe5 /src/mesa/drivers/dri/i965/brw_fs.h
parent2881b123d00562fee8b7d2b4f7825f89a73e0d9f (diff)
downloadexternal_mesa3d-db186f2a38120860710fa98375589599654d694e.zip
external_mesa3d-db186f2a38120860710fa98375589599654d694e.tar.gz
external_mesa3d-db186f2a38120860710fa98375589599654d694e.tar.bz2
i965/fs: Make brw_reg_from_fs_reg static and remove prototype.
And move it above its first use in brw_fs_generator.cpp. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index c7bc55c..daaa89f 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -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);