Module: wine Branch: master Commit: 153d8d43aa475cd955599d07081e9b3a6c0ef1cc URL: http://source.winehq.org/git/wine.git/?a=commit;h=153d8d43aa475cd955599d0708... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Mon Sep 20 19:41:22 2010 +0200 wined3d: Move stream state to wined3d_state. --- dlls/wined3d/buffer.c | 2 +- dlls/wined3d/device.c | 56 ++++++++++++++++++++------------------- dlls/wined3d/drawprim.c | 29 ++++++++++---------- dlls/wined3d/state.c | 16 +++++----- dlls/wined3d/stateblock.c | 40 +++++++++++++++------------- dlls/wined3d/wined3d_private.h | 6 +--- 6 files changed, 76 insertions(+), 73 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=153d8d43aa475cd955599d...