=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: wined3d: Move tex_unit_map and friends into the context.

Alexandre Julliard julliard at winehq.org
Mon Sep 16 16:57:22 CDT 2013


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Mon Sep 16 12:43:18 2013 +0200

wined3d: Move tex_unit_map and friends into the context.

---

 dlls/wined3d/arb_program_shader.c    |    8 +-
 dlls/wined3d/ati_fragment_shader.c   |    2 +-
 dlls/wined3d/context.c               |  236 +++++++++++++++++++++++++++++++++-
 dlls/wined3d/device.c                |  231 +---------------------------------
 dlls/wined3d/drawprim.c              |    4 +-
 dlls/wined3d/glsl_shader.c           |    5 +-
 dlls/wined3d/nvidia_texture_shader.c |    9 +-
 dlls/wined3d/state.c                 |   25 ++---
 dlls/wined3d/surface.c               |    7 +-
 dlls/wined3d/utils.c                 |    2 +-
 dlls/wined3d/volume.c                |    4 +-
 dlls/wined3d/wined3d_private.h       |   32 +++---
 12 files changed, 279 insertions(+), 286 deletions(-)

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



More information about the wine-cvs mailing list