Zebediah Figura : wined3d: Implement independent blend.

Alexandre Julliard julliard at winehq.org
Fri Mar 13 15:24:44 CDT 2020


Module: wine
Branch: master
Commit: 2da5422bd2628ad79ae65cee17702817aa1476f2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2da5422bd2628ad79ae65cee17702817aa1476f2

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Mar 12 23:25:01 2020 -0500

wined3d: Implement independent blend.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d10core/tests/d3d10core.c |   3 +-
 dlls/d3d11/state.c               |  22 ++--
 dlls/d3d11/tests/d3d11.c         |   7 +-
 dlls/wined3d/adapter_gl.c        |   7 ++
 dlls/wined3d/device.c            |  21 ++--
 dlls/wined3d/shader.c            |   2 +-
 dlls/wined3d/state.c             | 214 +++++++++++++++++++++++++++++++--------
 dlls/wined3d/utils.c             |   4 +-
 dlls/wined3d/wined3d_gl.h        |   1 +
 include/wine/wined3d.h           |  19 ++--
 10 files changed, 220 insertions(+), 80 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=2da5422bd2628ad79ae65cee17702817aa1476f2



More information about the wine-cvs mailing list