wined3d: Fix D3DSIO_M#X# instruction for both ARB and GLSL shaders.
commit3529e0ceeb633a3dbc2335f2c74727734468e23e
authorJason Green <jave27@gmail.com>
Thu, 6 Jul 2006 02:35:56 +0000 (5 22:35 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Jul 2006 14:31:24 +0000 (6 16:31 +0200)
tree3a195b8d0baa7dcbb8762543770c8a49723eb6d9
parent05bdf67d2e6b8dd50b8722861ec0602de6ba2c81
wined3d: Fix D3DSIO_M#X# instruction for both ARB and GLSL shaders.

This instruction was being handled incorrectly in the case where the
2nd src argument contained a relatively addressed constant.
dlls/wined3d/arb_program_shader.c
dlls/wined3d/glsl_shader.c