summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-04-11 15:27:00 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-04-11 15:27:00 -0600
commit593cf5a6b55eb9b490a2aee2c3850d2d493fc4df (patch)
treec902fad039c686cc54ef8faec5e7ddd02a2b3cce /src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
parent7c2416f06e518bc1491fe13e145dcc9487d75449 (diff)
gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.
The two functions were mostly the same. We can look at the shader header info to determine if it's a vertex or fragment shader.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h')
-rwxr-xr-xsrc/gallium/auxiliary/tgsi/exec/tgsi_sse2.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
index d1190727d0..d56bf7f98a 100755
--- a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
+++ b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
@@ -15,13 +15,6 @@ tgsi_emit_sse2(
float (*immediates)[4]
);
-unsigned
-tgsi_emit_sse2_fs(
- struct tgsi_token *tokens,
- struct x86_function *function,
- float (*immediates)[4]
- );
-
#if defined __cplusplus
}
#endif