summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2007-10-28 17:53:02 +0000
committerMichal Krol <michal@tungstengraphics.com>2007-10-28 17:53:02 +0000
commitc1b9f0eb7a4a0feb549218cdec3b7964d4c91bc9 (patch)
treef1124e69655936afc90b5e56b7ce31cf49e17de0 /src
parent2bbd714fda7b0fb21184bea8ed0c08f155cba528 (diff)
Remove unused static functions.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/mesa/pipe/tgsi/exec/tgsi_sse2.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_sse2.c b/src/mesa/pipe/tgsi/exec/tgsi_sse2.c
index b9a87fc6b8..46905236e2 100755
--- a/src/mesa/pipe/tgsi/exec/tgsi_sse2.c
+++ b/src/mesa/pipe/tgsi/exec/tgsi_sse2.c
@@ -129,16 +129,6 @@ get_coef(
((vec * 3 + member) * 4 + chan) * 4 );
}
-static struct x86_reg
-get_addr(
- unsigned vec,
- unsigned chan )
-{
- return get_temp(
- vec + TGSI_EXEC_NUM_TEMPS,
- chan );
-}
-
static void
emit_const(
struct x86_function *func,
@@ -287,20 +277,6 @@ emit_coef_dady(
}
static void
-emit_addrf(
- struct x86_function *func,
- unsigned xmm,
- unsigned vec,
- unsigned chan )
-{
- emit_tempf(
- func,
- xmm,
- vec + TGSI_EXEC_NUM_TEMPS,
- chan );
-}
-
-static void
emit_addrs(
struct x86_function *func,
unsigned xmm,