summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/exec/tgsi_sse2.h
diff options
context:
space:
mode:
authormichal <michal@michal-laptop.(none)>2007-10-26 18:00:35 +0100
committermichal <michal@michal-laptop.(none)>2007-10-27 19:01:11 +0100
commitbf229cb6f1aa01ae005afd2d90b3563ff495eaaa (patch)
tree2e4a976d04bb5b809d1088b724b7197d2d741b78 /src/mesa/pipe/tgsi/exec/tgsi_sse2.h
parent9053fcabcbf1b1c969a9a52585d232bb778eba63 (diff)
Fix alignment problems.
Remove NOP opcode. TEX opcode returns solid white (a hack for D3D state tracker).
Diffstat (limited to 'src/mesa/pipe/tgsi/exec/tgsi_sse2.h')
-rwxr-xr-xsrc/mesa/pipe/tgsi/exec/tgsi_sse2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_sse2.h b/src/mesa/pipe/tgsi/exec/tgsi_sse2.h
index 60fdd5f61f..9bee371766 100755
--- a/src/mesa/pipe/tgsi/exec/tgsi_sse2.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_sse2.h
@@ -10,12 +10,12 @@ struct x86_function;
unsigned
tgsi_emit_sse2(
- const struct tgsi_token *tokens,
+ struct tgsi_token *tokens,
struct x86_function *function );
unsigned
tgsi_emit_sse2_fs(
- const struct tgsi_token *tokens,
+ struct tgsi_token *tokens,
struct x86_function *function );
#if defined __cplusplus