Commit fdd512de authored by Allan Tong's avatar Allan Tong Committed by Alexandre Julliard

wined3d: Add mapping for MOV instructions in shader_hw_map2gl.

parent 0c587dc3
......@@ -924,6 +924,7 @@ static void shader_hw_map2gl(const SHADER_OPCODE_ARG *arg)
case WINED3DSIO_MAD: instruction = "MAD"; break;
case WINED3DSIO_MAX: instruction = "MAX"; break;
case WINED3DSIO_MIN: instruction = "MIN"; break;
case WINED3DSIO_MOV: instruction = "MOV"; break;
case WINED3DSIO_MUL: instruction = "MUL"; break;
case WINED3DSIO_NOP: instruction = "NOP"; break;
case WINED3DSIO_POW: instruction = "POW"; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment