Module: wine Branch: master Commit: 762af471e8c2f061db220e59b20274c01c1d35b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=762af471e8c2f061db220e59b2...
Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Dec 19 23:00:58 2006 +0100
wined3d: Move WINED3DTSS_COLOROP to the state table.
---
dlls/wined3d/device.c | 74 +++++++++++++ dlls/wined3d/drawprim.c | 30 +----- dlls/wined3d/state.c | 236 ++++++++++++++++++++++++++++++---------- dlls/wined3d/stateblock.c | 12 ++ dlls/wined3d/wined3d_private.h | 1 + 5 files changed, 264 insertions(+), 89 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=762af471e8c2f061db220e...