Henri Verbeet : wined3d: Get rid of the WINED3DRENDERSTATETYPE typedef.

Alexandre Julliard julliard at winehq.org
Tue Dec 20 13:43:24 CST 2011


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Mon Dec 19 21:00:09 2011 +0100

wined3d: Get rid of the WINED3DRENDERSTATETYPE typedef.

---

 dlls/d3d8/device.c                   |    8 +-
 dlls/ddraw/device.c                  |    6 +-
 dlls/ddraw/executebuffer.c           |    2 +-
 dlls/ddraw/vertexbuffer.c            |    6 +-
 dlls/wined3d/arb_program_shader.c    |   53 ++--
 dlls/wined3d/ati_fragment_shader.c   |   22 +-
 dlls/wined3d/context.c               |   40 +-
 dlls/wined3d/device.c                |   34 +-
 dlls/wined3d/drawprim.c              |   24 +-
 dlls/wined3d/nvidia_texture_shader.c |   21 +-
 dlls/wined3d/shader.c                |   14 +-
 dlls/wined3d/state.c                 |  754 +++++++++++++++++-----------------
 dlls/wined3d/stateblock.c            |  430 ++++++++++----------
 dlls/wined3d/surface.c               |   18 +-
 dlls/wined3d/swapchain.c             |   10 +-
 dlls/wined3d/utils.c                 |  276 +++++++-------
 dlls/wined3d/wined3d_private.h       |    2 +-
 include/wine/wined3d.h               |  265 ++++++------
 18 files changed, 993 insertions(+), 992 deletions(-)

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



More information about the wine-cvs mailing list