Module: wine Branch: master Commit: c8f26a1345661b94d4aec2e4d338657a7a4965fe URL: http://source.winehq.org/git/wine.git/?a=commit;h=c8f26a1345661b94d4aec2e4d3...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Sun Jun 5 22:48:51 2011 +0200
wined3d: Rename IWineD3DDeviceImpl_MarkStateDirty() to device_invalidate_state().
---
dlls/wined3d/buffer.c | 22 ++---- dlls/wined3d/context.c | 4 +- dlls/wined3d/device.c | 140 +++++++++++++++++++--------------------- dlls/wined3d/drawprim.c | 19 +++--- dlls/wined3d/surface.c | 22 +++---- dlls/wined3d/swapchain.c | 10 ++-- dlls/wined3d/texture.c | 2 +- dlls/wined3d/volume.c | 4 +- dlls/wined3d/wined3d_private.h | 2 +- 9 files changed, 105 insertions(+), 120 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c8f26a1345661b94d4aec2...