Module: wine Branch: master Commit: 82db5954c49d9de1db3dad200d6dc39316820698 URL: http://source.winehq.org/git/wine.git/?a=commit;h=82db5954c49d9de1db3dad200d... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Thu Apr 9 22:48:11 2015 +0200 wined3d: Set color keys through the command stream. --- dlls/wined3d/cs.c | 84 ++++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/state.c | 4 +- dlls/wined3d/surface.c | 16 ++++---- dlls/wined3d/texture.c | 81 ++++++++++++++-------------------------- dlls/wined3d/utils.c | 4 +- dlls/wined3d/wined3d_private.h | 25 +++++++++---- 6 files changed, 140 insertions(+), 74 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=82db5954c49d9de1db3dad...