Module: wine Branch: master Commit: b85c2a74bbd8bbaf10e5c962d2203619d3934165 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b85c2a74bbd8bbaf10e5c962d2...
Author: Henri Verbeet hverbeet@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=b85c2a74bbd8bbaf10e5c9...