Henri Verbeet : wined3d: Replace the "stateBlock" wined3d_device field with a wined3d_state structure.

Alexandre Julliard julliard at winehq.org
Tue Aug 27 14:47:55 CDT 2013


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Aug 27 08:44:59 2013 +0200

wined3d: Replace the "stateBlock" wined3d_device field with a wined3d_state structure.

---

 dlls/wined3d/buffer.c          |    2 +-
 dlls/wined3d/context.c         |    4 +-
 dlls/wined3d/device.c          |  205 ++++++++++++++++++----------------------
 dlls/wined3d/drawprim.c        |    4 +-
 dlls/wined3d/glsl_shader.c     |    2 +-
 dlls/wined3d/stateblock.c      |   22 ++---
 dlls/wined3d/wined3d_private.h |  137 ++++++++++++++-------------
 include/wine/wined3d.h         |    1 -
 8 files changed, 179 insertions(+), 198 deletions(-)

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



More information about the wine-cvs mailing list