Matteo Bruni : wined3d: Move draw_textured_quad() to context.c.

Alexandre Julliard julliard at winehq.org
Thu Apr 12 15:28:14 CDT 2018


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

Author: Matteo Bruni <mbruni at codeweavers.com>
Date:   Thu Apr 12 16:46:13 2018 +0430

wined3d: Move draw_textured_quad() to context.c.

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

---

 dlls/wined3d/arb_program_shader.c |   2 +-
 dlls/wined3d/context.c            |  60 ++++++++++++
 dlls/wined3d/surface.c            | 195 +-------------------------------------
 dlls/wined3d/texture.c            | 124 ++++++++++++++++++++++++
 dlls/wined3d/wined3d_private.h    |  15 ++-
 5 files changed, 197 insertions(+), 199 deletions(-)

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



More information about the wine-cvs mailing list