Module: wine Branch: master Commit: 3d4dd7a06e87ed7ea554c167802ff057a6c313dc URL: https://source.winehq.org/git/wine.git/?a=commit;h=3d4dd7a06e87ed7ea554c1678...
Author: Daniel Ansorregui mailszeros@gmail.com Date: Thu Oct 18 02:29:13 2018 +0330
wined3d: Store the blend factor as a struct wined3d_color.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d11/d3d11_private.h | 1 - dlls/d3d11/device.c | 23 ++++++----------------- dlls/d3d9/device.c | 39 ++++++++++++++++++++++++++++++++------- dlls/wined3d/cs.c | 15 ++++++++++++--- dlls/wined3d/device.c | 29 ++++++++++++++++++++--------- dlls/wined3d/state.c | 17 +++++++++-------- dlls/wined3d/stateblock.c | 27 +++++++++++++++++++++++++-- dlls/wined3d/utils.c | 3 ++- dlls/wined3d/wined3d.spec | 4 ++-- dlls/wined3d/wined3d_private.h | 12 +++++++++--- include/wine/wined3d.h | 7 ++++--- 11 files changed, 121 insertions(+), 56 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3d4dd7a06e87ed7ea554c...