Henri Verbeet : wined3d: The SM4 sincos opcode has two destination arguments.

Alexandre Julliard julliard at winehq.org
Fri Oct 8 12:38:08 CDT 2010


Module: wine
Branch: master
Commit: 3e45fe7488f72e4247aaeb72829b227e6cabf188
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3e45fe7488f72e4247aaeb72829b227e6cabf188

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Fri Oct  8 13:12:17 2010 +0200

wined3d: The SM4 sincos opcode has two destination arguments.

---

 dlls/wined3d/shader_sm4.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/shader_sm4.c b/dlls/wined3d/shader_sm4.c
index ea845dc..ecd1ec3 100644
--- a/dlls/wined3d/shader_sm4.c
+++ b/dlls/wined3d/shader_sm4.c
@@ -145,7 +145,7 @@ static const struct wined3d_sm4_opcode_info opcode_table[] =
     {WINED3D_SM4_OP_MUL,    WINED3DSIH_MUL,         1,  2},
     {WINED3D_SM4_OP_RET,    WINED3DSIH_RET,         0,  0},
     {WINED3D_SM4_OP_RSQ,    WINED3DSIH_RSQ,         1,  1},
-    {WINED3D_SM4_OP_SINCOS, WINED3DSIH_SINCOS,      1,  2},
+    {WINED3D_SM4_OP_SINCOS, WINED3DSIH_SINCOS,      2,  1},
 };
 
 static const WINED3DSHADER_PARAM_REGISTER_TYPE register_type_table[] =




More information about the wine-cvs mailing list