Nikolay Sivov : d2d1: Initial implementation of bitmap render target.

Alexandre Julliard julliard at winehq.org
Thu Oct 20 18:32:46 CDT 2016


Module: wine
Branch: master
Commit: e9da184bbd32e3e668c098da75730a0a50526bd3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e9da184bbd32e3e668c098da75730a0a50526bd3

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Oct 19 20:00:21 2016 +0300

d2d1: Initial implementation of bitmap render target.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d2d1/Makefile.in            |   1 +
 dlls/d2d1/bitmap_render_target.c | 832 +++++++++++++++++++++++++++++++++++++++
 dlls/d2d1/brush.c                |   4 +-
 dlls/d2d1/d2d1_private.h         |  18 +-
 dlls/d2d1/render_target.c        |  68 ++--
 dlls/d2d1/tests/d2d1.c           |  13 +-
 6 files changed, 895 insertions(+), 41 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=e9da184bbd32e3e668c098da75730a0a50526bd3



More information about the wine-cvs mailing list