Henri Verbeet : wined3d: Rename WineD3DContext to struct wined3d_context.

Alexandre Julliard julliard at winehq.org
Mon Aug 3 11:14:46 CDT 2009


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Mon Aug  3 08:06:51 2009 +0200

wined3d: Rename WineD3DContext to struct wined3d_context.

---

 dlls/wined3d/arb_program_shader.c    |   29 ++--
 dlls/wined3d/ati_fragment_shader.c   |   15 +-
 dlls/wined3d/context.c               |   85 +++++----
 dlls/wined3d/device.c                |   16 +-
 dlls/wined3d/drawprim.c              |    4 +-
 dlls/wined3d/gl_compat.c             |   18 +-
 dlls/wined3d/nvidia_texture_shader.c |   15 +-
 dlls/wined3d/query.c                 |    4 +-
 dlls/wined3d/state.c                 |  307 ++++++++++++++++++++++------------
 dlls/wined3d/surface.c               |    4 +-
 dlls/wined3d/swapchain.c             |    9 +-
 dlls/wined3d/utils.c                 |    6 +-
 dlls/wined3d/wined3d_private.h       |  187 +++++++++++----------
 13 files changed, 414 insertions(+), 285 deletions(-)

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



More information about the wine-cvs mailing list