wined3d: Put the color_correction calls into the instruction handlers.
commit5cf764aec2177df93509be0f7f04f4268ad40c8b
authorStefan Dösinger <stefan@codeweavers.com>
Mon, 16 Feb 2009 13:58:52 +0000 (16 14:58 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Feb 2009 12:14:23 +0000 (27 13:14 +0100)
tree0cd1eccc891a9b7e3095898b253f2388afb3a50d
parent5e0d4c774cbc365c0729a7f670e8831ab194dabb
wined3d: Put the color_correction calls into the instruction handlers.

The color correction cannot be done behind the back of the individual
instruction handlers because it might conflict with the instruction's
color modifications and the D3D provided writemask.
dlls/wined3d/arb_program_shader.c
dlls/wined3d/baseshader.c
dlls/wined3d/glsl_shader.c
dlls/wined3d/pixelshader.c
dlls/wined3d/wined3d_private.h